Home
last modified time | relevance | path

Searched refs:current_address (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/s390/mm/
Ddump_pagetables.c38 unsigned long current_address; member
80 st->current_address >= st->marker[1].start_address) { in note_page()
84 width, st->current_address); in note_page()
85 delta = (st->current_address - st->start_address) >> 10; in note_page()
92 if (st->current_address >= st->marker[1].start_address) { in note_page()
96 st->start_address = st->current_address; in note_page()
118 st->current_address = addr; in walk_pte_level()
134 st->current_address = addr; in walk_pmd_level()
156 st->current_address = addr; in walk_pud_level()
179 st.current_address = addr; in walk_pgd_level()
[all …]
/linux-4.1.27/arch/x86/mm/
Ddump_pagetables.c31 unsigned long current_address; member
213 st->current_address >= st->marker[1].start_address) { in note_page()
226 width, st->current_address); in note_page()
228 delta = st->current_address - st->start_address; in note_page()
245 if (st->current_address >= st->marker[1].start_address) { in note_page()
261 st->start_address = st->current_address; in note_page()
277 st->current_address = normalize_addr(P + i * PTE_LEVEL_MULT); in walk_pte_level()
293 st->current_address = normalize_addr(P + i * PMD_LEVEL_MULT); in walk_pmd_level()
325 st->current_address = normalize_addr(P + i * PUD_LEVEL_MULT); in walk_pud_level()
363 st.current_address = normalize_addr(i * PGD_LEVEL_MULT); in ptdump_walk_pgd_level()
[all …]
/linux-4.1.27/drivers/media/pci/cx88/
Dcx88-dsp.c241 u32 current_address = cx_read(srch->ptr1_reg); in read_rds_samples() local
242 u32 offset = (current_address - srch->fifo_start + bpl); in read_rds_samples()
245 "sample_count=%d, aud_intstat=%08x\n", current_address, in read_rds_samples()
246 current_address - srch->fifo_start, sample_count, in read_rds_samples()