Home
last modified time | relevance | path

Searched refs:pstart (Results 1 – 10 of 10) sorted by relevance

/arch/arm/xen/
Dmm.c121 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, in xen_create_contiguous_region() argument
129 *dma_handle = pstart; in xen_create_contiguous_region()
133 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order) in xen_destroy_contiguous_region() argument
/arch/x86/include/asm/
Dinit.h15 unsigned long pstart, unsigned long pend);
/arch/x86/mm/
Dident_map.c111 unsigned long pstart, unsigned long pend) in kernel_ident_mapping_init() argument
113 unsigned long addr = pstart + info->offset; in kernel_ident_mapping_init()
/arch/s390/kernel/
Dperf_cpum_cf_diag.c428 static void cf_diag_diffctrset(u64 *pstart, u64 *pstop, int counters) in cf_diag_diffctrset() argument
430 for (; --counters >= 0; ++pstart, ++pstop) in cf_diag_diffctrset()
431 if (*pstop >= *pstart) in cf_diag_diffctrset()
432 *pstop -= *pstart; in cf_diag_diffctrset()
434 *pstop = *pstart - *pstop; in cf_diag_diffctrset()
/arch/sparc/mm/
Dsrmmu.c859 unsigned long pstart = (sp_banks[sp_entry].base_addr & PGDIR_MASK); in map_spbank() local
873 do_large_mapping(vstart, pstart); in map_spbank()
874 vstart += PGDIR_SIZE; pstart += PGDIR_SIZE; in map_spbank()
Dinit_64.c1757 static unsigned long __ref kernel_map_range(unsigned long pstart, in kernel_map_range() argument
1761 unsigned long vstart = PAGE_OFFSET + pstart; in kernel_map_range()
/arch/powerpc/mm/book3s64/
Dhash_utils.c248 unsigned long pstart, unsigned long prot, in htab_bolt_mapping() argument
261 vstart, vend, pstart, prot, psize, ssize); in htab_bolt_mapping()
265 paddr = ALIGN(pstart, step); in htab_bolt_mapping()
/arch/x86/xen/
Dmmu_pv.c2268 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, in xen_create_contiguous_region() argument
2275 unsigned long vstart = (unsigned long)phys_to_virt(pstart); in xen_create_contiguous_region()
2311 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order) in xen_destroy_contiguous_region() argument
2321 vstart = (unsigned long)phys_to_virt(pstart); in xen_destroy_contiguous_region()
/arch/powerpc/include/asm/book3s/64/
Dmmu-hash.h491 unsigned long pstart, unsigned long prot,
/arch/arc/mm/
Dcache.c662 #define __ic_line_inv_vaddr(pstart, vstart, sz) argument