Searched refs:rmp_base (Results 1 – 1 of 1) sorted by relevance
609 u64 rmp_sz, rmp_base, rmp_end; in probe_contiguous_rmptable_info() local611 rdmsrq(MSR_AMD64_RMP_BASE, rmp_base); in probe_contiguous_rmptable_info()614 if (!(rmp_base & RMP_ADDR_MASK) || !(rmp_end & RMP_ADDR_MASK)) { in probe_contiguous_rmptable_info()619 if (rmp_base > rmp_end) { in probe_contiguous_rmptable_info()620 pr_err("RMP configuration not valid: base=%#llx, end=%#llx\n", rmp_base, rmp_end); in probe_contiguous_rmptable_info()624 rmp_sz = rmp_end - rmp_base + 1; in probe_contiguous_rmptable_info()631 probed_rmp_base = rmp_base; in probe_contiguous_rmptable_info()635 rmp_base, rmp_end); in probe_contiguous_rmptable_info()643 u64 rmp_base, rmp_end; in probe_segmented_rmptable_info() local645 rdmsrq(MSR_AMD64_RMP_BASE, rmp_base); in probe_segmented_rmptable_info()[all …]