Searched refs:SVC_CpuCopyFast (Results 1 – 3 of 3) sorted by relevance
| /TwlSDK-5.4/include/nitro/os/common/ |
| D | systemCall.h | 329 #define SVC_CpuCopyFast( srcp, destp, size ) \ macro 355 SVC_CpuCopyFast( srcp, destp, sizeof(srcp) )
|
| /TwlSDK-5.4/build/libraries/os/ARM9.TWL/src/ |
| D | os_attention.c | 247 SVC_CpuCopyFast(data_plt, (u32 *)(HW_BG_PLTT), plt_size); in OS_ShowAttentionOfLimitedRom() 248 SVC_CpuCopyFast(data_plt, (u32 *)(HW_DB_BG_PLTT), plt_size); in OS_ShowAttentionOfLimitedRom()
|
| /TwlSDK-5.4/build/libraries/os/ARM9/src/ |
| D | os_china.c | 621 SVC_CpuCopyFast(src, (u32 *)(HW_BG_PLTT), size); in OS_ShowAttentionChina() 659 SVC_CpuCopyFast(src, (u32 *)(HW_DB_BG_VRAM + 0xf000), size); in OS_ShowAttentionChina()
|