Home
last modified time | relevance | path

Searched refs:bios_config (Results 1 – 5 of 5) sorted by relevance

/xen/tools/firmware/hvmloader/
A Dconfig.h13 struct bios_config { struct
26 void (*bios_load)(const struct bios_config *config, void *addr, argument
40 extern struct bios_config rombios_config; argument
41 extern struct bios_config seabios_config;
42 extern struct bios_config ovmf_config;
A Dovmf.c87 static void ovmf_load(const struct bios_config *config, in ovmf_load()
150 struct bios_config ovmf_config = {
A Dseabios.c133 static void seabios_load(const struct bios_config *bios, in seabios_load()
145 struct bios_config seabios_config = {
A Drombios.c127 static void rombios_load(const struct bios_config *config, in rombios_load()
218 struct bios_config rombios_config = {
A Dhvmloader.c233 const struct bios_config *bios;
243 static const struct bios_config *detect_bios(void) in detect_bios()
325 const struct bios_config *bios; in main()

Completed in 6 milliseconds