Home
last modified time | relevance | path

Searched refs:bpf_jit_charge_modmem (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dcore.c1004 int bpf_jit_charge_modmem(u32 size) in bpf_jit_charge_modmem() function
1048 if (bpf_jit_charge_modmem(size)) in bpf_jit_binary_alloc()
1102 if (bpf_jit_charge_modmem(size)) in bpf_jit_binary_pack_alloc()
H A Dtrampoline.c363 err = bpf_jit_charge_modmem(PAGE_SIZE); in bpf_tramp_image_alloc()
/openbmc/linux/include/linux/
H A Dbpf.h1313 int bpf_jit_charge_modmem(u32 size);