Searched defs:phys (Results 1 - 5 of 5) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
H A DExynosBuffer.h65 } phys; member in struct:ExynosBuffer
91 phys. extP[i] = 0;
103 phys. extP[i] = other->phys.extP[i];
115 phys. extP[i] = other.phys.extP[i];
129 && phys. extP[0] == other.phys.extP[0]
130 && phys. extP[1] == other.phys
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
H A DTrustZoneDevice.cpp185 LOG_I("MCI established, at %p, phys=%p, reused=%s",
510 bool TrustZoneDevice::findContiguousWsm(uint32_t handle, addr_t *phys, uint32_t *len) argument
512 if (pMcKMod->findContiguousWsm(handle, phys, len)) {
516 LOG_I("Resolved buffer with handle %u to %p", handle, phys);
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
H A DCMcKMod.cpp86 LOG_V(" mapped to %p, handle=%d, phys=%p ", virtAddr,
138 LOG_V(" MCI mapped to %p, handle=%d, phys=%p, reused=%s",
364 LOG_I(" Registered, handle=%d, L2 phys=0x%x ", params.handle, params.table_phys);
463 mcResult_t CMcKMod::findContiguousWsm(uint32_t handle, addr_t *phys, uint32_t *len) argument
481 *phys = (addr_t)wsm.phys;
/hardware/samsung_slsi/exynos5/mobicore/include/Public/
H A Dmc_linux.h144 uint32_t phys; member in struct:mc_ioctl_resolv_cont_wsm
218 /** Get L2 phys address of a buffer handle allocated to the user. Only
222 /** Get the phys address & len of a allocated contiguous buffer. Only available
/hardware/qcom/display/libcopybit/
H A Dc2d2.h303 void *phys; /* physical address */ member in struct:__anon818

Completed in 1209 milliseconds