Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/arch/arm64/kernel/
Darmv8_deprecated.c317 #define TYPE_SWPB (1 << 22) macro
324 if ((type != TYPE_SWPB) && (address & 0x3)) { in emulate_swpX()
333 if (type == TYPE_SWPB) in emulate_swpX()
379 type = instr & TYPE_SWPB; in swp_handler()
420 if (type == TYPE_SWPB) in swp_handler()