Home
last modified time | relevance | path

Searched refs:next_phys (Results 1 – 2 of 2) sorted by relevance

/arch/riscv/mm/
Dinit.c293 phys_addr_t next_phys; in create_pgd_mapping() local
303 next_phys = alloc_pgd_next(va); in create_pgd_mapping()
304 pgdp[pgd_index] = pfn_pgd(PFN_DOWN(next_phys), PAGE_TABLE); in create_pgd_mapping()
305 nextp = get_pgd_next_virt(next_phys); in create_pgd_mapping()
308 next_phys = PFN_PHYS(_pgd_pfn(pgdp[pgd_index])); in create_pgd_mapping()
309 nextp = get_pgd_next_virt(next_phys); in create_pgd_mapping()
/arch/x86/events/intel/
Dbts.c373 struct bts_phys *phys, *next_phys; in bts_buffer_reset() local
393 next_phys = &buf->buf[next_buf]; in bts_buffer_reset()
395 next_phys->displacement; in bts_buffer_reset()
398 next_space = next_phys->size; in bts_buffer_reset()
410 phys = next_phys; in bts_buffer_reset()