Searched refs:ary (Results 1 – 3 of 3) sorted by relevance
/linux/arch/mips/net/ |
H A D | bpf_jit_comp64.c | 479 u8 ary = bpf2mips64[BPF_REG_2]; in emit_tail_call() local 496 emit(ctx, lwu, tmp, off, ary); /* tmp = ary->map.max_entrs*/ in emit_tail_call() 509 emit(ctx, daddu, tmp, tmp, ary); /* tmp += ary */ in emit_tail_call()
|
H A D | bpf_jit_comp32.c | 1292 u8 ary = lo(bpf2mips32[BPF_REG_2]); in emit_tail_call() local 1310 emit(ctx, lw, t1, off, ary); /* t1 = ary->map.max_entries*/ in emit_tail_call() 1327 emit(ctx, addu, t1, t1, ary); /* t1 += ary */ in emit_tail_call()
|
/linux/Documentation/arch/x86/ |
H A D | sgx.rst | 192 encrypt pages leaving the CPU caches. MEE uses a n-ary Merkle tree with root in
|