Searched refs:vstart (Results 1 – 9 of 9) sorted by relevance
/arch/x86/include/asm/xen/ |
D | page-coherent.h | 12 void *vstart = (void*)__get_free_pages(flags, get_order(size)); in xen_alloc_coherent_pages() local 13 *dma_handle = virt_to_phys(vstart); in xen_alloc_coherent_pages() 14 return vstart; in xen_alloc_coherent_pages()
|
/arch/sparc/mm/ |
D | init_64.c | 1702 static unsigned long __ref kernel_map_hugepud(unsigned long vstart, in kernel_map_hugepud() argument 1707 u64 pte_val = vstart; in kernel_map_hugepud() 1710 if ((vstart & mask16gb) || in kernel_map_hugepud() 1711 (vend - vstart <= mask16gb)) { in kernel_map_hugepud() 1715 return vstart + PUD_SIZE; in kernel_map_hugepud() 1721 vend = vstart + mask16gb + 1UL; in kernel_map_hugepud() 1722 while (vstart < vend) { in kernel_map_hugepud() 1726 vstart += PUD_SIZE; in kernel_map_hugepud() 1729 return vstart; in kernel_map_hugepud() 1732 static bool kernel_can_map_hugepud(unsigned long vstart, unsigned long vend, in kernel_can_map_hugepud() argument [all …]
|
D | srmmu.c | 843 unsigned long vstart = (vbase & SRMMU_PGDIR_MASK); in map_spbank() local 849 if (vstart < min_vaddr || vstart >= max_vaddr) in map_spbank() 850 return vstart; in map_spbank() 855 while (vstart < vend) { in map_spbank() 856 do_large_mapping(vstart, pstart); in map_spbank() 857 vstart += SRMMU_PGDIR_SIZE; pstart += SRMMU_PGDIR_SIZE; in map_spbank() 859 return vstart; in map_spbank()
|
/arch/powerpc/kernel/ |
D | io-workarounds.c | 34 unsigned long vstart, vend; in iowa_pci_find() local 41 vstart = (unsigned long)phb->io_base_virt; in iowa_pci_find() 42 vend = vstart + phb->pci_io_size - 1; in iowa_pci_find() 43 if ((vaddr >= vstart) && (vaddr <= vend)) in iowa_pci_find()
|
/arch/alpha/boot/ |
D | bootpz.c | 77 check_range(unsigned long vstart, unsigned long vend, in check_range() argument 84 vstart, vend, kstart, kend); in check_range() 87 for (vaddr = vstart; vaddr <= vend; vaddr += PAGE_SIZE) in check_range()
|
/arch/x86/xen/ |
D | mmu_pv.c | 2564 unsigned long vstart = (unsigned long)phys_to_virt(pstart); in xen_create_contiguous_region() local 2575 memset((void *) vstart, 0, PAGE_SIZE << order); in xen_create_contiguous_region() 2580 xen_zap_pfn_range(vstart, order, in_frames, NULL); in xen_create_contiguous_region() 2583 out_frame = virt_to_pfn(vstart); in xen_create_contiguous_region() 2590 xen_remap_exchanged_ptes(vstart, order, NULL, out_frame); in xen_create_contiguous_region() 2592 xen_remap_exchanged_ptes(vstart, order, in_frames, 0); in xen_create_contiguous_region() 2596 *dma_handle = virt_to_machine(vstart).maddr; in xen_create_contiguous_region() 2606 unsigned long vstart; in xen_destroy_contiguous_region() local 2611 vstart = (unsigned long)phys_to_virt(pstart); in xen_destroy_contiguous_region() 2612 memset((void *) vstart, 0, PAGE_SIZE << order); in xen_destroy_contiguous_region() [all …]
|
/arch/powerpc/include/asm/book3s/64/ |
D | mmu-hash.h | 467 extern int htab_bolt_mapping(unsigned long vstart, unsigned long vend, 470 int htab_remove_mapping(unsigned long vstart, unsigned long vend,
|
/arch/powerpc/mm/ |
D | hash_utils_64.c | 238 int htab_bolt_mapping(unsigned long vstart, unsigned long vend, in htab_bolt_mapping() argument 252 vstart, vend, pstart, prot, psize, ssize); in htab_bolt_mapping() 254 for (vaddr = vstart, paddr = pstart; vaddr < vend; in htab_bolt_mapping() 316 int htab_remove_mapping(unsigned long vstart, unsigned long vend, in htab_remove_mapping() argument 330 for (vaddr = vstart; vaddr < vend; vaddr += step) { in htab_remove_mapping()
|
/arch/arc/mm/ |
D | cache.c | 651 #define __ic_line_inv_vaddr(pstart, vstart, sz) argument
|