Searched refs:pstart (Results 1 – 10 of 10) sorted by relevance
/arch/arm/xen/ |
D | mm.c | 121 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/ |
D | init.h | 15 unsigned long pstart, unsigned long pend);
|
/arch/x86/mm/ |
D | ident_map.c | 111 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/ |
D | perf_cpum_cf_diag.c | 428 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/ |
D | srmmu.c | 859 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()
|
D | init_64.c | 1757 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/ |
D | hash_utils.c | 248 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/ |
D | mmu_pv.c | 2268 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/ |
D | mmu-hash.h | 491 unsigned long pstart, unsigned long prot,
|
/arch/arc/mm/ |
D | cache.c | 662 #define __ic_line_inv_vaddr(pstart, vstart, sz) argument
|