Symbol: osal_uintptr_t
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
2455
ecore_dmae_host2grc(p_hwfn, p_ptt, (u64)(osal_uintptr_t)&ilt_hw_entry,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
2568
(u64)(osal_uintptr_t)&ilt_hw_entry,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2516
u32 *pci_buf_start = (u32*)(osal_uintptr_t)*((u64*)virt_addr_lo);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2599
pci_buf = (u32*)(osal_uintptr_t)*((u64*)virt_addr_lo);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4671
if (ecore_dmae_grc2host(p_hwfn, p_ptt, GRC_REG_TRACE_FIFO, (u64)(osal_uintptr_t)(&dump_buf[offset]), REG_FIFO_ELEMENT_DWORDS, 0))
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4726
if (ecore_dmae_grc2host(p_hwfn, p_ptt, IGU_REG_ERROR_HANDLING_MEMORY, (u64)(osal_uintptr_t)(&dump_buf[offset]), IGU_FIFO_ELEMENT_DWORDS, 0))
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4774
if (ecore_dmae_grc2host(p_hwfn, p_ptt, GRC_REG_PROTECTION_OVERRIDE_WINDOW, (u64)(osal_uintptr_t)(dump_buf + offset), override_window_dwords, 0))
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4970
dev_data->bus.pci_buf.virt_addr.lo = (u32)((u64)(osal_uintptr_t)pci_buf);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4971
dev_data->bus.pci_buf.virt_addr.hi = (u32)((u64)(osal_uintptr_t)pci_buf >> 32);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
825
(void *)(osal_uintptr_t)src_addr,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
880
OSAL_MEMCPY((void *)(osal_uintptr_t)(dst_addr),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_ops.c
130
(osal_uintptr_t)(p_init_val + i),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_ops.c
195
(osal_uintptr_t)(p_buf +
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_ops.c
213
(osal_uintptr_t)(&(zero_buffer[0])),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1443
ecore_dmae_host2grc(p_hwfn, p_ptt, (u64)(osal_uintptr_t)&phys_addr,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1446
ecore_dmae_host2grc(p_hwfn, p_ptt, (u64)(osal_uintptr_t)&sb_entry,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
2548
(u64)(osal_uintptr_t)&sb_entry, 2, 0);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
2560
(u64)(osal_uintptr_t)&sb_entry,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_utils.h
43
#define PTR_LO(x) ((u32)(((osal_uintptr_t)(x)) & 0xffffffff))
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_utils.h
44
#define PTR_HI(x) ((u32)((((osal_uintptr_t)(x)) >> 16) >> 16))