Searched refs:__kernel_stw (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
D | compiler.h | 96 #define __kernel_stw(val,mem) ((mem) = (val)) macro 111 #define __kernel_stw(val,mem) \ macro
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | io_trivial.h | 29 __kernel_stw(b, *(volatile u16 __force *)a); in IO_CONCAT() 69 __kernel_stw(b, *(volatile u16 __force *)a); in IO_CONCAT()
|
D | core_marvel.h | 344 __kernel_stw(b, *(vusp)addr); in marvel_iowrite16()
|
/linux-4.1.27/arch/alpha/kernel/ |
D | core_polaris.c | 125 __kernel_stw(value, *(vusp)addr); in polaris_write_config()
|
D | core_irongate.c | 144 __kernel_stw(value, *(vusp)addr); in irongate_write_config()
|
D | core_tsunami.c | 156 __kernel_stw(value, *(vusp)addr); in tsunami_write_config()
|
D | core_wildfire.c | 420 __kernel_stw(value, *(vusp)addr); in wildfire_write_config()
|
D | core_titan.c | 180 __kernel_stw(value, *(vusp)addr); in titan_write_config()
|
D | core_marvel.c | 575 __kernel_stw(value, *(vusp)addr); in marvel_write_config()
|