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.
Data Structures | |
struct | smem_buf |
Macros | |
#define | SMEM_BUF_SIZE 0x300 |
Functions | |
int | smem_write_word (void *address, u32 value) |
int | __memcmp (const void *s1, const void *s2, unsigned int length) |
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().