Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/
A Dgenwrap.py472 def gen_c_stub_prototype(ty, fns): argument
474 for name,args in fns:
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhvm.c143 const struct hvm_function_table *fns = NULL; in hvm_enable() local
146 fns = start_vmx(); in hvm_enable()
148 fns = start_svm(); in hvm_enable()
150 if ( fns == NULL ) in hvm_enable()
153 hvm_funcs = *fns; in hvm_enable()
156 printk("HVM: %s enabled\n", fns->name); in hvm_enable()
157 if ( !fns->hap_supported ) in hvm_enable()
168 if ( fns->hap_capabilities & HVM_HAP_SUPERPAGE_2MB ) in hvm_enable()
174 if ( fns->hap_capabilities & HVM_HAP_SUPERPAGE_1GB ) in hvm_enable()

Completed in 10 milliseconds