Searched refs:PT_REGS_SIZE (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | test_task_pt_regs.c | 7 #define PT_REGS_SIZE sizeof(struct pt_regs) macro 13 char current_regs[PT_REGS_SIZE] = {}; 14 char ctx_regs[PT_REGS_SIZE] = {}; 25 if (bpf_probe_read_kernel(current_regs, PT_REGS_SIZE, regs)) in handle_uprobe() 27 if (bpf_probe_read_kernel(ctx_regs, PT_REGS_SIZE, ctx)) in handle_uprobe()
|
/linux-6.3-rc2/arch/arm64/kernel/probes/ |
A D | kprobes_trampoline.S | 28 add x0, sp, #PT_REGS_SIZE 65 sub sp, sp, #PT_REGS_SIZE 83 add sp, sp, #PT_REGS_SIZE
|
/linux-6.3-rc2/arch/nios2/include/asm/ |
A D | entry.h | 30 addi r24, r24, THREAD_SIZE-PT_REGS_SIZE 36 addi sp, sp, -PT_REGS_SIZE /* Backup the kernel stack pointer */
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | entry.S | 56 sub sp, sp, #PT_REGS_SIZE 280 add x21, sp, #PT_REGS_SIZE 434 add sp, sp, #PT_REGS_SIZE // restore sp 448 add sp, sp, #PT_REGS_SIZE // restore sp 549 sub sp, sp, #PT_REGS_SIZE 552 add x0, x0, #PT_REGS_SIZE 746 add sp, sp, #PT_REGS_SIZE // restore sp
|
A D | asm-offsets.c | 84 DEFINE(PT_REGS_SIZE, sizeof(struct pt_regs)); in main()
|
A D | head.S | 454 sub sp, sp, #PT_REGS_SIZE
|
/linux-6.3-rc2/arch/arm/kernel/ |
A D | entry-common.S | 146 sub sp, sp, #PT_REGS_SIZE 159 sub sp, sp, #PT_REGS_SIZE 171 sub sp, sp, #PT_REGS_SIZE
|
A D | entry-header.S | 94 sub sp, #PT_REGS_SIZE-S_IP 165 add sp, sp, #PT_REGS_SIZE-S_IP 358 add sp, sp, #PT_REGS_SIZE - S_SP
|
A D | asm-offsets.c | 85 DEFINE(PT_REGS_SIZE, sizeof(struct pt_regs)); in main()
|
A D | entry-ftrace.S | 127 add r3, sp, #PT_REGS_SIZE
|
A D | entry-armv.S | 97 sub sp, sp, #PT_REGS_SIZE 349 #if defined(CONFIG_AEABI) && (__LINUX_ARM_ARCH__ >= 5) && (PT_REGS_SIZE & 7)
|
/linux-6.3-rc2/arch/nios2/kernel/ |
A D | asm-offsets.c | 50 DEFINE(PT_REGS_SIZE, sizeof(struct pt_regs)); in main()
|
A D | insnemu.S | 44 addi sp, sp, PT_REGS_SIZE
|
Completed in 10 milliseconds