Home
last modified time | relevance | path

Searched refs:offsets (Results 1 – 25 of 42) sorted by relevance

12

/arch/arm/mach-at91/
DMakefile22 $(obj)/pm_data-offsets.h: $(obj)/pm_data-offsets.s FORCE
23 $(call filechk,offsets,__PM_DATA_OFFSETS_H__)
25 $(obj)/pm_suspend.o: $(obj)/pm_data-offsets.h
27 targets += pm_data-offsets.s
28 clean-files += pm_data-offsets.h
D.gitignore1 pm_data-offsets.h
/arch/x86/um/
DMakefile37 $(obj)/user-offsets.s: c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) \
39 targets += user-offsets.s
41 include/generated/user_constants.h: $(obj)/user-offsets.s
42 $(call filechk,offsets,__USER_CONSTANT_H__)
/arch/arm/mach-omap2/
D.gitignore1 pm-asm-offsets.h
DMakefile226 $(obj)/pm-asm-offsets.h: $(obj)/pm-asm-offsets.s FORCE
227 $(call filechk,offsets,__TI_PM_ASM_OFFSETS_H__)
229 $(obj)/sleep33xx.o $(obj)/sleep43xx.o: $(obj)/pm-asm-offsets.h
231 targets += pm-asm-offsets.s
232 clean-files += pm-asm-offsets.h
/arch/arm64/
DMakefile72 include/generated/asm-offsets.h))
163 $(Q)$(MAKE) $(build)=arch/arm64/kernel/vdso include/generated/vdso-offsets.h
166 include/generated/vdso32-offsets.h)
/arch/arm/boot/dts/
Ddra62x.dtsi13 /* Compared to dm814x, dra62x has different offsets for Ethernet */
/arch/mips/net/
Debpf_jit.c105 u32 *offsets; member
150 target_va = base_va + (ctx->offsets[target_idx] & ~OFFSETS_B_CONV); in j_target()
176 return (ctx->offsets[tgt] & ~OFFSETS_B_CONV) - in b_imm()
1111 if (!(ctx->offsets[this_idx] & OFFSETS_B_CONV)) { in build_one_insn()
1112 ctx->offsets[this_idx] |= OFFSETS_B_CONV; in build_one_insn()
1122 if (ctx->offsets[this_idx] & OFFSETS_B_CONV) { in build_one_insn()
1135 if (!(ctx->offsets[this_idx] & OFFSETS_B_CONV)) { in build_one_insn()
1136 ctx->offsets[this_idx] |= OFFSETS_B_CONV; in build_one_insn()
1146 if (ctx->offsets[this_idx] & OFFSETS_B_CONV) { in build_one_insn()
1533 ctx->offsets[i] = (ctx->offsets[i] & OFFSETS_B_CONV) | (ctx->idx * 4); in build_int_body()
[all …]
/arch/s390/include/asm/
DKbuild7 generic-y += asm-offsets.h
/arch/nds32/
DMakefile63 $(Q)$(MAKE) $(build)=arch/nds32/kernel/vdso include/generated/vdso-offsets.h
/arch/nds32/kernel/vdso/
DMakefile44 include/generated/vdso-offsets.h: $(obj)/vdso.so.dbg FORCE
/arch/nds32/include/asm/
DKbuild2 generic-y += asm-offsets.h
/arch/csky/include/asm/
DKbuild2 generic-y += asm-offsets.h
/arch/arm64/kernel/vdso/
DMakefile72 include/generated/vdso-offsets.h: $(obj)/vdso.so.dbg FORCE
/arch/ia64/kernel/
DMakefile53 $(call filechk,offsets,__ASM_NR_IRQS_H__)
/arch/h8300/include/asm/
DKbuild2 generic-y += asm-offsets.h
/arch/m68k/fpsp040/
Dfpsp.h11 | fpsp.h --- stack frame offsets during FPSP exception handling
44 | Positive offsets from A6 refer to the exception frame. Negative
45 | offsets refer to the Local Variable area and the fsave area.
122 | fsave offsets and bit definitions
/arch/powerpc/boot/dts/fsl/
Dpq3-etsec2-grp2-1.dtsi2 * PQ3 eTSEC2 Group 2 device tree stub [ @ offsets 0xb5000 ]
Dpq3-etsec2-grp2-2.dtsi2 * PQ3 eTSEC2 Group 2 device tree stub [ @ offsets 0xb6000 ]
Dpq3-etsec2-grp2-0.dtsi2 * PQ3 eTSEC2 Group 2 device tree stub [ @ offsets 0xb4000 ]
Dpq3-etsec1-timer-0.dtsi2 * PQ3 eTSEC Timer (IEEE 1588) device tree stub [ @ offsets 0x24e00 ]
Dpq3-etsec1-1.dtsi2 * PQ3 eTSEC device tree stub [ @ offsets 0x25000 ]
Dpq3-etsec1-3.dtsi2 * PQ3 eTSEC device tree stub [ @ offsets 0x27000 ]
Dpq3-etsec2-0.dtsi2 * PQ3 eTSEC2 device tree stub [ @ offsets 0x24000/0xb0000 ]
/arch/powerpc/
DMakefile430 …guard-offset=$(shell awk '{if ($$2 == "PACA_CANARY") print $$3;}' include/generated/asm-offsets.h))
432 …guard-offset=$(shell awk '{if ($$2 == "TASK_CANARY") print $$3;}' include/generated/asm-offsets.h))
440 … += -D_TASK_CPU=$(shell awk '{if ($$2 == "TASK_CPU") print $$3;}' include/generated/asm-offsets.h))

12