Searched refs:CLBR_ANY (Results 1 – 4 of 4) sorted by relevance
/arch/x86/include/asm/ |
D | paravirt_types.h | 13 #define CLBR_ANY ((1 << 4) - 1) macro 29 #define CLBR_ANY ((1 << 9) - 1) macro 576 ____PVOP_CALL(rettype, op, CLBR_ANY, PVOP_CALL_CLOBBERS, \ 600 ____PVOP_VCALL(op, CLBR_ANY, PVOP_VCALL_CLOBBERS, \
|
/arch/x86/entry/ |
D | entry_32.S | 254 preempt_stop(CLBR_ANY) 272 DISABLE_INTERRUPTS(CLBR_ANY) 281 DISABLE_INTERRUPTS(CLBR_ANY)
|
D | entry_64.S | 907 DISABLE_INTERRUPTS(CLBR_ANY & ~CLBR_RDI)
|
/arch/x86/kernel/ |
D | paravirt.c | 178 ret = paravirt_patch_call(insnbuf, opfunc, CLBR_ANY, in paravirt_patch_default()
|