Home
last modified time | relevance | path

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

/linux-2.6.39/include/asm-generic/
Dpercpu.h47 RELOC_HIDE((typeof(*(__p)) __kernel __force *)(__p), (__offset)); \
79 (typeof(*(__p)) __kernel __force *)(__p); \
/linux-2.6.39/arch/s390/lib/
Duaccess_pt.c121 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/
Drcupdate.h325 ((typeof(*p) __force __kernel *)(_________p1)); \
333 ((typeof(*p) __force __kernel *)(_________p1)); \
339 ((typeof(*p) __force __kernel *)(p)); \
Dcompiler.h8 # define __kernel __attribute__((address_space(0))) macro
28 # define __kernel macro
/linux-2.6.39/arch/ia64/include/asm/
Dpercpu.h44 ((typeof(var) __kernel __force *)&(var)); \
/linux-2.6.39/drivers/staging/ath6kl/os/linux/
Dar6000_android.c59 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/
Dosapi_linux.h90 const char __kernel * const tag,
91 const char __kernel * const fmt,
/linux-2.6.39/arch/x86/include/asm/
Dpercpu.h62 (typeof(*(ptr)) __kernel __force *)tcp_ptr__; \