Searched refs:rmp_base (Results 1 – 1 of 1) sorted by relevance
578 u64 rmp_sz, rmp_base, rmp_end; in probe_contiguous_rmptable_info() local580 rdmsrq(MSR_AMD64_RMP_BASE, rmp_base); in probe_contiguous_rmptable_info()583 if (!(rmp_base & RMP_ADDR_MASK) || !(rmp_end & RMP_ADDR_MASK)) { in probe_contiguous_rmptable_info()588 if (rmp_base > rmp_end) { in probe_contiguous_rmptable_info()589 pr_err("RMP configuration not valid: base=%#llx, end=%#llx\n", rmp_base, rmp_end); in probe_contiguous_rmptable_info()593 rmp_sz = rmp_end - rmp_base + 1; in probe_contiguous_rmptable_info()600 probed_rmp_base = rmp_base; in probe_contiguous_rmptable_info()604 rmp_base, rmp_end); in probe_contiguous_rmptable_info()612 u64 rmp_base, rmp_end; in probe_segmented_rmptable_info() local614 rdmsrq(MSR_AMD64_RMP_BASE, rmp_base); in probe_segmented_rmptable_info()[all …]