Home
last modified time | relevance | path

Searched refs:VbSharedDataKernelCall (Results 1 – 3 of 3) sorted by relevance

/external/vboot_reference/firmware/include/
Dvboot_struct.h416 typedef struct VbSharedDataKernelCall { struct
439 } VbSharedDataKernelCall; typedef
518 VbSharedDataKernelCall lk_calls[VBSD_MAX_KERNEL_CALLS];
/external/vboot_reference/firmware/lib/
Dvboot_kernel.c36 VbSharedDataKernelCall *shcall = NULL; in LoadKernel()
90 Memset(shcall, 0, sizeof(VbSharedDataKernelCall)); in LoadKernel()
/external/vboot_reference/host/lib/
Dcrossystem.c251 const VbSharedDataKernelCall* shc = in GetVdatLoadKernelDebug()