Searched refs:__kernel (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/include/asm-generic/ |
D | percpu.h | 47 RELOC_HIDE((typeof(*(__p)) __kernel __force *)(__p), (__offset)); \ 79 (typeof(*(__p)) __kernel __force *)(__p); \
|
/linux-2.6.39/arch/s390/lib/ |
D | uaccess_pt.c | 121 memcpy(to, (void __kernel __force *) from, n); in copy_from_user_pt() 133 memcpy((void __kernel __force *) to, from, n); in copy_to_user_pt() 144 memset((void __kernel __force *) to, 0, n); in clear_user_pt() 172 return strnlen((const char __kernel __force *) src, count) + 1; in strnlen_user_pt() 212 memcpy(dst, (const char __kernel __force *) src, n); in strncpy_from_user_pt()
|
/linux-2.6.39/include/linux/ |
D | rcupdate.h | 325 ((typeof(*p) __force __kernel *)(_________p1)); \ 333 ((typeof(*p) __force __kernel *)(_________p1)); \ 339 ((typeof(*p) __force __kernel *)(p)); \
|
D | compiler.h | 8 # define __kernel __attribute__((address_space(0))) macro 28 # define __kernel macro
|
/linux-2.6.39/arch/ia64/include/asm/ |
D | percpu.h | 44 ((typeof(var) __kernel __force *)&(var)); \
|
/linux-2.6.39/drivers/staging/ath6kl/os/linux/ |
D | ar6000_android.c | 59 const char __kernel * const tag, in logger_write() 60 const char __kernel * const fmt, in logger_write()
|
/linux-2.6.39/drivers/staging/ath6kl/os/linux/include/ |
D | osapi_linux.h | 90 const char __kernel * const tag, 91 const char __kernel * const fmt,
|
/linux-2.6.39/arch/x86/include/asm/ |
D | percpu.h | 62 (typeof(*(ptr)) __kernel __force *)tcp_ptr__; \
|