Searched refs:current_address (Results 1 – 3 of 3) sorted by relevance
31 unsigned long current_address; member183 st->current_address >= st->marker[1].start_address) { in note_page()193 width, st->current_address); in note_page()195 delta = (st->current_address - st->start_address) >> 10; in note_page()208 if (st->current_address >= st->marker[1].start_address) { in note_page()213 st->start_address = st->current_address; in note_page()229 st->current_address = normalize_addr(P + i * PTE_LEVEL_MULT); in walk_pte_level()245 st->current_address = normalize_addr(P + i * PMD_LEVEL_MULT); in walk_pmd_level()277 st->current_address = normalize_addr(P + i * PUD_LEVEL_MULT); in walk_pud_level()312 st.current_address = normalize_addr(i * PGD_LEVEL_MULT); in walk_pgd_level()[all …]
241 u32 current_address = cx_read(srch->ptr1_reg); in read_rds_samples() local242 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()
299 static void hal_set_ethernet_address(struct hw_data *pHwData, u8 *current_address) in hal_set_ethernet_address() argument306 memcpy(pHwData->CurrentMacAddress, current_address, ETH_ALEN); in hal_set_ethernet_address()