Home
last modified time | relevance | path

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

/arch/parisc/kernel/
Dperf.c181 static int perf_config(uint32_t *image_ptr);
215 static int perf_config(uint32_t *image_ptr) in perf_config() argument
229 error = perf_write_image((uint64_t *)image_ptr); in perf_config()
/arch/arm64/net/
Dbpf_jit_comp.c838 u8 *image_ptr; in bpf_int_jit_compile() local
865 image_ptr = jit_data->image; in bpf_int_jit_compile()
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()
946 jit_data->image = image_ptr; in bpf_int_jit_compile()
/arch/sparc/net/
Dbpf_jit_comp_64.c1475 u8 *image_ptr; in bpf_int_jit_compile() local
1503 image_ptr = jit_data->image; in bpf_int_jit_compile()
1556 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
1563 ctx.image = (u32 *)image_ptr; in bpf_int_jit_compile()
1594 jit_data->image = image_ptr; in bpf_int_jit_compile()
/arch/arm/net/
Dbpf_jit_32.c1866 u8 *image_ptr; in bpf_int_jit_compile() local
1949 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()
1969 image_ptr = NULL; in bpf_int_jit_compile()
1978 image_ptr = NULL; in bpf_int_jit_compile()
/arch/mips/net/
Debpf_jit.c1805 u8 *image_ptr; in bpf_int_jit_compile() local
1888 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile()
1893 ctx.target = (u32 *)image_ptr; in bpf_int_jit_compile()