Searched defs:clobbers (Results 1 – 8 of 8) sorted by relevance
/arch/x86/kernel/ |
D | paravirt_patch_32.c | 15 unsigned native_patch(u8 type, u16 clobbers, void *ibuf, in native_patch()
|
D | paravirt_patch_64.c | 22 unsigned native_patch(u8 type, u16 clobbers, void *ibuf, in native_patch()
|
D | entry_32.S | 83 #define preempt_stop(clobbers) DISABLE_INTERRUPTS(clobbers); TRACE_IRQS_OFF argument 85 #define preempt_stop(clobbers) argument
|
D | vsmp_64.c | 64 static unsigned __init_or_module vsmp_patch(u8 type, u16 clobbers, void *ibuf, in vsmp_patch()
|
D | paravirt.c | 132 unsigned paravirt_patch_default(u8 type, u16 clobbers, void *insnbuf, in paravirt_patch_default()
|
D | vmi_32.c | 137 static unsigned vmi_patch(u8 type, u16 clobbers, void *insns, in vmi_patch()
|
/arch/x86/include/asm/ |
D | paravirt.h | 1422 u16 clobbers; /* what registers you may clobber */ member 1519 #define _PVSITE(ptype, clobbers, ops, word, algn) \ argument 1554 #define PARA_SITE(ptype, clobbers, ops) _PVSITE(ptype, clobbers, ops, .quad, 8) argument 1560 #define PARA_SITE(ptype, clobbers, ops) _PVSITE(ptype, clobbers, ops, .long, 4) argument 1568 #define DISABLE_INTERRUPTS(clobbers) \ argument 1574 #define ENABLE_INTERRUPTS(clobbers) \ argument
|
/arch/x86/xen/ |
D | enlighten.c | 1083 static unsigned xen_patch(u8 type, u16 clobbers, void *insnbuf, in xen_patch()
|