Searched refs:jit_fill_hole (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/arm64/net/ |
D | bpf_jit_comp.c | 123 static void jit_fill_hole(void *area, unsigned int size) in jit_fill_hole() function 790 sizeof(u32), jit_fill_hole); in bpf_int_jit_compile()
|
/linux-4.4.14/arch/x86/net/ |
D | bpf_jit_comp.c | 176 static void jit_fill_hole(void *area, unsigned int size) in jit_fill_hole() function 1098 1, jit_fill_hole); in bpf_int_jit_compile()
|
/linux-4.4.14/arch/s390/net/ |
D | bpf_jit_comp.c | 295 static void jit_fill_hole(void *area, unsigned int size) in jit_fill_hole() function 1300 header = bpf_jit_binary_alloc(jit.size, &jit.prg_buf, 2, jit_fill_hole); in bpf_int_jit_compile()
|
/linux-4.4.14/arch/arm/net/ |
D | bpf_jit_32.c | 190 static void jit_fill_hole(void *area, unsigned int size) in jit_fill_hole() function 1033 4, jit_fill_hole); in bpf_jit_compile()
|