Home
last modified time | relevance | path

Searched defs:s_bit (Results 1 – 2 of 2) sorted by relevance

/third_party/cmsis/CMSIS/Core/Include/
Dcore_ca.h2422 __STATIC_INLINE int MMU_SharedSection(uint32_t *descriptor_l1, mmu_shared_Type s_bit) in MMU_SharedSection()
2450 __STATIC_INLINE int MMU_SecureSection(uint32_t *descriptor_l1, mmu_secure_Type s_bit) in MMU_SecureSection()
2552 __STATIC_INLINE int MMU_SharedPage(uint32_t *descriptor_l2, mmu_shared_Type s_bit) in MMU_SharedPage()
2580 __STATIC_INLINE int MMU_SecurePage(uint32_t *descriptor_l1, mmu_secure_Type s_bit) in MMU_SecurePage()
/third_party/vixl/src/aarch64/
Dassembler-aarch64.h7262 uint32_t s_bit = (scaled_imm10 >> 9) & 1; in ImmLSPAC() local