Searched full:preserved (Results 1 – 25 of 467) sorted by relevance
12345678910>>...19
/linux-6.12.1/drivers/tee/optee/ |
D | optee_smc.h | 169 * a4-7 Preserved 173 * a1-3 Preserved 174 * a4-7 Preserved 179 * a3-7 Resume information, must be preserved 219 * a4-7 Preserved 224 * a4-7 Preserved 254 * a4-7 Preserved 259 * a2-7 Preserved 313 * a3-7 Preserved 317 * a1-7 Preserved [all …]
|
/linux-6.12.1/arch/s390/include/asm/ |
D | vmlinux.lds.h | 23 * .boot.preserved.data is similar to .boot.data, but it is not part of the 24 * .init section and thus will be preserved for later use in the decompressed 29 .boot.preserved.data : { \ 31 *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.boot.preserved.data*))) \
|
D | sections.h | 20 * .boot.preserved.data is similar to .boot.data, but it is not part of the 21 * .init section and thus will be preserved for later use in the decompressed 24 #define __bootdata_preserved(var) __section(".boot.preserved.data." #var) var
|
/linux-6.12.1/arch/xtensa/include/asm/ |
D | asm-uaccess.h | 45 * <aa> preserved 46 * <as> preserved 75 * <aa> preserved 76 * <as> preserved
|
/linux-6.12.1/Documentation/arch/arm64/ |
D | tagged-pointers.rst | 56 When delivering signals, non-zero tags are not preserved in 64 are not preserved in response to synchronous tag check faults 70 tag information will be preserved regardless of the SA_EXPOSE_TAGBITS 73 Non-zero tags are never preserved in sigcontext.fault_address
|
D | asymmetric-32bit.rst | 68 On a homogeneous system, the CPU affinity of a task is preserved across 77 preserved across ``execve(2)`` of 32-bit programs.
|
D | sme.rst | 72 * On thread creation TPIDR2_EL0 is preserved unless CLONE_SETTLS is specified, 97 * On syscall PSTATE.ZA is preserved, if PSTATE.ZA==1 then the contents of the 98 ZA matrix and ZTn (if present) are preserved. 111 length (if any), is preserved across all syscalls, subject to the specific
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | thread_info.h | 85 #define TIF_LSX_CTX_LIVE 17 /* LSX context must be preserved */ 86 #define TIF_LASX_CTX_LIVE 18 /* LASX context must be preserved */ 88 #define TIF_LBT_CTX_LIVE 20 /* LBT context must be preserved */
|
/linux-6.12.1/arch/arm/include/asm/ |
D | fiq.h | 9 * NOTE: The FIQ mode registers are not magically preserved across 12 * Drivers which require these registers to be preserved across power
|
/linux-6.12.1/Documentation/trace/ |
D | debugging.rst | 136 preserved. Switching to a different kernel version may find a different 142 instance. But this instance is never preserved across boots. To have the 143 trace_printk() content, and some other internal tracing go to the preserved
|
/linux-6.12.1/arch/mips/include/asm/ |
D | pm.h | 21 /* Call preserved GPRs */ 45 /* Call preserved GPRs */
|
/linux-6.12.1/drivers/gpu/drm/gma500/ |
D | intel_i2c.c | 49 /* On most chips, these bits must be preserved in software. */ in set_clock() 69 /* On most chips, these bits must be preserved in software. */ in set_data()
|
/linux-6.12.1/Documentation/livepatch/ |
D | module-elf-format.rst | 31 preserved for livepatch modules (see section 5). Livepatch manages its own 98 Since ELF information is preserved for livepatch modules (see Section 5), a 218 preserved in order for apply_relocate_add() to find the right symbol. 299 symbol table, and relocation section indices, ELF information is preserved for
|
/linux-6.12.1/arch/arm64/kernel/ |
D | syscall.c | 116 * issue the skip and we fall into trace_exit with x0 preserved. in el0_svc_common() 120 * then x0 will be preserved for all system calls apart from a in el0_svc_common()
|
/linux-6.12.1/arch/arm/mm/ |
D | pabort-legacy.S | 12 * Returns : r4 - r11, r13 preserved
|
D | pabort-v6.S | 12 * Returns : r4 - r11, r13 preserved
|
D | abort-nommu.S | 11 * Returns : r4 - r11, r13 preserved
|
D | pabort-v7.S | 12 * Returns : r4 - r11, r13 preserved
|
D | abort-ev7.S | 11 * Returns : r4 - r11, r13 preserved
|
/linux-6.12.1/tools/memory-model/litmus-tests/ |
D | S+poonceonces.litmus | 9 * READ_ONCE(), is ordering preserved?
|
D | ISA2+poonceonces.litmus | 7 * against the last process's load, is ordering preserved if all of the
|
/linux-6.12.1/drivers/tty/serial/8250/ |
D | 8250.h | 149 * Read LSR register and handle saving non-preserved flags across reads. 150 * The flags that are not preserved across reads are stored into 153 * Returns LSR value or'ed with the preserved flags (if any).
|
/linux-6.12.1/Documentation/arch/arm/ |
D | kernel_mode_neon.rst | 21 register file is not preserved and restored at every context switch or taken 32 kept 'live', and is only preserved and restored when multiple tasks are
|
/linux-6.12.1/fs/nilfs2/ |
D | Kconfig | 18 and can change them into snapshots which will be preserved for long
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/goldmont/ |
D | memory.json | 7 …request happens and the machine is uncertain if memory ordering will be preserved as another core …
|
12345678910>>...19