Searched refs:this_addr (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/powerpc/boot/
H A Ddevtree.c236 u32 this_addr[MAX_ADDR_CELLS]; dt_xlate() local
289 copy_val(this_addr, prop_buf + offset, prev_naddr); dt_xlate()
291 if (!sub_reg(last_addr, this_addr)) dt_xlate()
294 copy_val(this_addr, prop_buf + offset + prev_naddr, naddr); dt_xlate()
296 if (!add_reg(last_addr, this_addr, naddr)) dt_xlate()
/linux-4.1.27/arch/blackfin/kernel/cplb-mpu/
H A Dcplbmgr.c197 unsigned long this_addr = icplb_tbl[cpu][idx].addr; icplb_miss() local
198 if (this_addr <= addr && this_addr + PAGE_SIZE > addr) { icplb_miss()

Completed in 82 milliseconds