Home
last modified time | relevance | path

Searched refs:sizep (Results 1 – 7 of 7) sorted by relevance

/arch/x86/cpu/intel_common/
A Dintel_opregion.c17 static int locate_vbt(char **vbtp, int *sizep) in locate_vbt() argument
45 *sizep = size; in locate_vbt()
/arch/sandbox/cpu/
A Dcpu.c429 int sandbox_load_other_fdt(void **fdtp, int *sizep) in sandbox_load_other_fdt() argument
445 *sizep = size; in sandbox_load_other_fdt()
448 memcpy(fdt, orig, *sizep); in sandbox_load_other_fdt()
A Dos.c200 int os_read_file(const char *fname, void **bufp, int *sizep) in os_read_file() argument
228 *sizep = size; in os_read_file()
236 int os_map_file(const char *pathname, int os_flags, void **bufp, int *sizep) in os_map_file() argument
267 *sizep = size; in os_map_file()
A Dstate.c424 int state_load_other_fdt(const char **bufp, int *sizep) in state_load_other_fdt() argument
445 *sizep = state->other_size; in state_load_other_fdt()
/arch/x86/lib/
A Dacpi_table.c185 static int get_tpm2_log(void **ptrp, int *sizep) in get_tpm2_log() argument
191 *sizep = 0; in get_tpm2_log()
196 *sizep = size; in get_tpm2_log()
/arch/sandbox/include/asm/
A Dstate.h304 int state_load_other_fdt(const char **bufp, int *sizep);
A Dtest.h332 int sandbox_load_other_fdt(void **fdtp, int *sizep);

Completed in 14 milliseconds