Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/kernel/
Dswp_emulate.c76 #define TYPE_SWPB (1 << 22) macro
136 if ((type != TYPE_SWPB) && (address & 0x3)) { in emulate_swpX()
147 if (type == TYPE_SWPB) in emulate_swpX()
160 if (type == TYPE_SWPB) in emulate_swpX()
206 type = instr & TYPE_SWPB; in swp_handler()
/linux-4.4.14/arch/arm64/kernel/
Darmv8_deprecated.c320 #define TYPE_SWPB (1 << 22) macro
349 if ((type != TYPE_SWPB) && (address & 0x3)) { in emulate_swpX()
358 if (type == TYPE_SWPB) in emulate_swpX()
384 type = instr & TYPE_SWPB; in swp_handler()
424 if (type == TYPE_SWPB) in swp_handler()