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

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

Completed in 64 milliseconds