Searched refs:rmp_end (Results 1 – 1 of 1) sorted by relevance
372 rmp_end = probed_rmp_base + probed_rmp_size - 1; in setup_contiguous_rmptable()380 if (PFN_UP(rmp_end) > max_pfn) in setup_contiguous_rmptable()381 max_rmp_pfn = PFN_UP(rmp_end); in setup_contiguous_rmptable()577 u64 rmp_sz, rmp_base, rmp_end; in probe_contiguous_rmptable_info() local580 rdmsrl(MSR_AMD64_RMP_END, rmp_end); in probe_contiguous_rmptable_info()587 if (rmp_base > rmp_end) { in probe_contiguous_rmptable_info()592 rmp_sz = rmp_end - rmp_base + 1; in probe_contiguous_rmptable_info()603 rmp_base, rmp_end); in probe_contiguous_rmptable_info()611 u64 rmp_base, rmp_end; in probe_segmented_rmptable_info() local619 rdmsrl(MSR_AMD64_RMP_END, rmp_end); in probe_segmented_rmptable_info()[all …]