Home
last modified time | relevance | path

Searched refs:module_arch (Results 1 – 4 of 4) 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/linux/scripts/gdb/linux/
H A Dsymbols.py126 module_arch = module['arch']
127 plt_offset = int(module_arch['plt_offset'])
128 plt_size = int(module_arch['plt_size'])
/openbmc/qemu/hw/s390x/
H A Dvirtio-ccw-gpu.c83 module_arch("s390x");
/openbmc/qemu/include/qemu/
H A Dmodule.h154 #define module_arch(name) modinfo(arch, name) macro