/arch/s390/kernel/ |
D | dumpstack.c | 43 static inline bool in_stack(unsigned long sp, struct stack_info *info, in in_stack() 55 static bool in_task_stack(unsigned long sp, struct task_struct *task, in in_task_stack() 64 static bool in_irq_stack(unsigned long sp, struct stack_info *info) in in_irq_stack() 73 static bool in_nodat_stack(unsigned long sp, struct stack_info *info) in in_nodat_stack() 82 static bool in_mcck_stack(unsigned long sp, struct stack_info *info) in in_mcck_stack() 91 static bool in_restart_stack(unsigned long sp, struct stack_info *info) in in_restart_stack() 100 int get_stack_info(unsigned long sp, struct task_struct *task, in get_stack_info()
|
D | unwind_bc.c | 20 static bool outside_of_stack(struct unwind_state *state, unsigned long sp) in outside_of_stack() 26 static bool update_stack_info(struct unwind_state *state, unsigned long sp) in update_stack_info() 57 unsigned long sp, ip; in unwind_next_frame() local 128 unsigned long ip, sp; in __unwind_start() local
|
/arch/arm64/include/asm/ |
D | stacktrace.h | 72 static inline bool on_stack(unsigned long sp, unsigned long size, in on_stack() 90 static inline bool on_irq_stack(unsigned long sp, unsigned long size, in on_irq_stack() 100 unsigned long sp, unsigned long size, in on_task_stack() 112 static inline bool on_overflow_stack(unsigned long sp, unsigned long size, in on_overflow_stack() 121 static inline bool on_overflow_stack(unsigned long sp, unsigned long size, in on_overflow_stack() 131 unsigned long sp, unsigned long size, in on_accessible_stack()
|
/arch/xtensa/include/asm/ |
D | stacktrace.h | 17 unsigned long sp; member 22 unsigned long *sp; in stack_pointer() local
|
D | processor.h | 118 #define MAKE_PC_FROM_RA(ra,sp) (((ra) & 0x3fffffff) | ((sp) & 0xc0000000)) argument 123 #define SPILL_SLOT(sp, reg) (*(((unsigned long *)(sp)) - 4 + (reg))) argument 128 #define SPILL_SLOT_CALL8(sp, reg) (*(((unsigned long *)(sp)) - 12 + (reg))) argument 133 #define SPILL_SLOT_CALL12(sp, reg) (*(((unsigned long *)(sp)) - 16 + (reg))) argument 143 unsigned long sp; /* kernel's a1: stack pointer */ member
|
D | current.h | 31 #define GET_CURRENT(reg,sp) \ argument
|
/arch/x86/kvm/mmu/ |
D | mmu_audit.c | 34 static void __mmu_spte_walk(struct kvm_vcpu *vcpu, struct kvm_mmu_page *sp, in __mmu_spte_walk() 57 struct kvm_mmu_page *sp; in mmu_spte_walk() local 87 struct kvm_mmu_page *sp; in walk_all_active_sps() local 95 struct kvm_mmu_page *sp; in audit_mappings() local 168 struct kvm_mmu_page *sp = sptep_to_sp(sptep); in audit_spte_after_sync() local 175 static void check_mappings_rmap(struct kvm *kvm, struct kvm_mmu_page *sp) in check_mappings_rmap() 190 static void audit_write_protection(struct kvm *kvm, struct kvm_mmu_page *sp) in audit_write_protection() 213 static void audit_sp(struct kvm *kvm, struct kvm_mmu_page *sp) in audit_sp()
|
D | tdp_mmu.h | 26 static inline bool kvm_tdp_mmu_zap_sp(struct kvm *kvm, struct kvm_mmu_page *sp) in kvm_tdp_mmu_zap_sp() 92 static inline bool is_tdp_mmu_page(struct kvm_mmu_page *sp) { return sp->tdp_mmu_page; } in is_tdp_mmu_page() 96 struct kvm_mmu_page *sp; in is_tdp_mmu() local 114 static inline bool is_tdp_mmu_page(struct kvm_mmu_page *sp) { return false; } in is_tdp_mmu_page()
|
D | mmu.c | 383 struct kvm_mmu_page *sp = sptep_to_sp(sptep); in count_spte_clear() local 467 struct kvm_mmu_page *sp = sptep_to_sp(sptep); in __get_spte_lockless() local 770 static gfn_t kvm_mmu_page_get_gfn(struct kvm_mmu_page *sp, int index) in kvm_mmu_page_get_gfn() 778 static void kvm_mmu_page_set_gfn(struct kvm_mmu_page *sp, int index, gfn_t gfn) in kvm_mmu_page_set_gfn() 828 static void account_shadowed(struct kvm *kvm, struct kvm_mmu_page *sp) in account_shadowed() 847 void account_huge_nx_page(struct kvm *kvm, struct kvm_mmu_page *sp) in account_huge_nx_page() 858 static void unaccount_shadowed(struct kvm *kvm, struct kvm_mmu_page *sp) in unaccount_shadowed() 875 void unaccount_huge_nx_page(struct kvm *kvm, struct kvm_mmu_page *sp) in unaccount_huge_nx_page() 1078 struct kvm_mmu_page *sp; in rmap_remove() local 1197 struct kvm_mmu_page *sp = sptep_to_sp(sptep); in drop_large_spte() local [all …]
|
/arch/mips/kernel/ |
D | perf_event.c | 29 unsigned long *sp = (unsigned long *)reg29; in save_raw_perf_callchain() local 45 unsigned long sp = regs->regs[29]; in perf_callchain_kernel() local
|
D | stacktrace.c | 20 unsigned long *sp = (unsigned long *)reg29; in save_raw_context_stack() local 40 unsigned long sp = regs->regs[29]; in save_context_stack() local
|
/arch/powerpc/perf/ |
D | callchain.c | 26 static int valid_next_sp(unsigned long sp, unsigned long prev_sp) in valid_next_sp() 46 unsigned long sp, next_sp; in perf_callchain_kernel() local
|
D | callchain_32.c | 79 static int sane_signal_32_frame(unsigned int sp) in sane_signal_32_frame() 90 static int sane_rt_signal_32_frame(unsigned int sp) in sane_rt_signal_32_frame() 101 static unsigned int __user *signal_frame_32_regs(unsigned int sp, in signal_frame_32_regs() 136 unsigned int sp, next_sp; in perf_callchain_user_32() local
|
/arch/sparc/kernel/ |
D | kstack.h | 11 static inline bool kstack_valid(struct thread_info *tp, unsigned long sp) in kstack_valid() 67 void *orig_sp, *sp = hardirq_stack[smp_processor_id()]; in set_hardirq_stack() local
|
D | windows.c | 72 unsigned long sp = tp->rwbuf_stkptrs[window]; in synchronize_user_stack() local 120 unsigned long sp = tp->rwbuf_stkptrs[window]; in try_to_clear_window_buffer() local
|
/arch/sh/kernel/ |
D | stacktrace.c | 43 unsigned long *sp = (unsigned long *)current_stack_pointer; in save_stack_trace() local 75 unsigned long *sp = (unsigned long *)tsk->thread.sp; in save_stack_trace_tsk() local
|
D | dumpstack.c | 89 unsigned long *sp, const struct stacktrace_ops *ops, in stack_reader_dump() 123 void show_trace(struct task_struct *tsk, unsigned long *sp, in show_trace() 141 void show_stack(struct task_struct *tsk, unsigned long *sp, const char *loglvl) in show_stack()
|
/arch/mips/math-emu/ |
D | ieee754sp.h | 27 #define SPSIGN(sp) (sp.sign) argument 28 #define SPBEXP(sp) (sp.bexp) argument 29 #define SPMANT(sp) (sp.mant) argument
|
/arch/sparc/mm/ |
D | fault_32.c | 357 static void check_stack_aligned(unsigned long sp) in check_stack_aligned() 365 unsigned long sp; in window_overflow_fault() local 375 void window_underflow_fault(unsigned long sp) in window_underflow_fault() 386 unsigned long sp; in window_ret_fault() local
|
/arch/riscv/kernel/ |
D | stacktrace.c | 24 unsigned long fp, sp, pc; in walk_stackframe() local 75 unsigned long sp, pc; in walk_stackframe() local 117 void show_stack(struct task_struct *task, unsigned long *sp, const char *loglvl) in show_stack()
|
/arch/csky/kernel/ |
D | stacktrace.c | 19 unsigned long fp, sp, pc; in walk_stackframe() local 64 unsigned long sp, pc; in walk_stackframe() local 98 void show_stack(struct task_struct *task, unsigned long *sp, const char *loglvl) in show_stack()
|
/arch/mips/include/asm/ |
D | pm.h | 150 unsigned long sp; member
|
/arch/powerpc/kernel/ |
D | stacktrace.c | 30 unsigned long sp; in arch_stack_walk() local 68 unsigned long sp; in arch_stack_walk_reliable() local
|
/arch/mips/lib/ |
D | uncached.c | 43 long sp; in run_uncached() local
|
/arch/arm64/kernel/ |
D | sdei.c | 168 static bool on_sdei_normal_stack(unsigned long sp, unsigned long size, in on_sdei_normal_stack() 177 static bool on_sdei_critical_stack(unsigned long sp, unsigned long size, in on_sdei_critical_stack() 186 bool _on_sdei_stack(unsigned long sp, unsigned long size, struct stack_info *info) in _on_sdei_stack()
|