Searched refs:tom2 (Results 1 – 2 of 2) sorted by relevance
43 u64 val, tom2, start, end; in get_fam10h_pci_mmconf_base() local73 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()
188 uint64_t syscfg, tom2; in print_mtrr_state() local192 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