Home
last modified time | relevance | path

Searched refs:acpi_ctxt (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/tools/libacpi/
A Dlibacpi.h49 struct acpi_ctxt { struct
51 void *(*alloc)(struct acpi_ctxt *ctxt, uint32_t size, uint32_t align); argument
52 void (*free)(struct acpi_ctxt *ctxt, void *v, uint32_t size);
53 unsigned long (*v2p)(struct acpi_ctxt *ctxt, void *v);
101 int acpi_build_tables(struct acpi_ctxt *ctxt, struct acpi_config *config);
A Dbuild.c74 static struct acpi_20_madt *construct_madt(struct acpi_ctxt *ctxt, in construct_madt()
174 static struct acpi_20_hpet *construct_hpet(struct acpi_ctxt *ctxt, in construct_hpet()
198 static struct acpi_20_waet *construct_waet(struct acpi_ctxt *ctxt, in construct_waet()
214 static struct acpi_20_srat *construct_srat(struct acpi_ctxt *ctxt, in construct_srat()
273 static struct acpi_20_slit *construct_slit(struct acpi_ctxt *ctxt, in construct_slit()
306 static int construct_passthrough_tables(struct acpi_ctxt *ctxt, in construct_passthrough_tables()
343 static int construct_secondary_tables(struct acpi_ctxt *ctxt, in construct_secondary_tables()
486 static int new_vm_gid(struct acpi_ctxt *ctxt, in new_vm_gid()
511 int acpi_build_tables(struct acpi_ctxt *ctxt, struct acpi_config *config) in acpi_build_tables()
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_x86_acpi.c30 struct acpi_ctxt c;
46 static unsigned long virt_to_phys(struct acpi_ctxt *ctxt, void *v) in virt_to_phys()
55 static void *mem_alloc(struct acpi_ctxt *ctxt, in mem_alloc()
82 static void acpi_mem_free(struct acpi_ctxt *ctxt, in acpi_mem_free()
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/
A Dutil.c869 static unsigned long acpi_v2p(struct acpi_ctxt *ctxt, void *v) in acpi_v2p()
874 static void *acpi_mem_alloc(struct acpi_ctxt *ctxt, in acpi_mem_alloc()
880 static void acpi_mem_free(struct acpi_ctxt *ctxt, in acpi_mem_free()
895 struct acpi_ctxt ctxt; in hvmloader_acpi_build_tables()

Completed in 28 milliseconds