Searched refs:jit_fill_hole (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/x86/net/ |
D | bpf_jit_comp.c | 174 static void jit_fill_hole(void *area, unsigned int size) in jit_fill_hole() function 992 1, jit_fill_hole); in bpf_int_jit_compile()
|
/linux-4.1.27/arch/arm64/net/ |
D | bpf_jit_comp.c | 123 static void jit_fill_hole(void *area, unsigned int size) in jit_fill_hole() function 739 sizeof(u32), jit_fill_hole); in bpf_int_jit_compile()
|
/linux-4.1.27/arch/s390/net/ |
D | bpf_jit_comp.c | 279 static void jit_fill_hole(void *area, unsigned int size) in jit_fill_hole() function 1189 header = bpf_jit_binary_alloc(jit.size, &jit.prg_buf, 2, jit_fill_hole); in bpf_int_jit_compile()
|
/linux-4.1.27/arch/arm/net/ |
D | bpf_jit_32.c | 165 static void jit_fill_hole(void *area, unsigned int size) in jit_fill_hole() function 927 4, jit_fill_hole); in bpf_jit_compile()
|