Home
last modified time | relevance | path

Searched refs:TYPE_SWPB (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/arm/kernel/
Dswp_emulate.c76 #define TYPE_SWPB (1 << 22) macro
136 if ((type != TYPE_SWPB) && (address & 0x3)) { in emulate_swpX()
145 if (type == TYPE_SWPB) in emulate_swpX()
157 if (type == TYPE_SWPB) in emulate_swpX()
203 type = instr & TYPE_SWPB; in swp_handler()
/linux-4.1.27/arch/arm64/kernel/
Darmv8_deprecated.c313 #define TYPE_SWPB (1 << 22) macro
342 if ((type != TYPE_SWPB) && (address & 0x3)) { in emulate_swpX()
351 if (type == TYPE_SWPB) in emulate_swpX()
377 type = instr & TYPE_SWPB; in swp_handler()
417 if (type == TYPE_SWPB) in swp_handler()