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

  /external/qemu/hw/i386/
pc.c 224 return 0x03; /* CD-ROM boot */
516 uint8_t rom[512], *p, *reloc; local
520 memset(rom, 0, sizeof(rom));
522 p = rom;
523 /* Make sure we have an option rom signature */
527 /* ROM size in sectors*/
550 *reloc = (p - rom);
581 /* sign rom */
583 for (i = 0; i < (sizeof(rom) - 1); i++
    [all...]
  /bionic/libc/kernel/uapi/linux/
firewire-cdev.h 172 __u64 rom; member in struct:fw_cdev_get_info
  /development/ndk/platforms/android-L/include/linux/
firewire-cdev.h 172 __u64 rom; member in struct:fw_cdev_get_info
  /external/kernel-headers/original/uapi/linux/
firewire-cdev.h 463 * @rom_length: If @rom is non-zero, up to @rom_length bytes of Configuration
464 * ROM will be copied into that user space address. In either
466 * Configuration ROM.
467 * @rom: If non-zero, address of a buffer to be filled by a copy of the
468 * device's Configuration ROM
484 __u64 rom; member in struct:fw_cdev_get_info
609 * struct fw_cdev_add_descriptor - Add contents to the local node's config ROM
617 * node's Configuration ROM.
632 * change of the Configuration ROM to other nodes.
646 * struct fw_cdev_remove_descriptor - Remove contents from the Configuration ROM
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
firewire-cdev.h 264 * @rom_length: If @rom is non-zero, at most rom_length bytes of configuration
265 * ROM will be copied into that user space address. In either
267 * configuration ROM.
268 * @rom: If non-zero, address of a buffer to be filled by a copy of the
269 * device's configuration ROM
279 __u64 rom; member in struct:fw_cdev_get_info
376 * struct fw_cdev_add_descriptor - Add contents to the local node's config ROM
384 * node's configuration ROM.
410 * struct fw_cdev_remove_descriptor - Remove contents from the configuration ROM
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
firewire-cdev.h 264 * @rom_length: If @rom is non-zero, at most rom_length bytes of configuration
265 * ROM will be copied into that user space address. In either
267 * configuration ROM.
268 * @rom: If non-zero, address of a buffer to be filled by a copy of the
269 * device's configuration ROM
279 __u64 rom; member in struct:fw_cdev_get_info
376 * struct fw_cdev_add_descriptor - Add contents to the local node's config ROM
384 * node's configuration ROM.
410 * struct fw_cdev_remove_descriptor - Remove contents from the configuration ROM
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
firewire-cdev.h 172 __u64 rom; member in struct:fw_cdev_get_info
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
firewire-cdev.h 172 __u64 rom; member in struct:fw_cdev_get_info
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
firewire-cdev.h 172 __u64 rom; member in struct:fw_cdev_get_info
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
firewire-cdev.h 172 __u64 rom; member in struct:fw_cdev_get_info
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
firewire-cdev.h 172 __u64 rom; member in struct:fw_cdev_get_info
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
firewire-cdev.h 172 __u64 rom; member in struct:fw_cdev_get_info
  /external/qemu/target-arm/
helper.c 327 clear at reset. Initial SP and PC are loaded from ROM. */
330 #ifndef CONFIG_ANDROID /* No hw/loader.h and no ROM support for now on Android */
332 uint8_t *rom; local
333 rom = rom_ptr(0);
334 if (rom) {
339 env->regs[13] = ldl_p(rom);
340 pc = ldl_p(rom + 4);
    [all...]
  /build/core/
main.mk 896 # Build files and then package it into the rom format
    [all...]
  /external/qemu-pc-bios/vgabios/
vgabios.c 137 .rom
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 140 #define AS_BEGIN .sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 140 #define AS_BEGIN .sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 27 // ROM BIOS for use with Bochs/Plex86/QEMU emulation environment
30 // ROM BIOS compatability entry points:
59 // $fff5 ; ASCII Date ROM was built - 8 characters in MM/DD/YY
71 // - CD-ROM booting is only available if ATA/ATAPI Driver is available
226 .rom
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js 35 rom = null;
168 sumROM : sum(gameboy.fromTypedArray(gameboy.ROM)),
    [all...]

Completed in 1001 milliseconds