Home
last modified time | relevance | path

Searched refs:module_arch (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/util/
H A Dmodule.c121 static const char *module_arch; variable
130 module_arch = arch; in module_allow_arch()
136 if (!module_arch) { in module_check_arch()
140 if (strcmp(module_arch, modinfo->arch) != 0) { in module_check_arch()
256 "expected '%s', got '%s'", module_arch, modinfo->arch); in module_load()
/openbmc/qemu/hw/s390x/
H A Dvirtio-ccw-gpu.c82 module_arch("s390x");
/openbmc/qemu/include/qemu/
H A Dmodule.h154 #define module_arch(name) modinfo(arch, name) macro