Home
last modified time | relevance | path

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

/xen/tools/libxc/include/
A Dxc_dom.h190 struct xc_dom_arch *arch_hooks;
249 struct xc_dom_arch { struct
274 struct xc_dom_arch *next; argument
276 void xc_dom_register_arch_hooks(struct xc_dom_arch *hooks);
/xen/tools/libxc/
A Dxc_dom_arm.c510 static struct xc_dom_arch xc_dom_32 = {
524 static struct xc_dom_arch xc_dom_64 = {
A Dxc_dom_core.c669 static struct xc_dom_arch *first_hook = NULL;
697 void xc_dom_register_arch_hooks(struct xc_dom_arch *hooks) in xc_dom_register_arch_hooks()
705 struct xc_dom_arch *hooks = first_hook; in xc_dom_set_arch_hooks()
A Dxc_dom_x86.c1880 static struct xc_dom_arch xc_dom_32_pae = {
1899 static struct xc_dom_arch xc_dom_64 = {
1918 static struct xc_dom_arch xc_hvm_32 = {

Completed in 12 milliseconds