HomeSort by relevance Sort by last modified time
    Searched refs:ppn (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
locals.cpp 34 int** ppn = 0; local
35 if (ppn) {
parameters.cpp 14 // DEBUGGER: print ppn
28 double test_parameters(float* pf, double ppd[][2], struct char_struct& s, int** ppn = 0, unsigned short us = 10u, const unsigned long l = 42)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga_reg.h 206 * number (PPN) of a data structure which describes the physical
233 * (ppn==0, numPages==0)
235 * - Add a PPN or range of PPNs to the GMR's virtual address space.
236 * (ppn != 0, numPages != 0)
238 * - Provide the PPN of the next SVGAGuestMemDescriptor, in order to
241 * (ppn != 0, numPages == 0)
272 uint32 ppn; member in struct:SVGAGuestMemDescriptor
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_reg.h 206 * number (PPN) of a data structure which describes the physical
233 * (ppn==0, numPages==0)
235 * - Add a PPN or range of PPNs to the GMR's virtual address space.
236 * (ppn != 0, numPages != 0)
238 * - Provide the PPN of the next SVGAGuestMemDescriptor, in order to
241 * (ppn != 0, numPages == 0)
272 uint32 ppn; member in struct:SVGAGuestMemDescriptor
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
kxia64.h 354 #define TR_VALUE(ed,ppn,ar,pl,d,a,ma,p) ((ed << TR_ED) | (ppn & IITR_ATTRIBUTE_PPN_MASK) | (ar << TR_AR) | (pl << TR_PL) | (d << TR_D) | (a << TR_A) | (ma << TR_MA) | (p << TR_P))

Completed in 189 milliseconds