Searched defs:clobbers (Results 1 – 8 of 8) sorted by relevance
/linux-3.3/arch/x86/kernel/ |
D | paravirt_patch_32.c | 27 unsigned native_patch(u8 type, u16 clobbers, void *ibuf, in native_patch()
|
D | paravirt_patch_64.c | 37 unsigned native_patch(u8 type, u16 clobbers, void *ibuf, in native_patch()
|
D | entry_32.S | 86 #define preempt_stop(clobbers) DISABLE_INTERRUPTS(clobbers); TRACE_IRQS_OFF argument 88 #define preempt_stop(clobbers) argument
|
D | vsmp_64.c | 68 static unsigned __init_or_module vsmp_patch(u8 type, u16 clobbers, void *ibuf, in vsmp_patch()
|
D | paravirt.c | 139 unsigned paravirt_patch_default(u8 type, u16 clobbers, void *insnbuf, in paravirt_patch_default()
|
/linux-3.3/arch/x86/include/asm/ |
D | paravirt.h | 909 #define _PVSITE(ptype, clobbers, ops, word, algn) \ argument 951 #define PARA_SITE(ptype, clobbers, ops) _PVSITE(ptype, clobbers, ops, .quad, 8) argument 966 #define PARA_SITE(ptype, clobbers, ops) _PVSITE(ptype, clobbers, ops, .long, 4) argument 974 #define DISABLE_INTERRUPTS(clobbers) \ argument 980 #define ENABLE_INTERRUPTS(clobbers) \ argument
|
D | paravirt_types.h | 695 u16 clobbers; /* what registers you may clobber */ member
|
/linux-3.3/arch/x86/xen/ |
D | enlighten.c | 898 static unsigned xen_patch(u8 type, u16 clobbers, void *insnbuf, in xen_patch()
|