/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | ctxt-info.c | 66 if (!dram->paging) { in iwl_pcie_ctxt_info_free_paging() 73 dma_free_coherent(trans->dev, dram->paging[i].size, in iwl_pcie_ctxt_info_free_paging() 74 dram->paging[i].block, in iwl_pcie_ctxt_info_free_paging() 75 dram->paging[i].physical); in iwl_pcie_ctxt_info_free_paging() 77 kfree(dram->paging); in iwl_pcie_ctxt_info_free_paging() 79 dram->paging = NULL; in iwl_pcie_ctxt_info_free_paging() 90 if (WARN(dram->paging, in iwl_pcie_init_fw_sec() 104 dram->paging = kcalloc(paging_cnt, sizeof(*dram->paging), GFP_KERNEL); in iwl_pcie_init_fw_sec() 105 if (!dram->paging) in iwl_pcie_init_fw_sec() 147 &dram->paging[i]); in iwl_pcie_init_fw_sec() [all …]
|
D | trans.c | 3062 trans_pcie->init_dram.paging[i].size; in iwl_trans_pcie_dump_data() 3116 struct iwl_fw_error_dump_paging *paging; in iwl_trans_pcie_dump_data() local 3118 trans_pcie->init_dram.paging[i].physical; in iwl_trans_pcie_dump_data() 3119 u32 page_len = trans_pcie->init_dram.paging[i].size; in iwl_trans_pcie_dump_data() 3122 data->len = cpu_to_le32(sizeof(*paging) + page_len); in iwl_trans_pcie_dump_data() 3123 paging = (void *)data->data; in iwl_trans_pcie_dump_data() 3124 paging->index = cpu_to_le32(i); in iwl_trans_pcie_dump_data() 3127 memcpy(paging->data, in iwl_trans_pcie_dump_data() 3128 trans_pcie->init_dram.paging[i].block, page_len); in iwl_trans_pcie_dump_data() 3131 len += sizeof(*data) + sizeof(*paging) + page_len; in iwl_trans_pcie_dump_data()
|
D | internal.h | 488 struct iwl_dram_data *paging; member
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/ |
D | paging.c | 76 struct iwl_fw_paging *paging = &fwrt->fw_paging_db[i]; in iwl_free_fw_paging() local 78 if (!paging->fw_paging_block) { in iwl_free_fw_paging() 85 dma_unmap_page(fwrt->trans->dev, paging->fw_paging_phys, in iwl_free_fw_paging() 86 paging->fw_paging_size, DMA_BIDIRECTIONAL); in iwl_free_fw_paging() 88 __free_pages(paging->fw_paging_block, in iwl_free_fw_paging() 89 get_order(paging->fw_paging_size)); in iwl_free_fw_paging() 90 paging->fw_paging_block = NULL; in iwl_free_fw_paging()
|
D | dbg.c | 935 struct iwl_fw_error_dump_paging *paging; in iwl_fw_error_dump() local 941 dump_data->len = cpu_to_le32(sizeof(*paging) + in iwl_fw_error_dump() 943 paging = (void *)dump_data->data; in iwl_fw_error_dump() 944 paging->index = cpu_to_le32(i); in iwl_fw_error_dump() 948 memcpy(paging->data, page_address(pages), in iwl_fw_error_dump()
|
/Linux-v4.19/Documentation/x86/x86_64/ |
D | 5level-paging.txt | 8 5-level paging. It is a straight-forward extension of the current page 14 QEMU 2.9 and later support 5-level paging. 16 Virtual memory layout for 5-level paging is described in 19 == Enabling 5-level paging == 29 On x86, 5-level paging enables 56-bit userspace virtual address space. 32 information. It collides with valid pointers with 5-level paging and 50 paging support is safe. The hint will be ignored and kernel will fall back
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | mmu.txt | 39 pte page table entry (used also to refer generically to paging structure 43 tdp two dimensional paging (vendor neutral term for NPT and EPT) 49 of the current paging mode and cr3 during guest entry, as well as 50 two-dimensional paging (AMD's NPT and Intel's EPT). The emulated hardware 62 - when guest paging is disabled, we translate guest physical addresses to 64 - when guest paging is enabled, we translate guest virtual addresses, to 113 one paging structure entry. These are always the lowest level of the 122 paging: gva->gpa->hpa 123 paging, tdp: (gva->)gpa->hpa 133 The level in the shadow paging hierarchy that this shadow page belongs to. [all …]
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/ |
D | Makefile | 16 iwlwifi-$(CONFIG_IWLMVM) += fw/paging.o fw/smem.o fw/init.o fw/dbg.o
|
/Linux-v4.19/drivers/infiniband/ |
D | Kconfig | 64 bool "InfiniBand on-demand paging support" 69 On demand paging support for the InfiniBand subsystem.
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | index.rst | 7 virtual memory and demand paging, memory allocation both for kernel
|
D | concepts.rst | 34 physical memory (demand paging) and provides a mechanism for the
|
D | userfaultfd.rst | 10 Userfaults allow the implementation of on-demand paging from userland
|
D | transhuge.rst | 62 allocation failures to be noticeable from userland. It allows paging
|
/Linux-v4.19/arch/x86/include/asm/ |
D | x86_init.h | 154 struct x86_init_paging paging; member
|
/Linux-v4.19/arch/x86/kernel/ |
D | x86_init.c | 70 .paging = {
|
D | setup.c | 1207 x86_init.paging.pagetable_init(); in setup_arch()
|
/Linux-v4.19/Documentation/translations/zh_CN/ |
D | oops-tracing.txt | 160 Aug 29 09:51:01 blizard kernel: Unable to handle kernel paging request at virtual address f15e97cc
|
/Linux-v4.19/drivers/iommu/ |
D | iommu.c | 1797 bool *paging; in iommu_domain_get_attr() local 1808 paging = data; in iommu_domain_get_attr() 1809 *paging = (domain->pgsize_bitmap != 0UL); in iommu_domain_get_attr()
|
/Linux-v4.19/arch/x86/kvm/ |
D | paging_tmpl.h | 29 #define FNAME(name) paging##64_##name 48 #define FNAME(name) paging##32_##name
|
/Linux-v4.19/arch/m68k/ |
D | Kconfig.cpu | 51 a paging MMU. 61 System-On-Chip parts, and does not contain a paging MMU.
|
/Linux-v4.19/Documentation/filesystems/ |
D | dax.txt | 42 the CPU at all times. If your device uses paging techniques to expose
|
/Linux-v4.19/Documentation/x86/ |
D | pti.txt | 22 the paging structures do not function when PTI is enabled. It can be
|
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 111 /* In the non-paging case, the SCBID == hardware SCB index */ 1875 * SCB. With SCB paging, we must search for non-tagged 1877 * using SCB paging, we can use the tag as the direct index to the 2387 * candidates for paging out an SCB if one is needed for a new command.
|
D | aic7xxx.reg | 1528 * paging. 1536 * not in use. Used for SCB paging.
|
/Linux-v4.19/Documentation/admin-guide/ |
D | bug-hunting.rst | 344 Aug 29 09:51:01 blizard kernel: Unable to handle kernel paging request at virtual address f15e97cc
|