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

  /device/google/dragon/
init_regions.sh 5 REGION_VPD_FILE=/sys/firmware/vpd/ro/region
  /external/autotest/client/site_tests/login_OobeLocalization/
login_OobeLocalization.py 21 # dump_vpd_log reads the VPD cache in lieu of running `vpd -l`.
22 _VPD_FILENAME = '/var/cache/vpd/full-v2.txt'
130 """Changes VPD cache on disk.
131 @param vpd_settings: Dictionary of VPD key-value pairs.
135 vpd = {}
137 # Read the existing VPD info.
141 vpd[key] = value
143 vpd.update(vpd_settings);
147 for key in vpd
    [all...]
  /external/vboot_reference/scripts/image_signing/
tofactory.sh 9 # * H2O BIOS, with RO VPD area copied from the current BIOS
92 # Copy the VPD info from RAM, since we can't extract it as text
95 mosys vpd print all > "$FLAGS_backup_dir/$FLAGS_asset_tag.vpd.txt" ||
96 echo "WARNING: unable to save VPD as text."
147 # Find the RO VPD area in the current firmware
148 local t="$(mosys -k eeprom map "$OLD_BIOS" | grep 'RO VPD')"
151 debug_msg "Found VPD at offset $vpd_offset size $vpd_size"
155 debug_msg "In decimal, VPD is at offset $vpd_offset size $vpd_size"
157 # Copy the RO VPD from the old firmware to the new firmwar
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_vertprog.c 91 struct nv30_vertprog_data *vpd; local
102 vp->consts = realloc(vp->consts, sizeof(*vpd) * vp->nr_consts);
103 vpd = &vp->consts[idx];
105 vpd->index = pipe;
106 vpd->value[0] = x;
107 vpd->value[1] = y;
108 vpd->value[2] = z;
109 vpd->value[3] = w;
    [all...]
  /external/v8/src/x64/
assembler-x64.h     [all...]
assembler-x64.cc 3728 void Assembler::vpd(byte op, XMMRegister dst, XMMRegister src1, function in class:v8::internal::Assembler
3738 void Assembler::vpd(byte op, XMMRegister dst, XMMRegister src1, function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/ia32/
assembler-ia32.h     [all...]
assembler-ia32.cc 2649 void Assembler::vpd(byte op, XMMRegister dst, XMMRegister src1, function in class:v8::internal::Assembler
    [all...]

Completed in 177 milliseconds