Searched defs:O (Results 1 – 4 of 4) sorted by relevance
/arch/sh/lib64/ |
D | memcpy.S | 46 #define LDUAQ(P,O,D0,D1) ldlo.q P,O,D0; ldhi.q P,O+7,D1 argument 47 #define STUAQ(P,O,D0,D1) stlo.q P,O,D0; sthi.q P,O+7,D1 argument 48 #define LDUAL(P,O,D0,D1) ldlo.l P,O,D0; ldhi.l P,O+3,D1 argument 49 #define STUAL(P,O,D0,D1) stlo.l P,O,D0; sthi.l P,O+3,D1 argument
|
D | copy_user_memcpy.S | 61 #define LDUAQ(P,O,D0,D1) ldlo.q P,O,D0; ldhi.q P,O+7,D1 argument 62 #define STUAQ(P,O,D0,D1) stlo.q P,O,D0; sthi.q P,O+7,D1 argument 63 #define LDUAL(P,O,D0,D1) ldlo.l P,O,D0; ldhi.l P,O+3,D1 argument 64 #define STUAL(P,O,D0,D1) stlo.l P,O,D0; sthi.l P,O+3,D1 argument
|
/arch/ia64/kernel/ |
D | relocate_kernel.S | 63 #define O(member) IA64_CPUINFO_##member##_OFFSET macro
|
D | mca_asm.S | 60 #define O(member) IA64_CPUINFO_##member##_OFFSET macro
|