Home
last modified time | relevance | path

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

/linux/arch/s390/mm/
H A Dgmap_helpers.c114 unsigned long *found_addr = walk->private; in find_zeropage_pte_entry() local
127 *found_addr = addr; in find_zeropage_pte_entry()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c7184 const struct igu_fifo_addr_data *found_addr = NULL; in qed_parse_igu_fifo_element() local
7209 for (i = 0; i < ARRAY_SIZE(s_igu_fifo_addr_data) && !found_addr; i++) { in qed_parse_igu_fifo_element()
7215 found_addr = curr_addr; in qed_parse_igu_fifo_element()
7218 if (!found_addr) in qed_parse_igu_fifo_element()
7222 switch (found_addr->type) { in qed_parse_igu_fifo_element()
7229 " SB = 0x%x", cmd_addr - found_addr->start_addr); in qed_parse_igu_fifo_element()
7300 (!is_pf && found_addr->vf_desc) in qed_parse_igu_fifo_element()
7301 ? found_addr->vf_desc in qed_parse_igu_fifo_element()
7302 : found_addr->desc, in qed_parse_igu_fifo_element()
/linux/mm/
H A Dksm.c613 unsigned long *found_addr = (unsigned long *) walk->private; in break_ksm_pmd_entry() local
648 *found_addr = addr; in break_ksm_pmd_entry()