HomeSort by relevance Sort by last modified time
    Searched defs:is_linux (Results 1 - 2 of 2) sorted by null

  /external/qemu/hw/
arm-misc.h 36 int is_linux; member in struct:arm_boot_info
arm_boot.c 192 int is_linux = 0; local
218 &is_linux);
224 is_linux = 1;
231 if (!is_linux) {
266 info->is_linux = is_linux;

Completed in 25 milliseconds