Home
last modified time | relevance | path

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

/kernel/liteos_a/arch/arm/arm/src/
Dlos_arch_mmu.c999 STATIC VOID OsSetKSectionAttr(UINTPTR virtAddr, BOOL uncached) in OsSetKSectionAttr() argument
1001 UINT32 offset = virtAddr - KERNEL_VMM_BASE; in OsSetKSectionAttr()
1012 .phys = SYS_MEM_BASE + textStart - virtAddr, in OsSetKSectionAttr()
1019 .phys = SYS_MEM_BASE + rodataStart - virtAddr, in OsSetKSectionAttr()
1026 .phys = SYS_MEM_BASE + ramDataStart - virtAddr, in OsSetKSectionAttr()
1044 status = LOS_ArchMmuUnmap(&kSpace->archMmu, virtAddr, in OsSetKSectionAttr()
1045 (bssEndBoundary - virtAddr) >> MMU_DESCRIPTOR_L2_SMALL_SHIFT); in OsSetKSectionAttr()
1046 if (status != ((bssEndBoundary - virtAddr) >> MMU_DESCRIPTOR_L2_SMALL_SHIFT)) { in OsSetKSectionAttr()
1055 status = LOS_ArchMmuMap(&kSpace->archMmu, virtAddr, SYS_MEM_BASE, in OsSetKSectionAttr()
1056 (textStart - virtAddr) >> MMU_DESCRIPTOR_L2_SMALL_SHIFT, in OsSetKSectionAttr()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/
Dtyphoon.h302 u32 virtAddr; member
Dtyphoon.c1576 r->virtAddr = idx; in typhoon_recycle_rx_skb()
1619 r->virtAddr = idx; in typhoon_alloc_rx_skb()
/kernel/linux/linux-5.10/drivers/scsi/pm8001/
Dpm8001_sas.h616 void *virtAddr;/* keep virtual address of the data */ member
Dpm8001_hwi.c4835 fw_control_context->virtAddr = buffer; in pm8001_chip_fw_flash_update_req()