Home
last modified time | relevance | path

Searched refs:MMU_MAP_K_RWCB (Results 1 – 8 of 8) sorted by relevance

/libcpu/mips/gs264/
A Dmmu.h67 #define MMU_MAP_K_RWCB (MMU_MAP_MTBL_A|MMU_MAP_MTBL_AP2(0)|MMU_MAP_MTBL_AP01(1)|MMU_MAP_MTBL… macro
/libcpu/risc-v/virt64/
A Driscv_mmu.h77 #define MMU_MAP_K_RWCB (PTE_G | PTE_X | PTE_W | PTE_R | PTE_V) macro
/libcpu/risc-v/t-head/c908/
A Driscv_mmu.h91 #define MMU_MAP_K_RWCB (MMU_MAP_K_RW | PTE_BUF | PTE_CACHE) macro
/libcpu/aarch64/common/include/
A Dmmu.h68 #define MMU_MAP_K_RWCB MMU_MAP_CUSTOM(MMU_AP_KAUN, NORMAL_MEM, 0) macro
/libcpu/risc-v/t-head/c906/
A Driscv_mmu.h93 #define MMU_MAP_K_RWCB PTE_WRAP(PAGE_ATTR_CB | PTE_G | PAGE_ATTR_RWX | PTE_V) macro
/libcpu/arm/cortex-a/
A Dmmu.h71 #define MMU_MAP_K_RWCB ((MMU_MAP_MTBL_NG(0))|(MMU_MAP_MTBL_A|MMU_MAP_MTBL_AP2(0)|MMU_MAP_MTB… macro
/libcpu/risc-v/common64/
A Dmmu.c616 attr = MMU_MAP_K_RWCB; in rt_hw_mmu_setup()
619 attr = MMU_MAP_K_RWCB; in rt_hw_mmu_setup()
/libcpu/aarch64/common/
A Dmmu.c476 attr = MMU_MAP_K_RWCB; in rt_hw_mmu_setup()
914 unsigned long normal_attr = MMU_MAP_K_RWCB; in rt_hw_mem_setup_early()

Completed in 22 milliseconds