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

/linux-4.4.14/arch/alpha/include/asm/
H A Dio_trivial.h17 return __kernel_ldwu(*(volatile u16 __force *)a); IO_CONCAT()
57 return __kernel_ldwu(*(const volatile u16 __force *)a); IO_CONCAT()
H A Dcore_marvel.h339 return __kernel_ldwu(*(vusp)addr); marvel_ioread16()
/linux-4.4.14/arch/alpha/include/uapi/asm/
H A Dcompiler.h94 #define __kernel_ldwu(mem) (mem) macro
103 #define __kernel_ldwu(mem) \ macro
/linux-4.4.14/arch/alpha/kernel/
H A Dcore_polaris.c97 *value = __kernel_ldwu(*(vusp)addr); polaris_read_config()
127 __kernel_ldwu(*(vusp)addr); polaris_write_config()
H A Dcore_irongate.c116 *value = __kernel_ldwu(*(vusp)addr); irongate_read_config()
145 __kernel_ldwu(*(vusp)addr); irongate_write_config()
H A Dcore_tsunami.c129 *value = __kernel_ldwu(*(vusp)addr); tsunami_read_config()
158 __kernel_ldwu(*(vusp)addr); tsunami_write_config()
H A Dcore_wildfire.c393 *value = __kernel_ldwu(*(vusp)addr); wildfire_read_config()
422 __kernel_ldwu(*(vusp)addr); wildfire_write_config()
H A Dcore_titan.c155 *value = __kernel_ldwu(*(vusp)addr); titan_read_config()
184 __kernel_ldwu(*(vusp)addr); titan_write_config()
H A Dcore_marvel.c552 *value = __kernel_ldwu(*(vusp)addr); marvel_read_config()
582 __kernel_ldwu(*(vusp)addr); marvel_write_config()

Completed in 60 milliseconds