Home
last modified time | relevance | path

Searched refs:has_hypervisor (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/host1x/
H A Ddev.c93 .has_hypervisor = false,
108 .has_hypervisor = false,
123 .has_hypervisor = false,
138 .has_hypervisor = false,
168 .has_hypervisor = true,
204 .has_hypervisor = true,
252 .has_hypervisor = true,
280 if (!info->has_hypervisor) in host1x_setup_virtualization_tables()
499 if (host->info->has_hypervisor) { in host1x_probe()
H A Ddev.h106 bool has_hypervisor; /* has hypervisor registers */ member