Searched refs:pstart (Results 1 – 10 of 10) sorted by relevance
/arch/x86/include/asm/xen/ |
D | swiotlb-xen.h | 6 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, 9 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order);
|
/arch/x86/include/asm/ |
D | init.h | 17 unsigned long pstart, unsigned long pend);
|
/arch/x86/mm/ |
D | ident_map.c | 98 unsigned long pstart, unsigned long pend) in kernel_ident_mapping_init() argument 100 unsigned long addr = pstart + info->offset; in kernel_ident_mapping_init()
|
/arch/s390/kernel/ |
D | perf_cpum_cf.c | 539 static void cfdiag_diffctrset(u64 *pstart, u64 *pstop, int counters) in cfdiag_diffctrset() argument 541 for (; --counters >= 0; ++pstart, ++pstop) in cfdiag_diffctrset() 542 if (*pstop >= *pstart) in cfdiag_diffctrset() 543 *pstop -= *pstart; in cfdiag_diffctrset() 545 *pstop = *pstart - *pstop + 1; in cfdiag_diffctrset()
|
/arch/sparc/mm/ |
D | srmmu.c | 860 unsigned long pstart = (sp_banks[sp_entry].base_addr & PGDIR_MASK); in map_spbank() local 874 do_large_mapping(vstart, pstart); in map_spbank() 875 vstart += PGDIR_SIZE; pstart += PGDIR_SIZE; in map_spbank()
|
D | init_64.c | 1772 static unsigned long __ref kernel_map_range(unsigned long pstart, in kernel_map_range() argument 1776 unsigned long vstart = PAGE_OFFSET + pstart; in kernel_map_range()
|
/arch/x86/xen/ |
D | mmu_pv.c | 2321 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, in xen_create_contiguous_region() argument 2328 unsigned long vstart = (unsigned long)phys_to_virt(pstart); in xen_create_contiguous_region() 2358 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order) in xen_destroy_contiguous_region() argument 2368 vstart = (unsigned long)phys_to_virt(pstart); in xen_destroy_contiguous_region()
|
/arch/powerpc/mm/book3s64/ |
D | hash_utils.c | 348 unsigned long pstart, unsigned long prot, in htab_bolt_mapping() argument 361 vstart, vend, pstart, prot, psize, ssize); in htab_bolt_mapping() 365 paddr = ALIGN(pstart, step); in htab_bolt_mapping()
|
/arch/powerpc/include/asm/book3s/64/ |
D | mmu-hash.h | 496 unsigned long pstart, unsigned long prot,
|
/arch/arc/mm/ |
D | cache.c | 543 #define __ic_line_inv_vaddr(pstart, vstart, sz) argument
|