Home
last modified time | relevance | path

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

/linux-6.15/arch/arm/include/asm/
H A Dtraps.h26 extern char __irqentry_text_end[]; in __in_irqentry_text()
29 ptr < (unsigned long)&__irqentry_text_end; in __in_irqentry_text()
/linux-6.15/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()
/linux-6.15/include/asm-generic/
H A Dsections.h46 extern char __irqentry_text_start[], __irqentry_text_end[];
H A Dvmlinux.lds.h634 __irqentry_text_end = .;
/linux-6.15/kernel/
H A Dstacktrace.c380 ptr < (unsigned long)&__irqentry_text_end) || in in_irqentry_text()
/linux-6.15/arch/loongarch/kernel/
H A Dkprobes.c326 (unsigned long)__irqentry_text_end); in arch_populate_kprobe_blacklist()
/linux-6.15/arch/riscv/kernel/probes/
H A Dkprobes.c357 (unsigned long)__irqentry_text_end); in arch_populate_kprobe_blacklist()
/linux-6.15/arch/x86/entry/
H A Dentry_32.S664 .globl __irqentry_text_end
665 __irqentry_text_end: label
H A Dentry_64.S555 .globl __irqentry_text_end
556 __irqentry_text_end: label
/linux-6.15/arch/arm64/kernel/probes/
H A Dkprobes.c396 (unsigned long)__irqentry_text_end); in arch_populate_kprobe_blacklist()
/linux-6.15/arch/csky/kernel/probes/
H A Dkprobes.c387 (unsigned long)__irqentry_text_end); in arch_populate_kprobe_blacklist()
/linux-6.15/arch/s390/kernel/
H A Dkprobes.c496 (unsigned long)__irqentry_text_end); in arch_populate_kprobe_blacklist()
/linux-6.15/kernel/trace/
H A Dtrace_functions_graph.c707 addr >= (unsigned long)__irqentry_text_end) in print_graph_irq()
1128 (addr >= (unsigned long)__irqentry_text_end)) in check_irq_entry()