Home
last modified time | relevance | path

Searched defs:table (Results 1 – 25 of 41) sorted by relevance

12

/xen-4.10.0-shim-comet/xen/drivers/acpi/tables/
A Dtbutils.c69 struct acpi_table_header *table; in acpi_tb_check_xsdt() local
178 acpi_tb_verify_checksum(struct acpi_table_header *table, u32 length) in acpi_tb_verify_checksum()
248 struct acpi_table_header *table; in acpi_tb_install_table() local
369 struct acpi_table_header *table; in acpi_tb_parse_root_table() local
A Dtbfadt.c164 struct acpi_table_header *table; in acpi_tb_parse_fadt() local
226 void __init acpi_tb_create_local_fadt(struct acpi_table_header *table, u32 length) in acpi_tb_create_local_fadt()
/xen-4.10.0-shim-comet/xen/arch/x86/acpi/
A Dboot.c63 static int __init acpi_parse_madt(struct acpi_table_header *table) in acpi_parse_madt()
269 static int __init acpi_parse_hpet(struct acpi_table_header *table) in acpi_parse_hpet()
307 static int __init acpi_invalidate_bgrt(struct acpi_table_header *table) in acpi_invalidate_bgrt()
455 static int __init acpi_parse_fadt(struct acpi_table_header *table) in acpi_parse_fadt()
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_arm_acpi.c171 static void calculate_checksum(void *table, uint32_t checksum_offset, in calculate_checksum()
254 static void make_acpi_madt_gicc(void *table, int nr_cpus, uint64_t gicc_base) in make_acpi_madt_gicc()
271 static void make_acpi_madt_gicd(void *table, uint64_t gicd_base, in make_acpi_madt_gicd()
283 static void make_acpi_madt_gicr(void *table, uint64_t gicr_base, in make_acpi_madt_gicr()
299 void *table = dom->acpi_modules[0].data + offset; in make_acpi_madt() local
/xen-4.10.0-shim-comet/xen/drivers/acpi/
A Dnuma.c115 static int __init acpi_parse_slit(struct acpi_table_header *table) in acpi_parse_slit()
177 int __init acpi_parse_srat(struct acpi_table_header *table) in acpi_parse_srat()
A Dtables.c394 struct acpi_table_header *table = NULL; in acpi_table_parse() local
420 struct acpi_table_header *table = NULL; in check_multiple_madt() local
/xen-4.10.0-shim-comet/xen/xsm/flask/ss/
A Dsymtab.h15 struct hashtab *table; /* hash table (keyed on a string) */ member
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dp2m-ept.c229 ept_entry_t *table; in ept_set_middle_entry() local
280 ept_entry_t new_ept, *table; in ept_split_super_page() local
341 ept_entry_t **table, unsigned long *gfn_remainder, in ept_next_level()
432 ept_entry_t *table; in ept_invalidate_emt_range() local
681 ept_entry_t *table, *ept_entry = NULL; in ept_set_entry() local
918 ept_entry_t *table = in ept_get_entry() local
1029 ept_entry_t *table = in ept_walk_table() local
1306 ept_entry_t *table, *ept_entry; in ept_dump_p2m_table() local
A Dp2m-pt.c130 p2m_find_entry(void *table, unsigned long *gfn_remainder, in p2m_find_entry()
185 p2m_next_level(struct p2m_domain *p2m, void **table, in p2m_next_level()
288 void *table; in p2m_pt_set_recalc_range() local
350 void *table; in do_recalc() local
487 void *table; in p2m_pt_set_entry() local
/xen-4.10.0-shim-comet/xen/drivers/cpufreq/
A Dutility.c208 struct cpufreq_frequency_table *table) in cpufreq_frequency_table_cpuinfo()
248 struct cpufreq_frequency_table *table) in cpufreq_frequency_table_verify()
280 struct cpufreq_frequency_table *table, in cpufreq_frequency_table_target()
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/
A Diommu_map.c40 u64 *table, *pte; in clear_iommu_pte_present() local
111 u64 *table; in set_iommu_pte_present() local
339 u64 *table, *pde, *ntable; in iommu_update_pde_count() local
393 u64 *table, *pde, *ntable; in iommu_merge_pages() local
445 struct page_info *table; in iommu_pde_from_gfn() local
A Diommu_acpi.c949 static void __init dump_acpi_table_header(struct acpi_table_header *table) in dump_acpi_table_header()
1004 static int __init parse_ivrs_table(struct acpi_table_header *table) in parse_ivrs_table()
1091 static int __init detect_iommu_acpi(struct acpi_table_header *table) in detect_iommu_acpi()
1197 static int __init get_last_bdf_acpi(struct acpi_table_header *table) in get_last_bdf_acpi()
1240 get_supported_ivhd_type(struct acpi_table_header *table) in get_supported_ivhd_type()
/xen-4.10.0-shim-comet/tools/xenstore/
A Dhashtable_private.h23 struct entry **table; member
A Dhashtable.c236 struct entry **table = h->table; in hashtable_destroy() local
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dhashtable_private.h23 struct entry **table; member
A Dhashtable_itr.c64 struct entry **table; in hashtable_iterator_advance() local
A Dhashtable.c225 struct entry **table = h->table; in hashtable_destroy() local
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Ddomains.ml23 table: (Xenctrl.domid, Domain.t) Hashtbl.t; RecordField
/xen-4.10.0-shim-comet/xen/arch/arm/acpi/
A Dboot.c173 static int __init acpi_parse_fadt(struct acpi_table_header *table) in acpi_parse_fadt()
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dp2m.c253 lpae_t **table, unsigned int offset) in p2m_next_level()
299 lpae_t entry, *table; in p2m_get_entry() local
643 lpae_t *table; in p2m_free_entry() local
695 lpae_t pte, *table; in p2m_split_superpage() local
787 lpae_t *entry, *table, orig_pte; in __p2m_set_entry() local
A Ddomain_build.c1605 struct acpi_table_header *table; in acpi_xsdt_modify_entry() local
1623 struct acpi_table_header *table = NULL; in acpi_create_xsdt() local
1671 struct acpi_table_header *table = NULL; in acpi_create_stao() local
1708 struct acpi_table_header *table = NULL; in acpi_create_madt() local
1765 struct acpi_table_header *table = NULL; in acpi_create_fadt() local
1805 struct acpi_table_header *table; in estimate_acpi_efi_size() local
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dlpae.h30 unsigned long table:1; /* == 1 in 4k map entries too */ member
74 unsigned long table:1; /* == 1 in 4k map entries too */ member
114 unsigned long table:1; /* == 1 in 4k map entries too */ member
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/
A Drombios.c187 void *table = get_mp_table_start(); in rombios_create_mp_tables() local
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_dom_binloader.c121 struct xen_bin_image_table *table; in find_table() local
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Ddom0_build.c662 struct acpi_table_header *table; in pvh_setup_acpi_madt() local
821 struct acpi_table_header *table; in pvh_setup_acpi_xsdt() local

Completed in 36 milliseconds

12