Home
last modified time | relevance | path

Searched refs:tbl (Results 1 – 25 of 44) sorted by relevance

12

/qemu/hw/acpi/
H A Daml-build.c1800 build_rsdp(GArray *tbl, BIOSLinker *linker, AcpiRsdpData *rsdp_data) in build_rsdp() argument
1802 int tbl_off = tbl->len; /* Table offset in the RSDP file */ in build_rsdp()
1818 bios_linker_loader_alloc(linker, ACPI_BUILD_RSDP_FILE, tbl, 16, in build_rsdp()
1821 g_array_append_vals(tbl, "RSD PTR ", 8); /* Signature */ in build_rsdp()
1822 build_append_int_noprefix(tbl, 0, 1); /* Checksum */ in build_rsdp()
1823 g_array_append_vals(tbl, rsdp_data->oem_id, 6); /* OEMID */ in build_rsdp()
1824 build_append_int_noprefix(tbl, rsdp_data->revision, 1); /* Revision */ in build_rsdp()
1825 build_append_int_noprefix(tbl, 0, 4); /* RsdtAddress */ in build_rsdp()
1844 build_append_int_noprefix(tbl, 36, 4); /* Length */ in build_rsdp()
1847 build_append_int_noprefix(tbl, 0, 8); /* XsdtAddress */ in build_rsdp()
[all …]
/qemu/linux-user/
H A Dthunk.c440 const bitmask_transtbl *tbl, in target_to_host_bitmask_len() argument
446 if ((target_mask & tbl[i].target_mask) == tbl[i].target_bits) { in target_to_host_bitmask_len()
447 host_mask |= tbl[i].host_bits; in target_to_host_bitmask_len()
454 const bitmask_transtbl *tbl, in host_to_target_bitmask_len() argument
460 if ((host_mask & tbl[i].host_mask) == tbl[i].host_bits) { in host_to_target_bitmask_len()
461 target_mask |= tbl[i].target_bits; in host_to_target_bitmask_len()
/qemu/qapi/
H A Drocker.json125 # @tbl-id: flow table ID
151 'data' : { 'priority': 'uint32', 'tbl-id': 'uint32', '*in-pport': 'uint32',
190 # @goto-tbl: next table ID
208 'data' : { '*goto-tbl': 'uint32', '*group-id': 'uint32',
240 # @tbl-id: flow table ID. If tbl-id is not specified, returns flow
261 'data': { 'name': 'str', '*tbl-id': 'uint32' },
/qemu/scripts/
H A Dqcow2-to-stdout.py307 for tbl in range(allocated_refcount_blocks):
332 for tbl in range(allocated_l1_tables):
335 l1_idx = tbl * l1_entries_per_table + idx
343 for tbl in range(l1_entries):
346 if bitmap_is_set(l1_bitmap, tbl):
349 l2_idx = tbl * l2_entries_per_table + idx
/qemu/configs/targets/
H A Dalpha-linux-user.mak3 TARGET_SYSTBL=syscall.tbl
H A Dsh4-linux-user.mak3 TARGET_SYSTBL=syscall.tbl
H A Dsparc-linux-user.mak3 TARGET_SYSTBL=syscall.tbl
H A Dmipsel-linux-user.mak4 TARGET_SYSTBL=syscall_o32.tbl
H A Dxtensa-linux-user.mak3 TARGET_SYSTBL=syscall.tbl
H A Dmips64el-linux-user.mak5 TARGET_SYSTBL=syscall_n64.tbl
H A Dxtensaeb-linux-user.mak3 TARGET_SYSTBL=syscall.tbl
H A Dmips-linux-user.mak4 TARGET_SYSTBL=syscall_o32.tbl
H A Dsh4eb-linux-user.mak3 TARGET_SYSTBL=syscall.tbl
H A Dmipsn32el-linux-user.mak6 TARGET_SYSTBL=syscall_n32.tbl
H A Dmips64-linux-user.mak5 TARGET_SYSTBL=syscall_n64.tbl
H A Dsparc64-linux-user.mak5 TARGET_SYSTBL=syscall.tbl
H A Dor1k-linux-user.mak4 TARGET_SYSTBL=syscall.tbl
H A Dmipsn32-linux-user.mak6 TARGET_SYSTBL=syscall_n32.tbl
H A Dsparc32plus-linux-user.mak6 TARGET_SYSTBL=syscall.tbl
H A Dhppa-linux-user.mak4 TARGET_SYSTBL=syscall.tbl
H A Di386-linux-user.mak3 TARGET_SYSTBL=syscall_32.tbl
H A Dx86_64-linux-user.mak4 TARGET_SYSTBL=syscall_64.tbl
H A Dmicroblazeel-linux-user.mak3 TARGET_SYSTBL=syscall.tbl
H A Dhexagon-linux-user.mak3 TARGET_SYSTBL=syscall.tbl
H A Dmicroblaze-linux-user.mak3 TARGET_SYSTBL=syscall.tbl

12