Searched refs:preservation (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | kexec_handover.h | 50 int kho_preserve_vmalloc(void *ptr, struct kho_vmalloc *preservation); 51 void kho_unpreserve_vmalloc(struct kho_vmalloc *preservation); 57 void *kho_restore_vmalloc(const struct kho_vmalloc *preservation); 92 struct kho_vmalloc *preservation) in kho_preserve_vmalloc() argument 97 static inline void kho_unpreserve_vmalloc(struct kho_vmalloc *preservation) { } in kho_unpreserve_vmalloc() argument 118 static inline void *kho_restore_vmalloc(const struct kho_vmalloc *preservation) in kho_restore_vmalloc() argument
|
| /linux/kernel/liveupdate/ |
| H A D | kexec_handover.c | 976 int kho_preserve_vmalloc(void *ptr, struct kho_vmalloc *preservation) in kho_preserve_vmalloc() argument 996 KHOSER_STORE_PTR(preservation->first, chunk); in kho_preserve_vmalloc() 1015 preservation->total_pages = vm->nr_pages; in kho_preserve_vmalloc() 1016 preservation->flags = flags; in kho_preserve_vmalloc() 1017 preservation->order = order; in kho_preserve_vmalloc() 1022 kho_unpreserve_vmalloc(preservation); in kho_preserve_vmalloc() 1034 void kho_unpreserve_vmalloc(struct kho_vmalloc *preservation) in kho_unpreserve_vmalloc() argument 1036 struct kho_vmalloc_chunk *chunk = KHOSER_LOAD_PTR(preservation->first); in kho_unpreserve_vmalloc() 1041 kho_vmalloc_unpreserve_chunk(chunk, preservation->order); in kho_unpreserve_vmalloc() 1059 void *kho_restore_vmalloc(const struct kho_vmalloc *preservation) in kho_restore_vmalloc() argument [all …]
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_fw_update.c | 635 u8 preservation; in ixgbe_flash_pldm_image() local 644 preservation = IXGBE_ACI_NVM_PRESERVE_ALL; in ixgbe_flash_pldm_image() 650 preservation = IXGBE_ACI_NVM_PRESERVE_SELECTED; in ixgbe_flash_pldm_image() 655 preservation = IXGBE_ACI_NVM_NO_PRESERVATION; in ixgbe_flash_pldm_image() 680 priv.activate_flags = preservation; in ixgbe_flash_pldm_image()
|
| /linux/Documentation/arch/powerpc/ |
| H A D | syscall64-abi.rst | 18 specification C function calling sequence, including register preservation 47 Register preservation rules 49 Register preservation rules match the ELF ABI calling sequence with some 136 Register preservation rules
|
| /linux/Documentation/core-api/kho/ |
| H A D | fdt.rst | 61 subsystem memblock for preservation. The FDT contains the following
|
| /linux/Documentation/networking/device_drivers/ethernet/freescale/ |
| H A D | dpaa.rst | 209 be processed by the same CPU. This ensures intra-flow order preservation
|
| /linux/Documentation/networking/devlink/ |
| H A D | ice.rst | 221 performing any preservation. This includes overwriting device
|
| /linux/tools/arch/x86/kcpuid/ |
| H A D | cpuid.csv | 451 0x14, 0, ebx, 2, ip_filtering , IP/TraceStop filtering; Warm-reset PT MSRs preservation 455 0x14, 0, ebx, 6, psb_pmi_preserve , PSB and PMI preservation support
|