Searched refs:TLB_BASE (Results 1 – 3 of 3) sorted by relevance
42 #define TLB_BASE \ macro72 uint16_t *tlb_entries = UINT_TO_POINTER(TLB_BASE); in sys_mm_drv_map_page()164 uint16_t *tlb_entries = UINT_TO_POINTER(TLB_BASE); in sys_mm_drv_unmap_page()211 uint16_t *tlb_entries = UINT_TO_POINTER(TLB_BASE); in sys_mm_drv_page_phys_get()
176 volatile uint16_t *tlb_entries = UINT_TO_POINTER(TLB_BASE); in sys_mm_drv_map_page()338 uint16_t *tlb_entries = UINT_TO_POINTER(TLB_BASE); in sys_mm_drv_unmap_page_wflush()431 uint16_t *tlb_entries = UINT_TO_POINTER(TLB_BASE); in sys_mm_drv_update_page_flags()515 uint16_t *tlb_entries = UINT_TO_POINTER(TLB_BASE); in sys_mm_drv_page_phys_get()557 uint16_t *tlb_entries = UINT_TO_POINTER(TLB_BASE); in sys_mm_drv_page_flag_get()819 volatile uint16_t *tlb_entries = UINT_TO_POINTER(TLB_BASE); in adsp_mm_save_context()823 memcpy(location, UINT_TO_POINTER(TLB_BASE), TLB_SIZE); in adsp_mm_save_context()928 bmemcpy(UINT_TO_POINTER(TLB_BASE), storage_buffer, TLB_SIZE); in adsp_mm_restore_context()
33 #define TLB_BASE (mm_reg_t)DT_REG_ADDR(DT_NODELABEL(tlb)) macro