Home
last modified time | relevance | path

Searched refs:VbExEcJumpToRW (Results 1 – 4 of 4) sorted by relevance

/external/vboot_reference/firmware/stub/
Dvboot_api_stub.c100 VbError_t VbExEcJumpToRW(int devidx) in VbExEcJumpToRW() function
/external/vboot_reference/firmware/include/
Dvboot_api.h868 VbError_t VbExEcJumpToRW(int devidx);
/external/vboot_reference/tests/
Dvboot_api_kernel3_tests.c137 VbError_t VbExEcJumpToRW(int devidx) in VbExEcJumpToRW() function
/external/vboot_reference/firmware/lib/
Dvboot_api_kernel.c904 rv = VbExEcJumpToRW(devidx); in VbEcSoftwareSync()