Searched refs:fns (Results 1 – 2 of 2) sorted by relevance
472 def gen_c_stub_prototype(ty, fns): argument474 for name,args in fns:
143 const struct hvm_function_table *fns = NULL; in hvm_enable() local146 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