Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dmmconf-fam10h.c43 u64 val, tom2, start, end; in get_fam10h_pci_mmconf_base() local
73 tom2 = 1ULL << 32; in get_fam10h_pci_mmconf_base()
78 tom2 = max(val & 0xffffff800000ULL, 1ULL << 32); in get_fam10h_pci_mmconf_base()
94 if (end < tom2) in get_fam10h_pci_mmconf_base()
108 if (start <= tom2) in get_fam10h_pci_mmconf_base()
109 start = (tom2 + 2 * UNIT - 1) & MASK; in get_fam10h_pci_mmconf_base()
121 if (start > tom2 && BASE_VALID(start)) in get_fam10h_pci_mmconf_base()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mtrr/
A Dgeneric.c188 uint64_t syscfg, tom2; in print_mtrr_state() local
192 rdmsrl(MSR_K8_TOP_MEM2, tom2); in print_mtrr_state()
193 printk("%sTOM2: %012"PRIx64"%s\n", level, tom2, in print_mtrr_state()

Completed in 3 milliseconds