Home
last modified time | relevance | path

Searched refs:m_phys_addr (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/GoldfishAddressSpace/include/
Dgoldfish_address_space_fuchsia.impl97 , m_phys_addr(0)
111 m_phys_addr = rhs.m_phys_addr;
135 m_phys_addr = result->paddr;
156 return m_phys_addr;
228 auto result = (*m_driver)->DeallocateBlock(m_phys_addr);
235 m_phys_addr = 0;
Dgoldfish_address_space_android.impl165 , m_phys_addr(0)
178 m_phys_addr = rhs.m_phys_addr;
203 m_phys_addr = request.phys_addr;
240 return m_phys_addr;
306 m_phys_addr = 0;
317 m_phys_addr = 0;
Dgoldfish_address_space.h90 uint64_t m_phys_addr; variable