Searched refs:pfn_t (Results 1 – 11 of 11) sorted by relevance
/arch/mips/sgi-ip27/ |
D | ip27-memory.c | 257 static pfn_t __init slot_getbasepfn(cnodeid_t cnode, int slot) in slot_getbasepfn() 261 return ((pfn_t)nasid << PFN_NASIDSHFT) | (slot << SLOT_PFNSHIFT); in slot_getbasepfn() 264 static pfn_t __init slot_psize_compute(cnodeid_t node, int slot) in slot_psize_compute() 355 pfn_t slot_psize, slot0sz = 0, nodebytes; /* Hack to detect problem configs */ in szmem() 392 pfn_t slot_firstpfn = slot_getbasepfn(node, 0); in node_mem_init() 393 pfn_t slot_freepfn = node_getfirstfree(node); in node_mem_init() 395 pfn_t start_pfn, end_pfn; in node_mem_init() 468 pfn_t start_pfn, end_pfn; in paging_init()
|
D | ip27-klnuma.c | 120 pfn_t node_getfirstfree(cnodeid_t cnode) in node_getfirstfree()
|
/arch/um/include/asm/ |
D | page.h | 55 typedef unsigned long long pfn_t; typedef 79 typedef unsigned long pfn_t; typedef 112 #define phys_to_pfn(p) ((pfn_t) ((p) >> PAGE_SHIFT))
|
D | pgtable-3level.h | 101 static inline pte_t pfn_pte(pfn_t page_nr, pgprot_t pgprot) in pfn_pte() 110 static inline pmd_t pfn_pmd(pfn_t page_nr, pgprot_t pgprot) in pfn_pmd()
|
D | pgtable.h | 276 #define page_to_phys(page) pfn_to_phys((pfn_t) page_to_pfn(page))
|
/arch/mips/include/asm/sn/ |
D | types.h | 22 typedef unsigned long pfn_t; typedef
|
D | sn_private.h | 17 extern pfn_t node_getfirstfree(cnodeid_t);
|
/arch/x86/kvm/ |
D | paging_tmpl.h | 83 pfn_t pfn; 258 pfn_t pfn; in FNAME() 353 int *ptwrite, pfn_t pfn) in FNAME() 397 pfn_t pfn; in FNAME()
|
D | mmu.c | 244 static pfn_t spte_to_pfn(u64 pte) in spte_to_pfn() 551 pfn_t pfn; in rmap_remove() 645 pfn_t pfn; in rmap_write_protect() 1664 int global, gfn_t gfn, pfn_t pfn, bool speculative, in set_spte() 1755 gfn_t gfn, pfn_t pfn, bool speculative) in mmu_set_spte() 1825 pfn_t pfn; 1869 int largepage, gfn_t gfn, pfn_t pfn) in __direct_map() 1890 pfn_t pfn; in nonpaging_map() 2083 pfn_t pfn; in tdp_page_fault() 2393 pfn_t pfn; in mmu_guess_page_from_pte_write()
|
D | vmx.c | 1981 pfn_t identity_map_pfn; in init_rmode_identity_map()
|
/arch/x86/include/asm/ |
D | kvm_host.h | 287 pfn_t pfn; /* pfn corresponding to that gfn */
|