Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/debugfs/
H A Ddebugfs_smc.c32 #define DEBUGFS_SHARED_BUF_VIRT ((void *)0x81000000U) macro
56 static volatile union debugfs_parms *shared_ns_buf = DEBUGFS_SHARED_BUF_VIRT;
107 (uintptr_t)DEBUGFS_SHARED_BUF_VIRT, in debugfs_smc_handler()
150 ret = read(arg2, DEBUGFS_SHARED_BUF_VIRT, arg3); in debugfs_smc_handler()