Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmm.c174 static s8 __read_mostly opt_mmio_relax; variable
179 opt_mmio_relax = 1; in parse_mmio_relax()
181 opt_mmio_relax = parse_bool(s, NULL); in parse_mmio_relax()
182 if ( opt_mmio_relax < 0 && strcmp(s, "all") ) in parse_mmio_relax()
184 opt_mmio_relax = 0; in parse_mmio_relax()
947 switch ( opt_mmio_relax ) in get_page_from_l1e()

Completed in 11 milliseconds