Home
last modified time | relevance | path

Searched refs:__end_soft_masked (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dinterrupt.h92 extern char __end_soft_masked[];
103 if (regs->nip >= (unsigned long)__end_soft_masked) in is_implicit_soft_masked()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dinterrupt_64.S723 .globl __end_soft_masked
724 __end_soft_masked: label
725 DEFINE_FIXED_SYMBOL(__end_soft_masked, text)
H A Dexceptions-64s.S444 * Kernel code running below __end_soft_masked may be
448 LOAD_HANDLER(r10, __end_soft_masked)
884 * Before leaving the following inside-__end_soft_masked text, at least of the
3107 * All code below __end_soft_masked is treated as soft-masked. If

Completed in 5 milliseconds