Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/arch/x86/mm/
Ddump_pagetables.c31 unsigned long current_address; member
215 st->current_address >= st->marker[1].start_address) { in note_page()
226 st->wx_pages += (st->current_address - in note_page()
238 width, st->current_address); in note_page()
240 delta = st->current_address - st->start_address; in note_page()
257 if (st->current_address >= st->marker[1].start_address) { in note_page()
273 st->start_address = st->current_address; in note_page()
289 st->current_address = normalize_addr(P + i * PTE_LEVEL_MULT); in walk_pte_level()
306 st->current_address = normalize_addr(P + i * PMD_LEVEL_MULT); in walk_pmd_level()
339 st->current_address = normalize_addr(P + i * PUD_LEVEL_MULT); in walk_pud_level()
[all …]
/linux-4.4.14/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()