Searched refs:SVC_CpuCopyFast (Results 1 – 5 of 5) sorted by relevance
| /TwlSDK-5.2.1/build/libraries/os/ARM9.TWL/src/ |
| D | os_attention_china.c | 117 SVC_CpuCopyFast(data_plt, (u32 *)(HW_BG_PLTT), plt_size); in OS_ShowAttentionOfLimitedRomChina() 118 SVC_CpuCopyFast(data_plt, (u32 *)(HW_DB_BG_PLTT), plt_size); in OS_ShowAttentionOfLimitedRomChina()
|
| D | os_attention.c | 183 SVC_CpuCopyFast(data_plt, (u32 *)(HW_BG_PLTT), plt_size); in OS_ShowAttentionOfLimitedRom() 184 SVC_CpuCopyFast(data_plt, (u32 *)(HW_DB_BG_PLTT), plt_size); in OS_ShowAttentionOfLimitedRom()
|
| /TwlSDK-5.2.1/include/nitro/os/common/ |
| D | systemCall.h | 329 #define SVC_CpuCopyFast( srcp, destp, size ) \ macro 355 SVC_CpuCopyFast( srcp, destp, sizeof(srcp) )
|
| /TwlSDK-5.2.1/build/demos/os/forChina-fs/src/ |
| D | os_china_override.c | 357 SVC_CpuCopyFast(src, (u32 *)(HW_BG_PLTT), size); in OS_ShowAttentionChina() 395 SVC_CpuCopyFast(src, (u32 *)(HW_DB_BG_VRAM + 0xf000), size); in OS_ShowAttentionChina()
|
| /TwlSDK-5.2.1/build/libraries/os/ARM9/src/ |
| D | os_china.c | 624 SVC_CpuCopyFast(src, (u32 *)(HW_BG_PLTT), size); in OS_ShowAttentionChina() 662 SVC_CpuCopyFast(src, (u32 *)(HW_DB_BG_VRAM + 0xf000), size); in OS_ShowAttentionChina()
|