Home
last modified time | relevance | path

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

/trusted-firmware-a/lib/debugfs/
A Ddebugfs_smc.c32 #define DEBUGFS_SHARED_BUF_VIRT ((void *)0x81000000U) macro
96 memcpy(&parms, (void *)DEBUGFS_SHARED_BUF_VIRT, in debugfs_smc_handler()
106 (uintptr_t)DEBUGFS_SHARED_BUF_VIRT, in debugfs_smc_handler()
149 ret = read(arg2, DEBUGFS_SHARED_BUF_VIRT, arg3); in debugfs_smc_handler()
175 memcpy((void *)DEBUGFS_SHARED_BUF_VIRT, &parms, in debugfs_smc_handler()

Completed in 2 milliseconds