Home
last modified time | relevance | path

Searched full:preserved (Results 1 – 25 of 441) sorted by relevance

12345678910>>...18

/Linux-v6.1/arch/ia64/include/uapi/asm/
Dptrace.h97 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-v6.1/drivers/tee/optee/
Doptee_smc.h145 * a4-7 Preserved
149 * a1-3 Preserved
150 * a4-7 Preserved
155 * a3-7 Resume information, must be preserved
195 * a4-7 Preserved
200 * a4-7 Preserved
230 * a4-7 Preserved
235 * a2-7 Preserved
287 * a3-7 Preserved
291 * a1-7 Preserved
[all …]
/Linux-v6.1/arch/s390/include/asm/
Dvmlinux.lds.h23 * .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*))) \
Dsections.h20 * .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-v6.1/arch/xtensa/include/asm/
Dasm-uaccess.h45 * <aa> preserved
46 * <as> preserved
75 * <aa> preserved
76 * <as> preserved
/Linux-v6.1/Documentation/arm64/
Dtagged-pointers.rst56 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
Dsme.rst66 * On thread creation TPIDR2_EL0 is preserved unless CLONE_SETTLS is specified,
91 * On syscall PSTATE.ZA is preserved, if PSTATE.ZA==1 then the contents of the
92 ZA matrix are preserved.
105 length (if any), is preserved across all syscalls, subject to the specific
Dsve.rst112 * On syscall, V0..V31 are preserved (as without SVE). Thus, bits [127:0] of
113 Z0..Z31 are preserved. All other bits of Z0..Z31, and all of P0..P15 and FFR
119 * In practice the affected registers/bits will be preserved or will be replaced
126 length (if any), is preserved across all syscalls, subject to the specific
396 preserved, but the remaining bits of the SVE registers become
/Linux-v6.1/arch/arm/include/asm/
Dfiq.h9 * NOTE: The FIQ mode registers are not magically preserved across
12 * Drivers which require these registers to be preserved across power
/Linux-v6.1/arch/loongarch/include/asm/
Dthread_info.h85 #define TIF_LSX_CTX_LIVE 17 /* LSX context must be preserved */
86 #define TIF_LASX_CTX_LIVE 18 /* LASX context must be preserved */
/Linux-v6.1/arch/ia64/lib/
Dflush.S23 * Note: "in0" and "in1" are preserved for debugging purposes.
76 * Note: "in0" and "in1" are preserved for debugging purposes.
/Linux-v6.1/drivers/gpu/drm/gma500/
Dintel_i2c.c49 /* 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-v6.1/arch/mips/include/asm/
Dpm.h21 /* Call preserved GPRs */
45 /* Call preserved GPRs */
/Linux-v6.1/Documentation/livepatch/
Dmodule-elf-format.rst31 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-v6.1/drivers/tty/serial/8250/
D8250.h130 * Read LSR register and handle saving non-preserved flags across reads.
131 * The flags that are not preserved across reads are stored into
134 * Returns LSR value or'ed with the preserved flags (if any).
/Linux-v6.1/arch/arm/mm/
Dpabort-legacy.S12 * Returns : r4 - r11, r13 preserved
Dpabort-v6.S12 * Returns : r4 - r11, r13 preserved
Dabort-nommu.S11 * Returns : r4 - r11, r13 preserved
Dpabort-v7.S12 * Returns : r4 - r11, r13 preserved
Dabort-ev7.S11 * Returns : r4 - r11, r13 preserved
/Linux-v6.1/tools/memory-model/litmus-tests/
DS+poonceonces.litmus9 * READ_ONCE(), is ordering preserved?
DISA2+poonceonces.litmus7 * against the last process's load, is ordering preserved if all of the
/Linux-v6.1/arch/ia64/kernel/
Dfsys.S154 // 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
/Linux-v6.1/arch/arm64/kernel/
Dsyscall.c126 * 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-v6.1/arch/s390/boot/
DMakefile47 targets := bzImage section_cmp.boot.data section_cmp.boot.preserved.data $(obj-y)
68 $(obj)/bzImage: $(obj)/vmlinux $(obj)/section_cmp.boot.data $(obj)/section_cmp.boot.preserved.data …

12345678910>>...18