Home
last modified time | relevance | path

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

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