/linux/drivers/tee/optee/ |
H A 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/Documentation/core-api/kho/bindings/ |
H A D | kho.yaml | 11 System memory preserved by KHO across kexec. 18 preserved-memory-map: 20 physical address (u64) of an in-memory structure describing all preserved 30 - preserved-memory-map 38 preserved-memory-map = <0xf0be16 0x1000000>;
|
/linux/Documentation/core-api/kho/ |
H A D | fdt.rst | 11 all preserved memory regions, as well as physical addresses of KHO users' 17 Property ``preserved-memory-map`` 20 KHO saves a special property named ``preserved-memory-map`` under the root node. 37 can recover its state from the preserved FDT. 53 preserved-memory-map = <0x40be16 0x1000000>;
|
H A D | concepts.rst | 17 that describes preserved memory regions. These regions contain either 19 across kexec. After KHO, subsystems can retrieve and restore preserved
|
/linux/arch/s390/include/asm/ |
H A 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*))) \
|
H A 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/Documentation/arch/arm64/ |
H A D | tagged-pointers.rst | 56 When delivering signals, non-zero tags are not preserved in 64 are preserved in response to synchronous tag check faults (SEGV_MTESERR) 65 otherwise not preserved even if SA_EXPOSE_TAGBITS was set. 71 tag information will be preserved regardless of the SA_EXPOSE_TAGBITS 74 Non-zero tags are never preserved in sigcontext.fault_address
|
/linux/arch/xtensa/include/asm/ |
H A D | asm-uaccess.h | 45 * <aa> preserved 46 * <as> preserved 75 * <aa> preserved 76 * <as> preserved
|
/linux/arch/loongarch/include/asm/ |
H A D | thread_info.h | 86 #define TIF_LSX_CTX_LIVE 17 /* LSX context must be preserved */ 87 #define TIF_LASX_CTX_LIVE 18 /* LASX context must be preserved */ 89 #define TIF_LBT_CTX_LIVE 20 /* LBT context must be preserved */
|
/linux/arch/arm/include/asm/ |
H A 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/kernel/ |
H A D | kexec_handover.c | 32 #define PROP_PRESERVED_MEMORY_MAP "preserved-memory-map" 50 * Keep track of memory that is to be preserved across KHO. 90 /* First chunk of serialized preserved memory map */ 205 * kho_restore_folio - recreates the folio from the preserved memory. 360 pr_err("failed to get preserved memory bitmaps\n"); in kho_mem_deserialize() 609 * the physical address of @fdt. The pages of @fdt must also be preserved 674 * will be preserved as well. 803 * Reserve the preserved-memory-map property in the root FDT, so in kho_finalize() 955 * kho_retrieve_subtree - retrieve a preserved sub FDT by its name. 959 * Retrieve a preserved sub FDT named @name and store its physical
|
/linux/tools/testing/selftests/drivers/net/ |
H A D | napi_threaded.py | 45 of all napis is preserved after a change in number of queues. 75 the napi threaded state is preserved after a change in
|
/linux/Documentation/trace/ |
H A D | debugging.rst | 136 preserved. Switching to a different kernel version may find a different 144 instance. But this instance is never preserved across boots. To have the 145 trace_printk() content, and some other internal tracing go to the preserved
|
/linux/drivers/gpu/drm/gma500/ |
H A 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/arch/mips/include/asm/ |
H A D | pm.h | 21 /* Call preserved GPRs */ 45 /* Call preserved GPRs */
|
/linux/Documentation/livepatch/ |
H A 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. 302 symbol table, and relocation section indices, ELF information is preserved for
|
/linux/arch/arm64/kernel/ |
H A 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/drivers/tty/serial/8250/ |
H A 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/arch/arm/mm/ |
H A D | pabort-legacy.S | 12 * Returns : r4 - r11, r13 preserved
|
H A D | pabort-v6.S | 12 * Returns : r4 - r11, r13 preserved
|
H A D | abort-nommu.S | 11 * Returns : r4 - r11, r13 preserved
|
H A D | pabort-v7.S | 12 * Returns : r4 - r11, r13 preserved
|
H A D | abort-ev7.S | 11 * Returns : r4 - r11, r13 preserved
|
/linux/Documentation/arch/arm/ |
H A 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/tools/memory-model/litmus-tests/ |
H A D | S+poonceonces.litmus | 9 * READ_ONCE(), is ordering preserved?
|