Searched refs:start_pg (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | amas.c | 156 paddr_t start_pg, end_pg; in amas_attach() local 183 amas_get_pagerange(amas, i, &start_pg, &end_pg); in amas_attach() 185 if (!(start_pg == 0 && end_pg == 0)) in amas_attach() 186 printf(" [%#lx, %#lx]", start_pg, end_pg); in amas_attach()
|
/openbsd/sys/arch/arm64/arm64/ |
H A D | cpu.c | 1609 vaddr_t start_pg = zero_page + (PAGE_SIZE * ci->ci_cpuid); in cpu_start_spin_table() local 1612 uint64_t *startvec = (uint64_t *)(start_pg + offset); in cpu_start_spin_table() 1614 pmap_kenter_cache(start_pg, pa, PROT_READ|PROT_WRITE, PMAP_CACHE_CI); in cpu_start_spin_table() 1619 pmap_kremove(start_pg, PAGE_SIZE); in cpu_start_spin_table()
|