Searched defs:emulate_swpX (Results 1 - 2 of 2) sorted by relevance

/arch/arm/kernel/
H A Dswp_emulate.c131 static int emulate_swpX(unsigned int address, unsigned int *data, function
168 * checks the memory location, calls emulate_swpX for the actual operation and
215 res = emulate_swpX(address, &data, type);
/arch/arm64/kernel/
H A Darmv8_deprecated.c335 static int emulate_swpX(unsigned int address, unsigned int *data, function
365 * checks the memory location, calls emulate_swpX for the actual operation and
408 res = emulate_swpX(address, &data, type);

Completed in 107 milliseconds