Searched refs:this_addr (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/powerpc/boot/ |
H A D | devtree.c | 241 u32 this_addr[MAX_ADDR_CELLS]; in dt_xlate() local 292 copy_val(this_addr, prop_buf + offset, prev_naddr); in dt_xlate() 294 if (!sub_reg(last_addr, this_addr)) in dt_xlate() 297 copy_val(this_addr, prop_buf + offset + prev_naddr, naddr); in dt_xlate() 299 if (!add_reg(last_addr, this_addr, naddr)) in dt_xlate()
|
/openbmc/qemu/target/riscv/ |
H A D | pmp.c | 174 target_ulong this_addr = env->pmp_state.pmp[pmp_index].addr_reg; in pmp_update_rule_addr() local 191 ea = (this_addr << 2) - 1u; in pmp_update_rule_addr() 198 sa = this_addr << 2; /* shift up from [xx:0] to [xx+2:2] */ in pmp_update_rule_addr() 203 pmp_decode_napot(this_addr, &sa, &ea); in pmp_update_rule_addr()
|
/openbmc/linux/lib/ |
H A D | sbitmap.c | 642 unsigned long *this_addr; in sbitmap_queue_clear_batch() local 645 this_addr = &sb->map[SB_NR_TO_INDEX(sb, tag)].word; in sbitmap_queue_clear_batch() 647 addr = this_addr; in sbitmap_queue_clear_batch() 648 } else if (addr != this_addr) { in sbitmap_queue_clear_batch() 651 addr = this_addr; in sbitmap_queue_clear_batch()
|