Home
last modified time | relevance | path

Searched refs:SVC_CpuCopyFast (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.2.1/build/libraries/os/ARM9.TWL/src/
Dos_attention_china.c117 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()
Dos_attention.c183 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/
DsystemCall.h329 #define SVC_CpuCopyFast( srcp, destp, size ) \ macro
355 SVC_CpuCopyFast( srcp, destp, sizeof(srcp) )
/TwlSDK-5.2.1/build/demos/os/forChina-fs/src/
Dos_china_override.c357 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/
Dos_china.c624 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()