Home
last modified time | relevance | path

Searched refs:addr_t (Results 1 – 10 of 10) sorted by relevance

/arch/s390/kernel/
Dptrace.c148 addr_t addr) in __peek_user_per()
152 if (addr == (addr_t) &dummy->cr9) in __peek_user_per()
156 else if (addr == (addr_t) &dummy->cr10) in __peek_user_per()
160 else if (addr == (addr_t) &dummy->cr11) in __peek_user_per()
164 else if (addr == (addr_t) &dummy->bits) in __peek_user_per()
168 else if (addr == (addr_t) &dummy->starting_addr) in __peek_user_per()
171 else if (addr == (addr_t) &dummy->ending_addr) in __peek_user_per()
174 else if (addr == (addr_t) &dummy->perc_atmid) in __peek_user_per()
178 else if (addr == (addr_t) &dummy->address) in __peek_user_per()
181 else if (addr == (addr_t) &dummy->access_id) in __peek_user_per()
[all …]
Dcpcmd.c32 : [rx] "d" ((addr_t) cpcmd_buf) in diag8_noresponse()
42 rx.even = (addr_t) cpcmd_buf; in diag8_response()
43 rx.odd = (addr_t) response; in diag8_response()
Dsignal.c311 if (__put_user(regs->gprs[15], (addr_t __user *) frame)) in setup_frame()
390 if (__put_user(regs->gprs[15], (addr_t __user *) frame)) in setup_rt_frame()
/arch/x86/boot/
Dboot.h109 typedef unsigned int addr_t; typedef
111 static inline u8 rdfs8(addr_t addr) in rdfs8()
118 static inline u16 rdfs16(addr_t addr) in rdfs16()
125 static inline u32 rdfs32(addr_t addr) in rdfs32()
133 static inline void wrfs8(u8 v, addr_t addr) in wrfs8()
138 static inline void wrfs16(u16 v, addr_t addr) in wrfs16()
143 static inline void wrfs32(u32 v, addr_t addr) in wrfs32()
149 static inline u8 rdgs8(addr_t addr) in rdgs8()
156 static inline u16 rdgs16(addr_t addr) in rdgs16()
163 static inline u32 rdgs32(addr_t addr) in rdgs32()
[all …]
Dcmdline.c30 addr_t cptr; in __cmdline_find_option()
102 addr_t cptr; in __cmdline_find_option_bool()
Dvideo-vesa.c35 addr_t mode_ptr; in vesa_probe()
Dvideo.c262 addr_t dst = 0; in restore_screen()
/arch/x86/boot/compressed/
Dcmdline.c9 typedef unsigned long addr_t; typedef
10 static inline char rdfs8(addr_t addr) in rdfs8()
/arch/s390/include/uapi/asm/
Dtypes.h18 typedef unsigned long addr_t; typedef
/arch/s390/include/asm/
Didals.h184 ccw->cda = (u32)(addr_t) ib->data; in idal_buffer_set_cda()
188 ccw->cda = (u32)(addr_t) ib->data[0]; in idal_buffer_set_cda()