Home
last modified time | relevance | path

Searched refs:_k (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-mips64/sn/
Dklconfig.h195 #define PTR_CH_MALLOC_HDR(_k) ((klc_malloc_hdr_t *)\ argument
196 ((__psunsigned_t)_k + (_k->ch_malloc_hdr_off)))
198 #define PTR_CH_MALLOC_HDR(_k) ((klc_malloc_hdr_t *)\ argument
199 ((unsigned long)_k + (_k->ch_malloc_hdr_off)))
205 #define PTR_CH_CONS_INFO(_k) ((console_t *)\ argument
206 ((__psunsigned_t)_k + (_k->ch_cons_off)))
208 #define PTR_CH_CONS_INFO(_k) ((console_t *)\ argument
209 ((unsigned long)_k + (_k->ch_cons_off)))
/linux-2.4.37.9/include/asm-ia64/sn/
Dklconfig.h174 #define PTR_CH_MALLOC_HDR(_k) ((klc_malloc_hdr_t *)\ argument
175 ((__psunsigned_t)_k + (_k->ch_malloc_hdr_off)))
179 #define PTR_CH_CONS_INFO(_k) ((console_t *)\ argument
180 ((__psunsigned_t)_k + (_k->ch_cons_off)))