Line 232:
Line 232:
| 0x4B || int get_proc_unk_params(int pid, u32 *out_buf1, u32 *out_buf2) || Gets some unknown parameters from the specified process' internal structure || 0 on success
| 0x4B || int get_proc_unk_params(int pid, u32 *out_buf1, u32 *out_buf2) || Gets some unknown parameters from the specified process' internal structure || 0 on success
|-
|-
−
| 0x4C || int ahbMemFlush_wrapper(void *address) || Performs some additional checks and calls ahbMemFlush || 0 on success
+
| 0x4C || int ahbMemFlush(int ahb_dev) || Performs some additional checks and calls ahb_flush_from || 0 on success
|-
|-
−
| 0x4D || int ahbMemFlush(void *address) || Performs AHB memory flushing || 0 on success
+
| 0x4D || int ahb_flush_from(int ahb_dev) || Performs AHB memory flushing || 0 on success
|-
|-
−
| 0x4E || int ahbMemFlush_seq1(void *address) || Performs an unknown sequence associated with AHB memory flushing || 0 on success
+
| 0x4E || int ahb_flush_check(int ahb_dev) || Checks for valid device masks || 0 on success
|-
|-
−
| 0x4F || int ahbMemFlush_seq2(void *address) || Performs an unknown sequence associated with AHB memory flushing || 0 on success
+
| 0x4F || int ahb_flush_to(int ahb_dev) || Performs AHB memory flushing || 0 on success
|-
|-
| 0x50 || int IOS_ClearandEnable(int id) || Enables hardware interrupts (IRQs) for the specified device || 0 on success
| 0x50 || int IOS_ClearandEnable(int id) || Enables hardware interrupts (IRQs) for the specified device || 0 on success