Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/Core/Include/
H A Dcore_ca.h2308 #define page4k_device_rw(descriptor_l1, descriptor_l2, region) region.rg_t = PAGE_4k; \
2320 MMU_GetPageDescriptor(&descriptor_l1, &descriptor_l2, region);
2323 #define page64k_device_rw(descriptor_l1, descriptor_l2, region) region.rg_t = PAGE_64k; \
2335 MMU_GetPageDescriptor(&descriptor_l1, &descriptor_l2, region);
2460 \param [out] descriptor_l2 L2 descriptor.
2466 __STATIC_INLINE int MMU_XNPage(uint32_t *descriptor_l2, mmu_execute_Type xn, mmu_region_size_Type page) in MMU_XNPage() argument
2470 *descriptor_l2 &= PAGE_XN_4K_MASK; in MMU_XNPage()
2471 *descriptor_l2 |= ((xn & 0x1) << PAGE_XN_4K_SHIFT); in MMU_XNPage()
2475 *descriptor_l2 &= PAGE_XN_64K_MASK; in MMU_XNPage()
2476 *descriptor_l2 | in MMU_XNPage()
2518 MMU_APPage(uint32_t *descriptor_l2, mmu_access_Type user, mmu_access_Type priv, uint32_t afe) MMU_APPage() argument
2552 MMU_SharedPage(uint32_t *descriptor_l2, mmu_shared_Type s_bit) MMU_SharedPage() argument
2566 MMU_GlobalPage(uint32_t *descriptor_l2, mmu_global_Type g_bit) MMU_GlobalPage() argument
2657 MMU_MemoryPage(uint32_t *descriptor_l2, mmu_memory_Type mem, mmu_cacheability_Type outer, mmu_cacheability_Type inner, mmu_region_size_Type page) MMU_MemoryPage() argument
[all...]

Completed in 7 milliseconds