Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm/kernel/
Dswp_emulate.c74 #define TYPE_SWPB (1 << 22) macro
121 if ((type != TYPE_SWPB) && (address & 0x3)) { in emulate_swpX()
132 if (type == TYPE_SWPB) in emulate_swpX()
145 if (type == TYPE_SWPB) in emulate_swpX()
191 type = instr & TYPE_SWPB; in swp_handler()
/Linux-v6.1/arch/arm64/kernel/
Darmv8_deprecated.c312 #define TYPE_SWPB (1 << 22) macro
319 if ((type != TYPE_SWPB) && (address & 0x3)) { in emulate_swpX()
328 if (type == TYPE_SWPB) in emulate_swpX()
374 type = instr & TYPE_SWPB; in swp_handler()
415 if (type == TYPE_SWPB) in swp_handler()