Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A 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()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Darmv8_deprecated.c318 #define TYPE_SWPB (1 << 22) macro
325 if ((type != TYPE_SWPB) && (address & 0x3)) { in emulate_swpX()
334 if (type == TYPE_SWPB) in emulate_swpX()
380 type = instr & TYPE_SWPB; in swp_handler()
421 if (type == TYPE_SWPB) in swp_handler()