Home
last modified time | relevance | path

Searched refs:__irqentry_text_end (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/arch/arm/include/asm/
H A Dtraps.h25 extern char __irqentry_text_end[]; in __in_irqentry_text()
28 ptr < (unsigned long)&__irqentry_text_end; in __in_irqentry_text()
/openbmc/linux/arch/arm64/include/asm/
H A Dsections.h21 extern char __irqentry_text_start[], __irqentry_text_end[];
H A Dtraps.h43 ptr < (unsigned long)&__irqentry_text_end; in __in_irqentry_text()
/openbmc/linux/include/asm-generic/
H A Dsections.h46 extern char __irqentry_text_start[], __irqentry_text_end[];
H A Dvmlinux.lds.h598 __irqentry_text_end = .;
/openbmc/linux/kernel/
H A Dstacktrace.c378 ptr < (unsigned long)&__irqentry_text_end) || in in_irqentry_text()
/openbmc/linux/arch/loongarch/kernel/
H A Dkprobes.c326 (unsigned long)__irqentry_text_end); in arch_populate_kprobe_blacklist()
/openbmc/linux/arch/x86/entry/
H A Dentry_32.S668 .globl __irqentry_text_end
669 __irqentry_text_end: label
H A Dentry_64.S606 .globl __irqentry_text_end
607 __irqentry_text_end: label
/openbmc/linux/arch/riscv/kernel/probes/
H A Dkprobes.c364 (unsigned long)__irqentry_text_end); in arch_populate_kprobe_blacklist()
/openbmc/linux/arch/arm64/kernel/probes/
H A Dkprobes.c387 (unsigned long)__irqentry_text_end); in arch_populate_kprobe_blacklist()
/openbmc/linux/arch/csky/kernel/probes/
H A Dkprobes.c387 (unsigned long)__irqentry_text_end); in arch_populate_kprobe_blacklist()
/openbmc/linux/arch/s390/kernel/
H A Dkprobes.c524 (unsigned long)__irqentry_text_end); in arch_populate_kprobe_blacklist()
/openbmc/linux/kernel/trace/
H A Dtrace_functions_graph.c525 addr >= (unsigned long)__irqentry_text_end) in print_graph_irq()
861 (addr >= (unsigned long)__irqentry_text_end)) in check_irq_entry()