Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dquirks.c24 s8 __read_mostly hvm_port80_allowed = -1; variable
25 boolean_param("hvm_port80", hvm_port80_allowed);
30 id->ident, hvm_port80_allowed > 0 ? "forcibly" : "not"); in dmi_hvm_deny_port80()
32 if ( hvm_port80_allowed < 0 ) in dmi_hvm_deny_port80()
33 hvm_port80_allowed = 0; in dmi_hvm_deny_port80()
91 if ( !hvm_port80_allowed ) in check_port80()
A Dnestedhvm.c198 if (!hvm_port80_allowed) in nestedhvm_vcpu_iomap_get()
A Dhvm.c194 if ( hvm_port80_allowed ) in hvm_enable()
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dhvm.h235 extern s8 hvm_port80_allowed;

Completed in 12 milliseconds