|
@@ -844,7 +844,9 @@ bpf_jit_binary_alloc(unsigned int proglen, u8 **image_ptr,
|
|
|
unsigned int alignment,
|
|
unsigned int alignment,
|
|
|
bpf_jit_fill_hole_t bpf_fill_ill_insns);
|
|
bpf_jit_fill_hole_t bpf_fill_ill_insns);
|
|
|
void bpf_jit_binary_free(struct bpf_binary_header *hdr);
|
|
void bpf_jit_binary_free(struct bpf_binary_header *hdr);
|
|
|
-
|
|
|
|
|
|
|
+u64 bpf_jit_alloc_exec_limit(void);
|
|
|
|
|
+void *bpf_jit_alloc_exec(unsigned long size);
|
|
|
|
|
+void bpf_jit_free_exec(void *addr);
|
|
|
void bpf_jit_free(struct bpf_prog *fp);
|
|
void bpf_jit_free(struct bpf_prog *fp);
|
|
|
|
|
|
|
|
struct bpf_prog *bpf_jit_blind_constants(struct bpf_prog *fp);
|
|
struct bpf_prog *bpf_jit_blind_constants(struct bpf_prog *fp);
|