Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/kernel/
H A Dswp_emulate.c75 #define TYPE_SWPB (1 << 22) macro
122 if ((type != TYPE_SWPB) && (address & 0x3)) { in emulate_swpX()
133 if (type == TYPE_SWPB) in emulate_swpX()
146 if (type == TYPE_SWPB) in emulate_swpX()
192 type = instr & TYPE_SWPB; in swp_handler()
/openbmc/linux/arch/arm64/kernel/
H A Darmv8_deprecated.c131 #define TYPE_SWPB (1 << 22) macro
138 if ((type != TYPE_SWPB) && (address & 0x3)) { in emulate_swpX()
147 if (type == TYPE_SWPB) in emulate_swpX()
174 type = instr & TYPE_SWPB; in swp_handler()
215 if (type == TYPE_SWPB) in swp_handler()