Searched full:preserved (Results 1 – 25 of 420) sorted by relevance
12345678910>>...17
/Linux-v5.15/arch/ia64/include/uapi/asm/ |
D | ptrace.h | 97 unsigned long ar_unat; /* interrupted task's NaT register (preserved) */ 112 unsigned long ar_fpsr; /* floating point status (preserved) */ 154 * preserved across a context switch. This generally consists of 155 * "preserved" registers. 158 unsigned long caller_unat; /* user NaT collection register (preserved) */ 161 struct ia64_fpreg f2; /* preserved */ 162 struct ia64_fpreg f3; /* preserved */ 163 struct ia64_fpreg f4; /* preserved */ 164 struct ia64_fpreg f5; /* preserved */ 170 struct ia64_fpreg f16; /* preserved */ [all …]
|
/Linux-v5.15/drivers/tee/optee/ |
D | optee_smc.h | 122 * a4-7 Preserved 126 * a1-3 Preserved 127 * a4-7 Preserved 132 * a3-7 Resume information, must be preserved 168 * a4-7 Preserved 173 * a4-7 Preserved 198 * a2-7 Preserved 203 * a2-7 Preserved 251 * a3-7 Preserved 255 * a1-7 Preserved [all …]
|
/Linux-v5.15/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 | 32 * .boot.preserved.data is similar to .boot.data, but it is not part of the 33 * .init section and thus will be preserved for later use in the decompressed 36 #define __bootdata_preserved(var) __section(".boot.preserved.data." #var) var
|
/Linux-v5.15/arch/xtensa/include/asm/ |
D | asm-uaccess.h | 61 * <av> preserved, value to write 115 * <aa> preserved 116 * <as> preserved 145 * <aa> preserved 146 * <as> preserved
|
/Linux-v5.15/Documentation/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 | sve.rst | 97 * On syscall, V0..V31 are preserved (as without SVE). Thus, bits [127:0] of 98 Z0..Z31 are preserved. All other bits of Z0..Z31, and all of P0..P15 and FFR 104 * In practice the affected registers/bits will be preserved or will be replaced 111 length (if any), is preserved across all syscalls, subject to the specific 354 preserved, but the remaining bits of the SVE registers become
|
/Linux-v5.15/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
|
D | entry-macro-multi.S | 22 * preserved from get_irqnr_and_base above
|
/Linux-v5.15/arch/s390/boot/ |
D | Makefile | 44 targets := bzImage startup.a section_cmp.boot.data section_cmp.boot.preserved.data $(obj-y) 62 …$(obj)/compressed/vmlinux $(obj)/section_cmp.boot.data $(obj)/section_cmp.boot.preserved.data FORCE
|
/Linux-v5.15/arch/ia64/lib/ |
D | flush.S | 23 * Note: "in0" and "in1" are preserved for debugging purposes. 76 * Note: "in0" and "in1" are preserved for debugging purposes.
|
/Linux-v5.15/arch/mips/include/asm/ |
D | pm.h | 21 /* Call preserved GPRs */ 45 /* Call preserved GPRs */
|
/Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/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-v5.15/arch/arm64/kernel/ |
D | syscall.c | 126 * issue the skip and we fall into trace_exit with x0 preserved. in el0_svc_common() 130 * then x0 will be preserved for all system calls apart from a in el0_svc_common()
|
/Linux-v5.15/arch/ia64/kernel/ |
D | fsys.S | 154 // r2,r3 = temp r4-r7 preserved 158 // r11 = preserved: saved ar.pfs 159 // r12 = preserved: memory stack 160 // r13 = preserved: thread pointer 162 // r15 = preserved: system call number 163 // r16 = preserved: current task pointer
|
D | unwind_i.h | 31 /* preserved registers: */ 147 * Preserved general static registers (r4-r7) give rise to two script
|
/Linux-v5.15/fs/nilfs2/ |
D | Kconfig | 16 and can change them into snapshots which will be preserved for long
|
12345678910>>...17