Searched refs:pstart (Results 1 – 10 of 10) sorted by relevance
| /arch/x86/include/asm/xen/ |
| A 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/ |
| A D | init.h | 22 unsigned long pstart, unsigned long pend);
|
| /arch/x86/mm/ |
| A D | ident_map.c | 179 unsigned long pstart, unsigned long pend) in kernel_ident_mapping_init() argument 181 unsigned long addr = pstart + info->offset; in kernel_ident_mapping_init()
|
| /arch/s390/kernel/ |
| A D | perf_cpum_cf.c | 542 static void cfdiag_diffctrset(u64 *pstart, u64 *pstop, int counters) in cfdiag_diffctrset() argument 544 for (; --counters >= 0; ++pstart, ++pstop) in cfdiag_diffctrset() 545 if (*pstop >= *pstart) in cfdiag_diffctrset() 546 *pstop -= *pstart; in cfdiag_diffctrset() 548 *pstop = *pstart - *pstop + 1; in cfdiag_diffctrset()
|
| /arch/sparc/mm/ |
| A D | srmmu.c | 852 unsigned long pstart = (sp_banks[sp_entry].base_addr & PGDIR_MASK); in map_spbank() local 866 do_large_mapping(vstart, pstart); in map_spbank() 867 vstart += PGDIR_SIZE; pstart += PGDIR_SIZE; in map_spbank()
|
| A D | init_64.c | 1765 static unsigned long __ref kernel_map_range(unsigned long pstart, in kernel_map_range() argument 1769 unsigned long vstart = PAGE_OFFSET + pstart; in kernel_map_range()
|
| /arch/x86/xen/ |
| A D | mmu_pv.c | 2361 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, in xen_create_contiguous_region() argument 2368 unsigned long vstart = (unsigned long)phys_to_virt(pstart); in xen_create_contiguous_region() 2405 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order) in xen_destroy_contiguous_region() argument 2415 vstart = (unsigned long)phys_to_virt(pstart); in xen_destroy_contiguous_region()
|
| /arch/powerpc/mm/book3s64/ |
| A D | hash_utils.c | 619 unsigned long pstart, unsigned long prot, in htab_bolt_mapping() argument 632 vstart, vend, pstart, prot, psize, ssize); in htab_bolt_mapping() 636 paddr = ALIGN(pstart, step); in htab_bolt_mapping()
|
| /arch/powerpc/include/asm/book3s/64/ |
| A D | mmu-hash.h | 496 unsigned long pstart, unsigned long prot,
|
| /arch/arc/mm/ |
| A D | cache.c | 542 #define __ic_line_inv_vaddr(pstart, vstart, sz) argument
|
Completed in 36 milliseconds