Searched refs:g_bit (Results 1 – 2 of 2) sorted by relevance
32 \fn __STATIC_INLINE int MMU_GlobalSection(uint32_t *descriptor_l1, mmu_global_Type g_bit)59 \fn __STATIC_INLINE int MMU_GlobalPage(uint32_t *descriptor_l2, mmu_global_Type g_bit)
2499 __STATIC_INLINE int MMU_GlobalSection(uint32_t *descriptor_l1, mmu_global_Type g_bit) in MMU_GlobalSection() argument2502 *descriptor_l1 |= ((g_bit & 0x1) << SECTION_NG_SHIFT); in MMU_GlobalSection()2629 __STATIC_INLINE int MMU_GlobalPage(uint32_t *descriptor_l2, mmu_global_Type g_bit) in MMU_GlobalPage() argument2632 *descriptor_l2 |= ((g_bit & 0x1) << PAGE_NG_SHIFT); in MMU_GlobalPage()