Home
last modified time | relevance | path

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

/Zephyr-latest/soc/intel/intel_adsp/ace/include/
Dadsp_memory_regions.h20 #define TLB_SIZE DT_REG_SIZE_BY_IDX(DT_INST(0, intel_adsp_mtl_tlb), 0) macro
/Zephyr-latest/drivers/mm/
Dmm_drv_intel_adsp_mtl_tlb.c823 memcpy(location, UINT_TO_POINTER(TLB_BASE), TLB_SIZE); in adsp_mm_save_context()
824 location += TLB_SIZE; in adsp_mm_save_context()
897 location = (uint8_t *) storage_buffer + TLB_SIZE; in adsp_mm_restore_context()
928 bmemcpy(UINT_TO_POINTER(TLB_BASE), storage_buffer, TLB_SIZE); in adsp_mm_restore_context()
940 return L2_SRAM_SIZE + TLB_SIZE + (L2_SRAM_PAGES_NUM * sizeof(void *)) in adsp_mm_get_storage_size()