Home
last modified time | relevance | path

Searched refs:PRIV_STACK_GUARD_SZ (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c134 int cpu, underflow_idx = (alloc_size - PRIV_STACK_GUARD_SZ) >> 3; in priv_stack_init_guard()
149 int cpu, underflow_idx = (alloc_size - PRIV_STACK_GUARD_SZ) >> 3; in priv_stack_check_guard()
206 2 * PRIV_STACK_GUARD_SZ; in bpf_int_jit_compile()
500 2 * PRIV_STACK_GUARD_SZ; in bpf_jit_free()
H A Dbpf_jit.h186 #define PRIV_STACK_GUARD_SZ 16 macro
H A Dbpf_jit_comp64.c226 PRIV_STACK_GUARD_SZ + round_up(ctx->priv_stack_size, 16))); in emit_fp_priv_stack()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c106 #define PRIV_STACK_GUARD_SZ 16 macro
603 priv_stack_ptr = prog->aux->priv_stack_ptr + PRIV_STACK_GUARD_SZ; in build_prologue()
1968 int cpu, underflow_idx = (alloc_size - PRIV_STACK_GUARD_SZ) >> 3; in priv_stack_init_guard()
1983 int cpu, underflow_idx = (alloc_size - PRIV_STACK_GUARD_SZ) >> 3; in priv_stack_check_guard()
2039 2 * PRIV_STACK_GUARD_SZ; in bpf_int_jit_compile()
3153 2 * PRIV_STACK_GUARD_SZ; in bpf_jit_free()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c1607 #define PRIV_STACK_GUARD_SZ 8 macro
1673 priv_frame_ptr = priv_stack_ptr + PRIV_STACK_GUARD_SZ + round_up(stack_depth, 8); in do_jit()
3679 int cpu, underflow_idx = (alloc_size - PRIV_STACK_GUARD_SZ) >> 3; in priv_stack_init_guard()
3692 int cpu, underflow_idx = (alloc_size - PRIV_STACK_GUARD_SZ) >> 3; in priv_stack_check_guard()
3752 2 * PRIV_STACK_GUARD_SZ; in bpf_int_jit_compile()
3956 2 * PRIV_STACK_GUARD_SZ; in bpf_jit_free()