Home | Sort by: relevance | last modified time | path |
/src/sys/arch/riscv/riscv/ | |
pmap_machdep.c | 98 pte_enter_flags_to_pbmt(int flags) function in typeref:typename:pt_entry_t 481 const pt_entry_t pbmt_flag = pte_enter_flags_to_pbmt(flags); |
/src/sys/arch/riscv/include/ | |
pte.h | 220 pt_entry_t pte_enter_flags_to_pbmt(int); 223 pte_enter_flags_to_pbmt(int flags) function in typeref:typename:pt_entry_t 238 pte |= pte_enter_flags_to_pbmt(flags); 276 pte |= pte_enter_flags_to_pbmt(flags); |