Home
last modified time | relevance | path

Searched refs:ptes (Results 26 – 37 of 37) sorted by relevance

12

/openbmc/linux/arch/alpha/kernel/
H A Dcore_mcpcia.c378 *(vuip)MCPCIA_T0_BASE(mid) = virt_to_phys(hose->sg_isa->ptes) >> 8; in mcpcia_startup_hose()
382 *(vuip)MCPCIA_T1_BASE(mid) = virt_to_phys(hose->sg_pci->ptes) >> 8; in mcpcia_startup_hose()
H A Dcore_apecs.c361 *(vuip)APECS_IOC_TB2R = virt_to_phys(hose->sg_isa->ptes) >> 1; in apecs_init_arch()
H A Dcore_wildfire.c123 pci->pci_window[0].tbase.csr = virt_to_phys(hose->sg_isa->ptes); in wildfire_init_hose()
135 pci->pci_window[3].tbase.csr = virt_to_phys(hose->sg_pci->ptes); in wildfire_init_hose()
H A Dcore_lca.c286 *(vulp)LCA_IOC_T_BASE0 = virt_to_phys(hose->sg_isa->ptes); in lca_init_arch()
H A Dcore_t2.c361 *(vulp)T2_TBASE2 = virt_to_phys(hose->sg_isa->ptes) >> 1; in t2_sg_map_window2()
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dmmu.c268 uint32_t *ptes; in psb_mmu_alloc_pt() local
284 ptes = (uint32_t *) v; in psb_mmu_alloc_pt()
286 *ptes++ = pd->invalid_pte; in psb_mmu_alloc_pt()
/openbmc/linux/Documentation/admin-guide/mm/
H A Duserfaultfd.rst222 Userfaultfd write-protect mode currently behave differently on none ptes
225 For anonymous memory, ``ioctl(UFFDIO_WRITEPROTECT)`` will ignore none ptes
227 like shmem and hugetlbfs, none ptes will be write protected just like a
233 If the application wants to be able to write protect none ptes on anonymous
236 and set the feature bit in advance to make sure none ptes will also be
/openbmc/linux/Documentation/mm/
H A Dtranshuge.rst13 knowledge fall back to breaking huge pmd mapping into table of ptes and,
H A Dpage_migration.rst139 with real ptes. Doing so will enable access for user space processes not
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dmemcg_test.rst87 swp_entry's refcnt += # of ptes.
/openbmc/linux/Documentation/gpu/
H A Dtodo.rst313 fbdev defio stuff. These should all work on plain ptes, they don't actually
314 require a struct page. uff. These should all work on plain ptes, they don't
/openbmc/linux/drivers/iommu/
H A DKconfig263 depends on !CPU_BIG_ENDIAN # revisit driver if we can enable big-endian ptes

12