Home
last modified time | relevance | path

Searched defs:clobbers (Results 1 – 8 of 8) sorted by relevance

/arch/x86/kernel/
Dparavirt_patch_32.c15 unsigned native_patch(u8 type, u16 clobbers, void *ibuf, in native_patch()
Dparavirt_patch_64.c22 unsigned native_patch(u8 type, u16 clobbers, void *ibuf, in native_patch()
Dentry_32.S83 #define preempt_stop(clobbers) DISABLE_INTERRUPTS(clobbers); TRACE_IRQS_OFF argument
85 #define preempt_stop(clobbers) argument
Dvsmp_64.c64 static unsigned __init_or_module vsmp_patch(u8 type, u16 clobbers, void *ibuf, in vsmp_patch()
Dparavirt.c132 unsigned paravirt_patch_default(u8 type, u16 clobbers, void *insnbuf, in paravirt_patch_default()
Dvmi_32.c137 static unsigned vmi_patch(u8 type, u16 clobbers, void *insns, in vmi_patch()
/arch/x86/include/asm/
Dparavirt.h1422 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/
Denlighten.c1083 static unsigned xen_patch(u8 type, u16 clobbers, void *insnbuf, in xen_patch()