Home
last modified time | relevance | path

Searched refs:ttb_l2 (Results 1 – 1 of 1) sorted by relevance

/cmsis-latest/CMSIS/Core_A/Include/
Dcore_ca.h2511 …uint32_t base_address, uint32_t count, uint32_t descriptor_l1, uint32_t *ttb_l2, uint32_t descript… in MMU_TTPage4k() argument
2519 entry = ((int)ttb_l2 & 0xFFFFFC00) | descriptor_l1; in MMU_TTPage4k()
2527 ttb_l2 += offset2; in MMU_TTPage4k()
2532 *ttb_l2++ = entry2; in MMU_TTPage4k()
2547 …uint32_t base_address, uint32_t count, uint32_t descriptor_l1, uint32_t *ttb_l2, uint32_t descript… in MMU_TTPage64k() argument
2555 entry = ((int)ttb_l2 & 0xFFFFFC00) | descriptor_l1; in MMU_TTPage64k()
2563 ttb_l2 += offset2; in MMU_TTPage64k()
2571 *ttb_l2++ = entry2; in MMU_TTPage64k()