HomeSort by relevance Sort by last modified time
    Searched refs:VBSD_HONOR_VIRT_DEV_SWITCH (Results 1 - 8 of 8) sorted by null

  /external/vboot_reference/tests/
vboot_api_kernel2_tests.c 317 shared->flags = VBSD_HONOR_VIRT_DEV_SWITCH | VBSD_BOOT_DEV_SWITCH_ON;
333 shared->flags = VBSD_HONOR_VIRT_DEV_SWITCH | VBSD_BOOT_DEV_SWITCH_ON;
347 shared->flags = VBSD_HONOR_VIRT_DEV_SWITCH | VBSD_BOOT_DEV_SWITCH_ON;
354 shared->flags = VBSD_HONOR_VIRT_DEV_SWITCH | VBSD_BOOT_DEV_SWITCH_ON;
363 shared->flags = VBSD_HONOR_VIRT_DEV_SWITCH | VBSD_BOOT_DEV_SWITCH_ON;
371 shared->flags = VBSD_HONOR_VIRT_DEV_SWITCH | VBSD_BOOT_DEV_SWITCH_ON;
556 shared->flags = VBSD_HONOR_VIRT_DEV_SWITCH | VBSD_BOOT_REC_SWITCH_ON;
567 shared->flags = VBSD_HONOR_VIRT_DEV_SWITCH | VBSD_BOOT_REC_SWITCH_ON |
579 shared->flags = VBSD_HONOR_VIRT_DEV_SWITCH;
616 shared->flags = VBSD_HONOR_VIRT_DEV_SWITCH | VBSD_BOOT_REC_SWITCH_ON
    [all...]
vboot_api_init_tests.c 478 TEST_EQ(shared->flags, VBSD_HONOR_VIRT_DEV_SWITCH, " shared flags");
497 VBSD_BOOT_DEV_SWITCH_ON | VBSD_HONOR_VIRT_DEV_SWITCH,
  /external/vboot_reference/firmware/include/
vboot_struct.h 310 #define VBSD_HONOR_VIRT_DEV_SWITCH 0x00000400
  /external/vboot_reference/firmware/lib/
vboot_api_init.c 164 shared->flags |= VBSD_HONOR_VIRT_DEV_SWITCH;
vboot_api_kernel.c 276 if (shared->flags & VBSD_HONOR_VIRT_DEV_SWITCH &&
555 shared->flags & VBSD_HONOR_VIRT_DEV_SWITCH &&
    [all...]
  /external/vboot_reference/host/arch/arm/lib/
crossystem_arch.c 526 if ((flags != -1) && (flags & VBSD_HONOR_VIRT_DEV_SWITCH))
  /external/vboot_reference/host/lib/
crossystem.c 418 value = (sh->flags & VBSD_HONOR_VIRT_DEV_SWITCH ? 1 : 0);
  /external/vboot_reference/host/arch/x86/lib/
crossystem_arch.c 740 if ((flags != -1) && (flags & VBSD_HONOR_VIRT_DEV_SWITCH))

Completed in 115 milliseconds