Home
last modified time | relevance | path

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

/arch/nds32/mm/
Dalignment.c199 unsigned long unaligned_addr, target_val, source_idx, target_idx, in do_16() local
281 target_idx = RT3(inst); in do_16()
283 target_idx = RT4(inst); in do_16()
296 *idx_to_addr(regs, target_idx) = target_val; in do_16()
300 target_val = *idx_to_addr(regs, target_idx); in do_16()
/arch/mips/net/
Debpf_jit.c141 static unsigned int j_target(struct jit_ctx *ctx, int target_idx) in j_target() argument
150 target_va = base_va + (ctx->offsets[target_idx] & ~OFFSETS_B_CONV); in j_target()