Searched refs:virtAddr (Results 1 - 9 of 9) sorted by relevance
/kernel/liteos_a/arch/arm/arm/src/ |
H A D | los_arch_mmu.c | 999 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_SHIF in OsSetKSectionAttr() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/ |
H A D | typhoon.h | 248 u32 addr; /* opaque, comes from virtAddr */ 293 * virtAddr: low 32 bits of the skb address 302 u32 virtAddr; member
|
H A D | typhoon.c | 1576 r->virtAddr = idx; in typhoon_recycle_rx_skb() 1619 r->virtAddr = idx; in typhoon_alloc_rx_skb()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/ |
H A D | typhoon.h | 248 u32 addr; /* opaque, comes from virtAddr */ 293 * virtAddr: low 32 bits of the skb address 302 u32 virtAddr; member
|
H A D | typhoon.c | 1573 r->virtAddr = idx; in typhoon_recycle_rx_skb() 1616 r->virtAddr = idx; in typhoon_alloc_rx_skb()
|
/kernel/linux/linux-5.10/drivers/scsi/pm8001/ |
H A D | pm8001_sas.h | 616 void *virtAddr;/* keep virtual address of the data */ member
|
H A D | pm8001_hwi.c | 4835 fw_control_context->virtAddr = buffer; in pm8001_chip_fw_flash_update_req()
|
/kernel/linux/linux-6.6/drivers/scsi/pm8001/ |
H A D | pm8001_sas.h | 616 void *virtAddr;/* keep virtual address of the data */ member
|
H A D | pm8001_hwi.c | 4656 fw_control_context->virtAddr = buffer; in pm8001_chip_fw_flash_update_req()
|
Completed in 31 milliseconds