Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/Core/Include/
H A Dcore_ca.h2418 \param [in] s_bit Section shareability: NON_SHARED, SHARED
2422 __STATIC_INLINE int MMU_SharedSection(uint32_t *descriptor_l1, mmu_shared_Type s_bit) in MMU_SharedSection() argument
2425 *descriptor_l1 |= ((s_bit & 0x1) << SECTION_S_SHIFT); in MMU_SharedSection()
2446 \param [in] s_bit Section Security attribute: SECURE, NON_SECURE
2450 __STATIC_INLINE int MMU_SecureSection(uint32_t *descriptor_l1, mmu_secure_Type s_bit) in MMU_SecureSection() argument
2453 *descriptor_l1 |= ((s_bit & 0x1) << SECTION_NS_SHIFT); in MMU_SecureSection()
2548 \param [in] s_bit 4k/64k page shareability: NON_SHARED, SHARED
2552 __STATIC_INLINE int MMU_SharedPage(uint32_t *descriptor_l2, mmu_shared_Type s_bit) in MMU_SharedPage() argument
2555 *descriptor_l2 |= ((s_bit & 0x1) << PAGE_S_SHIFT); in MMU_SharedPage()
2576 \param [in] s_bit
2580 MMU_SecurePage(uint32_t *descriptor_l1, mmu_secure_Type s_bit) MMU_SecurePage() argument
[all...]
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h7434 uint32_t s_bit = (scaled_imm10 >> 9) & 1;
7435 return (s_bit << ImmLSPACHi_offset) |

Completed in 13 milliseconds