Searched refs:ttb (Results 1 - 1 of 1) sorted by relevance
/third_party/cmsis/CMSIS/Core/Include/ |
H A D | core_ca.h | 2798 \param [in] ttb Translation table base address 2804 __STATIC_INLINE void MMU_TTSection(uint32_t *ttb, uint32_t base_address, uint32_t count, uint32_t descriptor_l1) in MMU_TTSection() argument 2814 ttb = ttb + offset; in MMU_TTSection() 2819 *ttb++ = entry; in MMU_TTSection() 2826 \param [in] ttb L1 table base address 2834 __STATIC_INLINE void MMU_TTPage4k(uint32_t *ttb, uint32_t base_address, uint32_t count, uint32_t descriptor_l1, uint32_t *ttb_l2, uint32_t descriptor_l2 ) in MMU_TTPage4k() argument 2845 ttb += offset; in MMU_TTPage4k() 2847 *ttb = entry; in MMU_TTPage4k() 2862 \param [in] ttb L 2870 MMU_TTPage64k(uint32_t *ttb, uint32_t base_address, uint32_t count, uint32_t descriptor_l1, uint32_t *ttb_l2, uint32_t descriptor_l2 ) MMU_TTPage64k() argument [all...] |
Completed in 6 milliseconds