Home
last modified time | relevance | path

Searched refs:BUG_func (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/xen/
H A Dirq.c48 .irq_enable = __PV_IS_CALLEE_SAVE(BUG_func),
/linux/arch/x86/include/asm/
H A Dalternative.h317 void BUG_func(void);
350 call BUG_func
/linux/arch/x86/kernel/
H A Dalternative.c531 noinstr void BUG_func(void) in BUG_func() function
535 EXPORT_SYMBOL(BUG_func);
546 void *target, *bug = &BUG_func; in alt_replace_call()