Home
last modified time | relevance | path

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

/linux-4.1.27/arch/alpha/kernel/
Dcore_polaris.c97 *value = __kernel_ldwu(*(vusp)addr); in polaris_read_config()
127 __kernel_ldwu(*(vusp)addr); in polaris_write_config()
Dcore_irongate.c117 *value = __kernel_ldwu(*(vusp)addr); in irongate_read_config()
146 __kernel_ldwu(*(vusp)addr); in irongate_write_config()
Dcore_tsunami.c129 *value = __kernel_ldwu(*(vusp)addr); in tsunami_read_config()
158 __kernel_ldwu(*(vusp)addr); in tsunami_write_config()
Dcore_wildfire.c393 *value = __kernel_ldwu(*(vusp)addr); in wildfire_read_config()
422 __kernel_ldwu(*(vusp)addr); in wildfire_write_config()
Dcore_titan.c153 *value = __kernel_ldwu(*(vusp)addr); in titan_read_config()
182 __kernel_ldwu(*(vusp)addr); in titan_write_config()
Dcore_marvel.c547 *value = __kernel_ldwu(*(vusp)addr); in marvel_read_config()
577 __kernel_ldwu(*(vusp)addr); in marvel_write_config()
/linux-4.1.27/arch/alpha/include/uapi/asm/
Dcompiler.h94 #define __kernel_ldwu(mem) (mem) macro
103 #define __kernel_ldwu(mem) \ macro
/linux-4.1.27/arch/alpha/include/asm/
Dio_trivial.h17 return __kernel_ldwu(*(volatile u16 __force *)a); in IO_CONCAT()
57 return __kernel_ldwu(*(const volatile u16 __force *)a); in IO_CONCAT()
Dcore_marvel.h339 return __kernel_ldwu(*(vusp)addr); in marvel_ioread16()