Searched refs:p_bit (Results 1 – 2 of 2) sorted by relevance
20 \fn __STATIC_INLINE int MMU_PSection(uint32_t *descriptor_l1, mmu_ecc_check_Type p_bit)48 \fn __STATIC_INLINE int MMU_PPage(uint32_t *descriptor_l1, mmu_ecc_check_Type p_bit)
2435 __STATIC_INLINE int MMU_PSection(uint32_t *descriptor_l1, mmu_ecc_check_Type p_bit) in MMU_PSection() argument2438 *descriptor_l1 |= ((p_bit & 0x1) << SECTION_P_SHIFT); in MMU_PSection()2565 __STATIC_INLINE int MMU_PPage(uint32_t *descriptor_l1, mmu_ecc_check_Type p_bit) in MMU_PPage() argument2568 *descriptor_l1 |= ((p_bit & 0x1) << SECTION_P_SHIFT); in MMU_PPage()