Home
last modified time | relevance | path

Searched full:offset (Results 1 – 25 of 13613) sorted by relevance

12345678910>>...545

/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
Dmcs_reg.h15 u64 offset; \
17 offset = 0x408ull; \
19 offset = 0xa28ull; \
20 offset += (a) * 0x8ull; \
21 offset; })
25 u64 offset; \
27 offset = 0x808ull; \
29 offset = 0xa68ull; \
30 offset += (a) * 0x8ull; \
31 offset; })
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/
Dv11_structs.h28 uint32_t shadow_base_lo; // offset: 0 (0x0)
29 uint32_t shadow_base_hi; // offset: 1 (0x1)
30 uint32_t gds_bkup_base_lo; // offset: 2 (0x2)
31 uint32_t gds_bkup_base_hi; // offset: 3 (0x3)
32 uint32_t fw_work_area_base_lo; // offset: 4 (0x4)
33 uint32_t fw_work_area_base_hi; // offset: 5 (0x5)
34 uint32_t shadow_initialized; // offset: 6 (0x6)
35 uint32_t ib_vmid; // offset: 7 (0x7)
36 uint32_t reserved_8; // offset: 8 (0x8)
37 uint32_t reserved_9; // offset: 9 (0x9)
[all …]
Dv10_structs.h29 uint32_t reserved_0; // offset: 0 (0x0)
30 uint32_t reserved_1; // offset: 1 (0x1)
31 uint32_t reserved_2; // offset: 2 (0x2)
32 uint32_t reserved_3; // offset: 3 (0x3)
33 uint32_t reserved_4; // offset: 4 (0x4)
34 uint32_t reserved_5; // offset: 5 (0x5)
35 uint32_t reserved_6; // offset: 6 (0x6)
36 uint32_t reserved_7; // offset: 7 (0x7)
37 uint32_t reserved_8; // offset: 8 (0x8)
38 uint32_t reserved_9; // offset: 9 (0x9)
[all …]
/kernel/linux/linux-5.10/arch/s390/kernel/
Dasm-offsets.c24 OFFSET(__TASK_stack, task_struct, stack); in main()
25 OFFSET(__TASK_thread, task_struct, thread); in main()
26 OFFSET(__TASK_pid, task_struct, pid); in main()
29 OFFSET(__THREAD_ksp, thread_struct, ksp); in main()
30 OFFSET(__THREAD_sysc_table, thread_struct, sys_call_table); in main()
31 OFFSET(__THREAD_last_break, thread_struct, last_break); in main()
32 OFFSET(__THREAD_FPU_fpc, thread_struct, fpu.fpc); in main()
33 OFFSET(__THREAD_FPU_regs, thread_struct, fpu.regs); in main()
34 OFFSET(__THREAD_per_cause, thread_struct, per_event.cause); in main()
35 OFFSET(__THREAD_per_address, thread_struct, per_event.address); in main()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/
Dv10_structs.h29 uint32_t reserved_0; // offset: 0 (0x0)
30 uint32_t reserved_1; // offset: 1 (0x1)
31 uint32_t reserved_2; // offset: 2 (0x2)
32 uint32_t reserved_3; // offset: 3 (0x3)
33 uint32_t reserved_4; // offset: 4 (0x4)
34 uint32_t reserved_5; // offset: 5 (0x5)
35 uint32_t reserved_6; // offset: 6 (0x6)
36 uint32_t reserved_7; // offset: 7 (0x7)
37 uint32_t reserved_8; // offset: 8 (0x8)
38 uint32_t reserved_9; // offset: 9 (0x9)
[all …]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dasm-offsets.c81 OFFSET(THREAD, task_struct, thread); in main()
82 OFFSET(MM, task_struct, mm); in main()
84 OFFSET(TASK_CANARY, task_struct, stack_canary); in main()
86 OFFSET(PACA_CANARY, paca_struct, canary); in main()
89 OFFSET(MMCONTEXTID, mm_struct, context.id); in main()
94 OFFSET(KSP_LIMIT, thread_struct, ksp_limit); in main()
96 OFFSET(RTAS_SP, thread_struct, rtas_sp); in main()
99 OFFSET(TASK_STACK, task_struct, stack); in main()
101 OFFSET(TASK_CPU, task_struct, cpu); in main()
105 OFFSET(TI_livepatch_sp, thread_info, livepatch_sp); in main()
[all …]
/kernel/linux/linux-6.6/arch/s390/kernel/
Dasm-offsets.c23 OFFSET(__TASK_stack, task_struct, stack); in main()
24 OFFSET(__TASK_thread, task_struct, thread); in main()
25 OFFSET(__TASK_pid, task_struct, pid); in main()
28 OFFSET(__THREAD_ksp, thread_struct, ksp); in main()
31 OFFSET(__TI_flags, task_struct, thread_info.flags); in main()
34 OFFSET(__PT_PSW, pt_regs, psw); in main()
35 OFFSET(__PT_GPRS, pt_regs, gprs); in main()
36 OFFSET(__PT_R0, pt_regs, gprs[0]); in main()
37 OFFSET(__PT_R1, pt_regs, gprs[1]); in main()
38 OFFSET(__PT_R2, pt_regs, gprs[2]); in main()
[all …]
/kernel/linux/linux-6.6/arch/powerpc/kernel/
Dasm-offsets.c79 OFFSET(THREAD, task_struct, thread); in main()
80 OFFSET(MM, task_struct, mm); in main()
82 OFFSET(TASK_CANARY, task_struct, stack_canary); in main()
84 OFFSET(PACA_CANARY, paca_struct, canary); in main()
89 OFFSET(RTAS_SP, thread_struct, rtas_sp); in main()
92 OFFSET(TASK_STACK, task_struct, stack); in main()
94 OFFSET(TASK_CPU, task_struct, thread_info.cpu); in main()
98 OFFSET(TI_livepatch_sp, thread_info, livepatch_sp); in main()
101 OFFSET(KSP, thread_struct, ksp); in main()
102 OFFSET(PT_REGS, thread_struct, regs); in main()
[all …]
/kernel/linux/linux-5.10/arch/mips/kernel/
Dasm-offsets.c29 OFFSET(PT_R0, pt_regs, regs[0]); in output_ptreg_defines()
30 OFFSET(PT_R1, pt_regs, regs[1]); in output_ptreg_defines()
31 OFFSET(PT_R2, pt_regs, regs[2]); in output_ptreg_defines()
32 OFFSET(PT_R3, pt_regs, regs[3]); in output_ptreg_defines()
33 OFFSET(PT_R4, pt_regs, regs[4]); in output_ptreg_defines()
34 OFFSET(PT_R5, pt_regs, regs[5]); in output_ptreg_defines()
35 OFFSET(PT_R6, pt_regs, regs[6]); in output_ptreg_defines()
36 OFFSET(PT_R7, pt_regs, regs[7]); in output_ptreg_defines()
37 OFFSET(PT_R8, pt_regs, regs[8]); in output_ptreg_defines()
38 OFFSET(PT_R9, pt_regs, regs[9]); in output_ptreg_defines()
[all …]
/kernel/linux/linux-6.6/arch/mips/kernel/
Dasm-offsets.c30 OFFSET(PT_R0, pt_regs, regs[0]); in output_ptreg_defines()
31 OFFSET(PT_R1, pt_regs, regs[1]); in output_ptreg_defines()
32 OFFSET(PT_R2, pt_regs, regs[2]); in output_ptreg_defines()
33 OFFSET(PT_R3, pt_regs, regs[3]); in output_ptreg_defines()
34 OFFSET(PT_R4, pt_regs, regs[4]); in output_ptreg_defines()
35 OFFSET(PT_R5, pt_regs, regs[5]); in output_ptreg_defines()
36 OFFSET(PT_R6, pt_regs, regs[6]); in output_ptreg_defines()
37 OFFSET(PT_R7, pt_regs, regs[7]); in output_ptreg_defines()
38 OFFSET(PT_R8, pt_regs, regs[8]); in output_ptreg_defines()
39 OFFSET(PT_R9, pt_regs, regs[9]); in output_ptreg_defines()
[all …]
/kernel/linux/linux-5.10/arch/loongarch/kernel/
Dasm-offsets.c20 OFFSET(PT_R0, pt_regs, regs[0]); in output_ptreg_defines()
21 OFFSET(PT_R1, pt_regs, regs[1]); in output_ptreg_defines()
22 OFFSET(PT_R2, pt_regs, regs[2]); in output_ptreg_defines()
23 OFFSET(PT_R3, pt_regs, regs[3]); in output_ptreg_defines()
24 OFFSET(PT_R4, pt_regs, regs[4]); in output_ptreg_defines()
25 OFFSET(PT_R5, pt_regs, regs[5]); in output_ptreg_defines()
26 OFFSET(PT_R6, pt_regs, regs[6]); in output_ptreg_defines()
27 OFFSET(PT_R7, pt_regs, regs[7]); in output_ptreg_defines()
28 OFFSET(PT_R8, pt_regs, regs[8]); in output_ptreg_defines()
29 OFFSET(PT_R9, pt_regs, regs[9]); in output_ptreg_defines()
[all …]
/kernel/linux/linux-6.6/arch/riscv/kernel/
Dasm-offsets.c21 OFFSET(TASK_THREAD_RA, task_struct, thread.ra); in asm_offsets()
22 OFFSET(TASK_THREAD_SP, task_struct, thread.sp); in asm_offsets()
23 OFFSET(TASK_THREAD_S0, task_struct, thread.s[0]); in asm_offsets()
24 OFFSET(TASK_THREAD_S1, task_struct, thread.s[1]); in asm_offsets()
25 OFFSET(TASK_THREAD_S2, task_struct, thread.s[2]); in asm_offsets()
26 OFFSET(TASK_THREAD_S3, task_struct, thread.s[3]); in asm_offsets()
27 OFFSET(TASK_THREAD_S4, task_struct, thread.s[4]); in asm_offsets()
28 OFFSET(TASK_THREAD_S5, task_struct, thread.s[5]); in asm_offsets()
29 OFFSET(TASK_THREAD_S6, task_struct, thread.s[6]); in asm_offsets()
30 OFFSET(TASK_THREAD_S7, task_struct, thread.s[7]); in asm_offsets()
[all …]
/kernel/linux/linux-6.6/arch/loongarch/kernel/
Dasm-offsets.c20 OFFSET(PT_R0, pt_regs, regs[0]); in output_ptreg_defines()
21 OFFSET(PT_R1, pt_regs, regs[1]); in output_ptreg_defines()
22 OFFSET(PT_R2, pt_regs, regs[2]); in output_ptreg_defines()
23 OFFSET(PT_R3, pt_regs, regs[3]); in output_ptreg_defines()
24 OFFSET(PT_R4, pt_regs, regs[4]); in output_ptreg_defines()
25 OFFSET(PT_R5, pt_regs, regs[5]); in output_ptreg_defines()
26 OFFSET(PT_R6, pt_regs, regs[6]); in output_ptreg_defines()
27 OFFSET(PT_R7, pt_regs, regs[7]); in output_ptreg_defines()
28 OFFSET(PT_R8, pt_regs, regs[8]); in output_ptreg_defines()
29 OFFSET(PT_R9, pt_regs, regs[9]); in output_ptreg_defines()
[all …]
/kernel/linux/linux-5.10/arch/c6x/kernel/
Dasm-offsets.c16 OFFSET(REGS_A16, pt_regs, a16); in foo()
17 OFFSET(REGS_A17, pt_regs, a17); in foo()
18 OFFSET(REGS_A18, pt_regs, a18); in foo()
19 OFFSET(REGS_A19, pt_regs, a19); in foo()
20 OFFSET(REGS_A20, pt_regs, a20); in foo()
21 OFFSET(REGS_A21, pt_regs, a21); in foo()
22 OFFSET(REGS_A22, pt_regs, a22); in foo()
23 OFFSET(REGS_A23, pt_regs, a23); in foo()
24 OFFSET(REGS_A24, pt_regs, a24); in foo()
25 OFFSET(REGS_A25, pt_regs, a25); in foo()
[all …]
/kernel/linux/linux-6.6/drivers/clk/meson/
Dgxbb.h17 #define SCR 0x2C /* 0x0b offset in data sheet */
18 #define TIMEOUT_VALUE 0x3c /* 0x0f offset in data sheet */
20 #define HHI_GP0_PLL_CNTL 0x40 /* 0x10 offset in data sheet */
21 #define HHI_GP0_PLL_CNTL2 0x44 /* 0x11 offset in data sheet */
22 #define HHI_GP0_PLL_CNTL3 0x48 /* 0x12 offset in data sheet */
23 #define HHI_GP0_PLL_CNTL4 0x4c /* 0x13 offset in data sheet */
24 #define HHI_GP0_PLL_CNTL5 0x50 /* 0x14 offset in data sheet */
25 #define HHI_GP0_PLL_CNTL1 0x58 /* 0x16 offset in data sheet */
27 #define HHI_XTAL_DIVN_CNTL 0xbc /* 0x2f offset in data sheet */
28 #define HHI_TIMER90K 0xec /* 0x3b offset in data sheet */
[all …]
Dmeson8b.h22 #define HHI_GP_PLL_CNTL 0x40 /* 0x10 offset in data sheet */
23 #define HHI_GP_PLL_CNTL2 0x44 /* 0x11 offset in data sheet */
24 #define HHI_GP_PLL_CNTL3 0x48 /* 0x12 offset in data sheet */
25 #define HHI_GP_PLL_CNTL4 0x4C /* 0x13 offset in data sheet */
26 #define HHI_GP_PLL_CNTL5 0x50 /* 0x14 offset in data sheet */
27 #define HHI_VIID_CLK_DIV 0x128 /* 0x4a offset in data sheet */
28 #define HHI_VIID_CLK_CNTL 0x12c /* 0x4b offset in data sheet */
29 #define HHI_GCLK_MPEG0 0x140 /* 0x50 offset in data sheet */
30 #define HHI_GCLK_MPEG1 0x144 /* 0x51 offset in data sheet */
31 #define HHI_GCLK_MPEG2 0x148 /* 0x52 offset in data sheet */
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/vcap/
Dvcap_model_kunit.c20 .offset = 0,
25 .offset = 2,
30 .offset = 3,
35 .offset = 10,
40 .offset = 13,
45 .offset = 16,
50 .offset = 19,
55 .offset = 20,
60 .offset = 32,
65 .offset = 35,
[all …]
/kernel/linux/linux-6.6/include/video/
Dmach64.h20 #define CRTC_H_TOTAL_DISP 0x0000 /* Dword offset 0_00 */
21 #define CRTC2_H_TOTAL_DISP 0x0000 /* Dword offset 0_00 */
22 #define CRTC_H_SYNC_STRT_WID 0x0004 /* Dword offset 0_01 */
23 #define CRTC2_H_SYNC_STRT_WID 0x0004 /* Dword offset 0_01 */
30 #define CRTC_V_TOTAL_DISP 0x0008 /* Dword offset 0_02 */
31 #define CRTC2_V_TOTAL_DISP 0x0008 /* Dword offset 0_02 */
36 #define CRTC_V_SYNC_STRT_WID 0x000C /* Dword offset 0_03 */
37 #define CRTC2_V_SYNC_STRT_WID 0x000C /* Dword offset 0_03 */
42 #define CRTC_VLINE_CRNT_VLINE 0x0010 /* Dword offset 0_04 */
43 #define CRTC2_VLINE_CRNT_VLINE 0x0010 /* Dword offset 0_04 */
[all …]
/kernel/linux/linux-5.10/include/video/
Dmach64.h20 #define CRTC_H_TOTAL_DISP 0x0000 /* Dword offset 0_00 */
21 #define CRTC2_H_TOTAL_DISP 0x0000 /* Dword offset 0_00 */
22 #define CRTC_H_SYNC_STRT_WID 0x0004 /* Dword offset 0_01 */
23 #define CRTC2_H_SYNC_STRT_WID 0x0004 /* Dword offset 0_01 */
30 #define CRTC_V_TOTAL_DISP 0x0008 /* Dword offset 0_02 */
31 #define CRTC2_V_TOTAL_DISP 0x0008 /* Dword offset 0_02 */
36 #define CRTC_V_SYNC_STRT_WID 0x000C /* Dword offset 0_03 */
37 #define CRTC2_V_SYNC_STRT_WID 0x000C /* Dword offset 0_03 */
42 #define CRTC_VLINE_CRNT_VLINE 0x0010 /* Dword offset 0_04 */
43 #define CRTC2_VLINE_CRNT_VLINE 0x0010 /* Dword offset 0_04 */
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
Dsparx5_vcap_ag_api.c20 .offset = 0,
25 .offset = 1,
30 .offset = 2,
35 .offset = 4,
40 .offset = 16,
45 .offset = 18,
50 .offset = 83,
55 .offset = 84,
60 .offset = 85,
65 .offset = 88,
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/
Dlan966x_vcap_ag_api.c12 .offset = 0,
17 .offset = 1,
22 .offset = 3,
27 .offset = 12,
32 .offset = 13,
37 .offset = 14,
42 .offset = 15,
47 .offset = 16,
52 .offset = 17,
57 .offset = 18,
[all …]
/kernel/linux/linux-6.6/arch/x86/kernel/
Dasm-offsets.c37 OFFSET(TASK_threadsp, task_struct, thread.sp); in common()
39 OFFSET(TASK_stack_canary, task_struct, stack_canary); in common()
43 OFFSET(pbe_address, pbe, address); in common()
44 OFFSET(pbe_orig_address, pbe, orig_address); in common()
45 OFFSET(pbe_next, pbe, next); in common()
49 OFFSET(IA32_SIGCONTEXT_ax, sigcontext_32, ax); in common()
50 OFFSET(IA32_SIGCONTEXT_bx, sigcontext_32, bx); in common()
51 OFFSET(IA32_SIGCONTEXT_cx, sigcontext_32, cx); in common()
52 OFFSET(IA32_SIGCONTEXT_dx, sigcontext_32, dx); in common()
53 OFFSET(IA32_SIGCONTEXT_si, sigcontext_32, si); in common()
[all …]
/kernel/linux/linux-5.10/drivers/clk/meson/
Dgxbb.h17 #define SCR 0x2C /* 0x0b offset in data sheet */
18 #define TIMEOUT_VALUE 0x3c /* 0x0f offset in data sheet */
20 #define HHI_GP0_PLL_CNTL 0x40 /* 0x10 offset in data sheet */
21 #define HHI_GP0_PLL_CNTL2 0x44 /* 0x11 offset in data sheet */
22 #define HHI_GP0_PLL_CNTL3 0x48 /* 0x12 offset in data sheet */
23 #define HHI_GP0_PLL_CNTL4 0x4c /* 0x13 offset in data sheet */
24 #define HHI_GP0_PLL_CNTL5 0x50 /* 0x14 offset in data sheet */
25 #define HHI_GP0_PLL_CNTL1 0x58 /* 0x16 offset in data sheet */
27 #define HHI_XTAL_DIVN_CNTL 0xbc /* 0x2f offset in data sheet */
28 #define HHI_TIMER90K 0xec /* 0x3b offset in data sheet */
[all …]
/kernel/linux/linux-6.6/arch/nios2/kernel/
Dasm-offsets.c17 OFFSET(TASK_THREAD, task_struct, thread); in main()
21 OFFSET(THREAD_KSP, thread_struct, ksp); in main()
22 OFFSET(THREAD_KPSR, thread_struct, kpsr); in main()
26 OFFSET(PT_ORIG_R2, pt_regs, orig_r2); in main()
27 OFFSET(PT_ORIG_R7, pt_regs, orig_r7); in main()
29 OFFSET(PT_R1, pt_regs, r1); in main()
30 OFFSET(PT_R2, pt_regs, r2); in main()
31 OFFSET(PT_R3, pt_regs, r3); in main()
32 OFFSET(PT_R4, pt_regs, r4); in main()
33 OFFSET(PT_R5, pt_regs, r5); in main()
[all …]
/kernel/linux/linux-5.10/arch/nios2/kernel/
Dasm-offsets.c17 OFFSET(TASK_THREAD, task_struct, thread); in main()
21 OFFSET(THREAD_KSP, thread_struct, ksp); in main()
22 OFFSET(THREAD_KPSR, thread_struct, kpsr); in main()
26 OFFSET(PT_ORIG_R2, pt_regs, orig_r2); in main()
27 OFFSET(PT_ORIG_R7, pt_regs, orig_r7); in main()
29 OFFSET(PT_R1, pt_regs, r1); in main()
30 OFFSET(PT_R2, pt_regs, r2); in main()
31 OFFSET(PT_R3, pt_regs, r3); in main()
32 OFFSET(PT_R4, pt_regs, r4); in main()
33 OFFSET(PT_R5, pt_regs, r5); in main()
[all …]

12345678910>>...545