Lines Matching refs:current_address
33 unsigned long current_address; member
243 npages = (st->current_address - st->start_address) / PAGE_SIZE; in note_wx()
251 st->current_address <= PAGE_OFFSET + BIOS_END) { in note_wx()
293 st->current_address >= st->marker[1].start_address) { in note_page()
309 width, st->current_address); in note_page()
311 delta = st->current_address - st->start_address; in note_page()
328 if (st->current_address >= st->marker[1].start_address) { in note_page()
344 st->start_address = st->current_address; in note_page()
365 st->current_address = normalize_addr(P + i * PTE_LEVEL_MULT); in walk_pte_level()
366 pte = pte_offset_map(&addr, st->current_address); in walk_pte_level()
414 st->current_address = normalize_addr(P + i * PMD_LEVEL_MULT); in walk_pmd_level()
448 st->current_address = normalize_addr(P + i * PUD_LEVEL_MULT); in walk_pud_level()
484 st->current_address = normalize_addr(P + i * P4D_LEVEL_MULT); in walk_p4d_level()
536 st.current_address = normalize_addr(i * PGD_LEVEL_MULT); in ptdump_walk_pgd_level_core()
558 st.current_address = normalize_addr(PTRS_PER_PGD*PGD_LEVEL_MULT); in ptdump_walk_pgd_level_core()