Searched refs:stack_off (Results 1 - 2 of 2) sorted by relevance
/third_party/libbpf/src/ |
H A D | gen_loader.c | 40 #define stack_off(field) \ macro 252 static void move_stack2blob(struct bpf_gen *gen, int off, int size, int stack_off) in move_stack2blob() argument 254 emit(gen, BPF_LDX_MEM(insn_bytes_to_bpf_size(size), BPF_REG_0, BPF_REG_10, stack_off)); in move_stack2blob() 260 static void move_stack2ctx(struct bpf_gen *gen, int ctx_off, int size, int stack_off) in move_stack2ctx() argument 262 emit(gen, BPF_LDX_MEM(insn_bytes_to_bpf_size(size), BPF_REG_0, BPF_REG_10, stack_off)); in move_stack2ctx() 356 static void emit_sys_close_stack(struct bpf_gen *gen, int stack_off) in emit_sys_close_stack() argument 358 emit(gen, BPF_LDX_MEM(BPF_W, BPF_REG_1, BPF_REG_10, stack_off)); in emit_sys_close_stack() 380 emit_sys_close_stack(gen, stack_off(btf_fd)); in bpf_gen__finish() 387 stack_off(prog_fd[i])); in bpf_gen__finish() 445 emit(gen, BPF_STX_MEM(BPF_W, BPF_REG_10, BPF_REG_7, stack_off(btf_f in bpf_gen__load_btf() [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9lpf.asm | 113 %macro FILTER_SUBx2_ADDx2 11 ; %1=dst %2=h/l %3=cache %4=stack_off %5=sub1 %6=sub2 %7=add1 133 %macro FILTER_INIT 9 ; tmp1, tmp2, cacheL, cacheH, dstp, stack_off, filterid, mask, source 142 %macro FILTER_UPDATE 12-16 "", "", "", 0 ; tmp1, tmp2, cacheL, cacheH, dstp, stack_off, -, -, +, +, rshift, 196 %macro FILTER6_INIT 4 ; %1=dst %2=h/l %3=cache, %4=stack_off 218 %macro FILTER14_INIT 4 ; %1=dst %2=h/l %3=cache, %4=stack_off
|
Completed in 3 milliseconds