Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/xen/
H A Dirq.c48 .irq_enable = __PV_IS_CALLEE_SAVE(BUG_func),
/linux-6.15/arch/x86/include/asm/
H A Dalternative.h309 void BUG_func(void);
342 call BUG_func
/linux-6.15/arch/x86/kernel/
H A Dalternative.c550 noinstr void BUG_func(void) in BUG_func() function
554 EXPORT_SYMBOL(BUG_func);
565 void *target, *bug = &BUG_func; in alt_replace_call()