Searched refs:jumps (Results 1 – 25 of 31) sorted by relevance
12
/linux-6.6.21/arch/x86/ |
D | Makefile_32.cpu | 8 align := -falign-functions=0 $(call cc-option,-falign-jumps=0) $(call cc-option,-falign-loops=0) 10 align := -falign-functions=0 -falign-jumps=0 -falign-loops=0
|
D | Makefile | 130 KBUILD_CFLAGS += $(call cc-option,-falign-jumps=1)
|
/linux-6.6.21/Documentation/arch/mips/ |
D | booting.rst | 9 so the first instruction immediately jumps to kernel_entry().
|
/linux-6.6.21/drivers/scsi/ |
D | 53c700.scr | 35 ; necessary amount of data and jumps to the next SG segment. The final 36 ; SG segment jumps back to . However, this address is the first SG script
|
D | 53c700_d.h_shipped | 38 ; necessary amount of data and jumps to the next SG segment. The final 39 ; SG segment jumps back to . However, this address is the first SG script
|
/linux-6.6.21/Documentation/admin-guide/ |
D | efi-stub.rst | 9 jumps to are collectively known as the "EFI boot stub", and live in
|
/linux-6.6.21/tools/perf/util/ |
D | annotate.h | 290 u8 jumps; member
|
D | annotate.c | 2855 notes->widths.jumps = width_jumps(notes->max_jump_sources); in annotation__init_column_widths() 2871 notes->widths.addr += notes->widths.jumps + 1; in annotation__update_column_widths() 3196 notes->widths.jumps, in __annotation_line__write()
|
/linux-6.6.21/tools/objtool/Documentation/ |
D | objtool.txt | 224 4. Dynamic jumps and jumps to undefined symbols are only allowed if: 232 function's code paths. If a function jumps to code in another file,
|
/linux-6.6.21/Documentation/driver-api/ |
D | ptp.rst | 89 that 'jumps' the PHC clock time based on the provided offset. It
|
/linux-6.6.21/Documentation/driver-api/media/drivers/ |
D | pxa_camera.rst | 149 while the DMA jumps from one Videobuffer to another. On the schema, that
|
/linux-6.6.21/Documentation/arch/x86/ |
D | exception-tables.rst | 47 is no vma that contains this address. In this case, the kernel jumps 339 This is legacy case that just jumps to the fixup code
|
D | intel_txt.rst | 167 - Then the kernel jumps into tboot via the vector specified in the
|
/linux-6.6.21/arch/m68k/ifpsp060/ |
D | TEST.DOC | 105 the entry code jumps to the appropriate test code within the code section.
|
D | fpsp.doc | 110 the entry code jumps to the appropriate emulation code within the code section.
|
D | isp.doc | 119 the entry code jumps to the appropriate emulation code within the code section.
|
/linux-6.6.21/tools/bpf/bpftool/Documentation/ |
D | bpftool-map.rst | 226 programs used for tail-call jumps at runtime, without having to reload the
|
/linux-6.6.21/rust/ |
D | Makefile | 286 -fconserve-stack -falign-jumps=% -falign-loops=% \
|
/linux-6.6.21/tools/testing/selftests/bpf/ |
D | README.rst | 181 The sequence of 8193 jumps is too complex.
|
/linux-6.6.21/arch/sparc/ |
D | Kconfig | 409 This is the virtual address u-boot jumps to when booting the Linux
|
/linux-6.6.21/Documentation/hwmon/ |
D | lm90.rst | 634 to use two SMBus transaction for reads, this overhead jumps to +50%. Worse,
|
/linux-6.6.21/Documentation/admin-guide/pm/ |
D | sleep-states.rst | 142 the image contents and jumps into a special trampoline area in the original
|
/linux-6.6.21/Documentation/bpf/ |
D | bpf_design_QA.rst | 132 For example why BPF_JNE and other compare and jumps are not cpu-like?
|
/linux-6.6.21/Documentation/arch/arm64/ |
D | booting.rst | 98 jumps to code0 to resume the normal boot process.
|
/linux-6.6.21/Documentation/accel/qaic/ |
D | aic100.rst | 155 of reset, and jumps into the QSM.
|
12