Searched defs:clobbers (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/x86/entry/ |
D | entry_32.S | 64 # define preempt_stop(clobbers) DISABLE_INTERRUPTS(clobbers); TRACE_IRQS_OFF argument 66 # define preempt_stop(clobbers) argument
|
/linux-4.4.14/arch/x86/kernel/ |
D | paravirt_patch_32.c | 32 unsigned native_patch(u8 type, u16 clobbers, void *ibuf, in native_patch()
|
D | paravirt_patch_64.c | 42 unsigned native_patch(u8 type, u16 clobbers, void *ibuf, in native_patch()
|
D | vsmp_64.c | 75 static unsigned __init vsmp_patch(u8 type, u16 clobbers, void *ibuf, in vsmp_patch()
|
D | paravirt.c | 145 unsigned paravirt_patch_default(u8 type, u16 clobbers, void *insnbuf, in paravirt_patch_default()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | paravirt.h | 854 #define _PVSITE(ptype, clobbers, ops, word, algn) \ argument 896 #define PARA_SITE(ptype, clobbers, ops) _PVSITE(ptype, clobbers, ops, .quad, 8) argument 911 #define PARA_SITE(ptype, clobbers, ops) _PVSITE(ptype, clobbers, ops, .long, 4) argument 919 #define DISABLE_INTERRUPTS(clobbers) \ argument 925 #define ENABLE_INTERRUPTS(clobbers) \ argument
|
D | paravirt_types.h | 713 u16 clobbers; /* what registers you may clobber */ member
|
/linux-4.4.14/arch/x86/xen/ |
D | enlighten.c | 1135 static unsigned xen_patch(u8 type, u16 clobbers, void *insnbuf, in xen_patch()
|