Searched refs:TLB_SIZE (Results 1 – 2 of 2) sorted by relevance
20 #define TLB_SIZE DT_REG_SIZE_BY_IDX(DT_INST(0, intel_adsp_mtl_tlb), 0) macro
823 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()