Home
last modified time | relevance | path

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

/arch/parisc/kernel/
Dperf.c194 static int perf_config(uint32_t *image_ptr);
228 static int perf_config(uint32_t *image_ptr) in perf_config() argument
242 error = perf_write_image((uint64_t *)image_ptr); in perf_config()
/arch/arm64/net/
Dbpf_jit_comp.c855 u8 *image_ptr; in bpf_int_jit_compile() local
898 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
907 ctx.image = (__le32 *)image_ptr; in bpf_int_jit_compile()
/arch/arm/net/
Dbpf_jit_32.c1817 u8 *image_ptr; in bpf_int_jit_compile() local
1899 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
1910 ctx.target = (u32 *) image_ptr; in bpf_int_jit_compile()
1919 image_ptr = NULL; in bpf_int_jit_compile()
1928 image_ptr = NULL; in bpf_int_jit_compile()
/arch/sparc/net/
Dbpf_jit_comp_64.c1529 u8 *image_ptr; in bpf_int_jit_compile() local
1567 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
1574 ctx.image = (u32 *)image_ptr; in bpf_int_jit_compile()
/arch/mips/net/
Debpf_jit.c1872 u8 *image_ptr; in bpf_int_jit_compile() local
1955 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
1960 ctx.target = (u32 *)image_ptr; in bpf_int_jit_compile()