Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/xen/
Dirq.c48 .irq_enable = __PV_IS_CALLEE_SAVE(BUG_func),
/linux-6.12.1/arch/x86/include/asm/
Dalternative.h295 void BUG_func(void);
339 call BUG_func
/linux-6.12.1/arch/x86/kernel/
Dalternative.c382 noinstr void BUG_func(void) in BUG_func() function
386 EXPORT_SYMBOL(BUG_func);
397 void *target, *bug = &BUG_func; in alt_replace_call()