Home
last modified time | relevance | path

Searched refs:addr_t (Results 1 - 25 of 95) sorted by relevance

1234

/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dptrace.c150 addr_t addr) in __peek_user_per()
154 if (addr == (addr_t) &dummy->cr9) in __peek_user_per()
158 else if (addr == (addr_t) &dummy->cr10) in __peek_user_per()
162 else if (addr == (addr_t) &dummy->cr11) in __peek_user_per()
166 else if (addr == (addr_t) &dummy->bits) in __peek_user_per()
170 else if (addr == (addr_t) &dummy->starting_addr) in __peek_user_per()
173 else if (addr == (addr_t) &dummy->ending_addr) in __peek_user_per()
176 else if (addr == (addr_t) &dummy->perc_atmid) in __peek_user_per()
180 else if (addr == (addr_t) &dummy->address) in __peek_user_per()
183 else if (addr == (addr_t) in __peek_user_per()
[all...]
H A Dcpcmd.c29 register unsigned long reg2 asm ("2") = (addr_t) cpcmd_buf; in diag8_noresponse()
42 register unsigned long reg2 asm ("2") = (addr_t) cpcmd_buf; in diag8_response()
43 register unsigned long reg3 asm ("3") = (addr_t) response; in diag8_response()
/kernel/linux/linux-5.10/arch/x86/boot/
H A 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 add in rdgs16()
[all...]
H A Dcmdline.c30 addr_t cptr; in __cmdline_find_option()
102 addr_t cptr; in __cmdline_find_option_bool()
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dboot.h76 typedef unsigned int addr_t; typedef
78 static inline u8 rdfs8(addr_t addr) in rdfs8()
85 static inline u16 rdfs16(addr_t addr) in rdfs16()
92 static inline u32 rdfs32(addr_t addr) in rdfs32()
100 static inline void wrfs8(u8 v, addr_t addr) in wrfs8()
105 static inline void wrfs16(u16 v, addr_t addr) in wrfs16()
110 static inline void wrfs32(u32 v, addr_t addr) in wrfs32()
116 static inline u8 rdgs8(addr_t addr) in rdgs8()
123 static inline u16 rdgs16(addr_t addr) in rdgs16()
130 static inline u32 rdgs32(addr_t add in rdgs16()
[all...]
H A Dcmdline.c30 addr_t cptr; in __cmdline_find_option()
102 addr_t cptr; in __cmdline_find_option_bool()
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dfcx.c27 return (struct tcw *) ((addr_t) tcw->intrg); in tcw_get_intrg()
42 return (void *) ((addr_t) tcw->input); in tcw_get_data()
44 return (void *) ((addr_t) tcw->output); in tcw_get_data()
57 return (struct tccb *) ((addr_t) tcw->tccb); in tcw_get_tccb()
69 return (struct tsb *) ((addr_t) tcw->tsb); in tcw_get_tsb()
192 tcw->intrg = (u32) ((addr_t) intrg_tcw); in tcw_set_intrg()
210 tcw->input = (u64) ((addr_t) data); in tcw_set_data()
214 tcw->output = (u64) ((addr_t) data); in tcw_set_data()
230 tcw->tccb = (u64) ((addr_t) tccb); in tcw_set_tccb()
243 tcw->tsb = (u64) ((addr_t) ts in tcw_set_tsb()
[all...]
H A Ditcw.c137 static inline void *fit_chunk(addr_t *start, addr_t end, size_t len, in fit_chunk()
140 addr_t addr; in fit_chunk()
183 addr_t start; in itcw_init()
184 addr_t end; in itcw_init()
188 start = (addr_t) buffer; in itcw_init()
H A Ddevice_pgid.c143 cp->cda = (u32) (addr_t) pgid; in spid_build_cp()
444 cp->cda = (u32) (addr_t) &cdev->private->dma_area->pgid[i]; in snid_build_cp()
634 cp[0].cda = (u32) (addr_t) buf1; in stlck_build_cp()
638 cp[1].cda = (u32) (addr_t) buf2; in stlck_build_cp()
701 rc = cio_enable_subchannel(sch, (u32) (addr_t) sch); in ccw_device_stlck()
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H A Dwifi.h126 ((addr_t)(pbuf) + 22)) >> 4)
128 #define GetFragNum(pbuf) (le16_to_cpu(*(__le16 *)((addr_t)\
132 *(__le16 *)((addr_t)(pbuf) + 22) = \
133 cpu_to_le16((le16_to_cpu(*(__le16 *)((addr_t)(pbuf) + 22)) & \
151 #define GetAddr1Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 4))
153 #define GetAddr2Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 10))
155 #define GetAddr3Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 16))
157 #define GetAddr4Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 24))
H A Dbasic_types.h25 #define addr_t unsigned long macro
H A Dxmit_linux.c34 return (uint)(pfile->buf_len - ((addr_t)(pfile->cur_addr) - in remainder_len()
35 (addr_t)(pfile->buf_start))); in remainder_len()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dptrace.c147 addr_t addr) in __peek_user_per()
194 static unsigned long __peek_user(struct task_struct *child, addr_t addr) in __peek_user()
196 addr_t offset, tmp; in __peek_user()
202 tmp = *(addr_t *)((addr_t) &task_pt_regs(child)->psw + addr); in __peek_user()
222 tmp = *(addr_t *)((addr_t) &child->thread.acrs + offset); in __peek_user()
228 tmp = (addr_t) task_pt_regs(child)->orig_gpr2; in __peek_user()
251 tmp = *(addr_t *) in __peek_user()
252 ((addr_t) chil in __peek_user()
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H A Dwifi.h240 ((addr_t)(pbuf) + 22)) >> 4)
242 #define GetFragNum(pbuf) (le16_to_cpu(*(__le16 *)((addr_t)\
246 *(__le16 *)((addr_t)(pbuf) + 22) = \
247 cpu_to_le16((le16_to_cpu(*(__le16 *)((addr_t)(pbuf) + 22)) & \
252 *(__le16 *)((addr_t)(pbuf) + 2) |= \
270 #define GetAid(pbuf) (cpu_to_le16(*(__le16 *)((addr_t)(pbuf) + 2)) \
273 #define GetAddr1Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 4))
275 #define GetAddr2Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 10))
277 #define GetAddr3Ptr(pbuf) ((unsigned char *)((addr_t)(pbuf) + 16))
279 #define GetAddr4Ptr(pbuf) ((unsigned char *)((addr_t)(pbu
[all...]
H A Dbasic_types.h25 #define addr_t unsigned long macro
H A Dxmit_linux.c34 return (uint)(pfile->buf_len - ((addr_t)(pfile->cur_addr) - in remainder_len()
35 (addr_t)(pfile->buf_start))); in remainder_len()
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Ditcw.c138 static inline void *fit_chunk(addr_t *start, addr_t end, size_t len, in fit_chunk()
141 addr_t addr; in fit_chunk()
184 addr_t start; in itcw_init()
185 addr_t end; in itcw_init()
189 start = (addr_t) buffer; in itcw_init()
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dcmdline.c9 typedef unsigned long addr_t; typedef
10 static inline char rdfs8(addr_t addr) in rdfs8()
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Dcmdline.c9 typedef unsigned long addr_t; typedef
10 static inline char rdfs8(addr_t addr) in rdfs8()
/kernel/linux/linux-5.10/drivers/s390/block/
H A Ddasd_fba.c274 ccw->cda = (__u32) (addr_t) dasd_fba_zero_page; in ccw_write_zero()
540 ccw->cda = (__u32)(addr_t) idaws; in dasd_fba_build_cp_regular()
544 ccw->cda = (__u32)(addr_t) dst; in dasd_fba_build_cp_regular()
602 cda = *((char **)((addr_t) ccw->cda)); in dasd_fba_free_cp()
604 cda = (char *)((addr_t) ccw->cda); in dasd_fba_free_cp()
609 (void *)((addr_t)cda & PAGE_MASK)); in dasd_fba_free_cp()
691 (void *) (addr_t) irb->scsw.cmd.cpa); in dasd_fba_dump_sense()
723 ((int *) (addr_t) act->cda) in dasd_fba_dump_sense()
733 if (act < ((struct ccw1 *)(addr_t) irb->scsw.cmd.cpa) - 2) { in dasd_fba_dump_sense()
734 act = ((struct ccw1 *)(addr_t) ir in dasd_fba_dump_sense()
[all...]
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dtape.h309 ccw->cda = (__u32)(addr_t) cda; in tape_ccw_cc()
319 ccw->cda = (__u32)(addr_t) cda; in tape_ccw_end()
329 ccw->cda = (__u32)(addr_t) &ccw->cmd_code; in tape_ccw_cmd()
340 ccw->cda = (__u32)(addr_t) &ccw->cmd_code; in tape_ccw_repeat()
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dtape.h308 ccw->cda = (__u32)(addr_t) cda; in tape_ccw_cc()
318 ccw->cda = (__u32)(addr_t) cda; in tape_ccw_end()
328 ccw->cda = (__u32)(addr_t) &ccw->cmd_code; in tape_ccw_cmd()
339 ccw->cda = (__u32)(addr_t) &ccw->cmd_code; in tape_ccw_repeat()
/kernel/linux/linux-6.6/drivers/s390/block/
H A Ddasd_fba.c600 (void *)((addr_t)cda & PAGE_MASK)); in dasd_fba_free_cp()
682 (void *) (addr_t) irb->scsw.cmd.cpa); in dasd_fba_dump_sense()
714 ((int *) (addr_t) act->cda) in dasd_fba_dump_sense()
724 if (act < ((struct ccw1 *)(addr_t) irb->scsw.cmd.cpa) - 2) { in dasd_fba_dump_sense()
725 act = ((struct ccw1 *)(addr_t) irb->scsw.cmd.cpa) - 2; in dasd_fba_dump_sense()
728 end = min((struct ccw1 *)(addr_t) irb->scsw.cmd.cpa + 2, last); in dasd_fba_dump_sense()
736 ((int *) (addr_t) act->cda) in dasd_fba_dump_sense()
754 ((int *) (addr_t) act->cda) in dasd_fba_dump_sense()
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
H A Dtypes.h18 typedef unsigned long addr_t; typedef
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H A Dtypes.h15 typedef unsigned long addr_t; typedef

Completed in 14 milliseconds

1234