ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
Go to the source code of this file.
Functions | |
int | __memcmp (const void *s1, const void *s2, unsigned int length) |
int | smem_write_word (void *address, u32 value) |
Variables | |
struct smem_buf | smem_buf |
Internal, common functions and resources.
Definition in file common.c.
int __memcmp | ( | const void * | s1, |
const void * | s2, | ||
unsigned int | length | ||
) |
Definition at line 27 of file common.c.
Referenced by slib_exp_lib_list(), slib_get_exp_lib(), and smod_get_mod_by_name().
int smem_write_word | ( | void * | address, |
u32 | value | ||
) |
Definition at line 40 of file common.c.
References SifDmaTransfer_t::attr, smem_buf::bytes, SifDmaTransfer_t::dest, result, SifRpcGetOtherData(), SifSetDma(), SifDmaTransfer_t::size, smem_buf, SifDmaTransfer_t::src, SyncDCache(), and UNCACHED_SEG.
Referenced by sbv_patch_enable_lmb(), and sbv_patch_fileio().
Definition at line 1 of file common.c.
Referenced by smem_write_word().