Searched refs:identity_satp (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/riscv/mm/
H A Dinit.c781 u64 identity_satp, hw_satp;
814 identity_satp = PFN_DOWN((uintptr_t)&early_pg_dir) | satp_mode;
817 csr_write(CSR_SATP, identity_satp);
821 if (hw_satp != identity_satp) {
780 u64 identity_satp, hw_satp; local

Completed in 394 milliseconds