Home
last modified time | relevance | path

Searched refs:MEM_K0_TO_PHYSICAL (Results 1 – 2 of 2) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/libogcfpc/src/ogc/
H A Dsystem.inc37 function MEM_K0_TO_PHYSICAL(x: cuint32): pointer; inline;
213 function MEM_K0_TO_PHYSICAL(x: cuint32): pointer; inline;
215 MEM_K0_TO_PHYSICAL := pointer(cuint32(x) - SYS_BASE_CACHED);
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/include/ogc/
H A Dsystem.h107 #define MEM_K0_TO_PHYSICAL(x) (void*)((u32)(x) - SYS_BASE_CACHED) /*!< Cast physical addr… macro