Searched refs:ptr32 (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/arch/x86/kernel/ |
D | signal_compat.c | 78 u32 ptr32; in copy_siginfo_from_user32() local 90 get_user_ex(ptr32, &from->si_ptr); in copy_siginfo_from_user32() 91 to->si_ptr = compat_ptr(ptr32); in copy_siginfo_from_user32()
|
/linux-4.4.14/drivers/staging/most/hdm-dim2/ |
D | dim2_hal.h | 108 u32 DIMCB_IoRead(u32 *ptr32); 110 void DIMCB_IoWrite(u32 *ptr32, u32 value);
|
D | dim2_hdm.c | 141 u32 DIMCB_IoRead(u32 *ptr32) in DIMCB_IoRead() argument 143 return __raw_readl(ptr32); in DIMCB_IoRead() 151 void DIMCB_IoWrite(u32 *ptr32, u32 value) in DIMCB_IoWrite() argument 153 __raw_writel(value, ptr32); in DIMCB_IoWrite()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | kgdb.c | 214 u32 *ptr32; \ 215 ptr32 = (u32 *)ptr; \ 216 *(ptr32++) = (src); \ 217 ptr = (unsigned long *)ptr32; \
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
D | prism2fw.c | 862 u32 *ptr32, len, addr; in read_fwfile() local 874 ptr32 = (u32 *) record->data; in read_fwfile() 880 startaddr = *ptr32; in read_fwfile() 886 s3plug[ns3plug].itemcode = *ptr32; in read_fwfile() 887 s3plug[ns3plug].addr = *(ptr32 + 1); in read_fwfile() 888 s3plug[ns3plug].len = *(ptr32 + 2); in read_fwfile() 903 s3crc[ns3crc].addr = *ptr32; in read_fwfile() 904 s3crc[ns3crc].len = *(ptr32 + 1); in read_fwfile() 905 s3crc[ns3crc].dowrite = *(ptr32 + 2); in read_fwfile()
|
/linux-4.4.14/fs/adfs/ |
D | dir_f.c | 89 union { __le32 *ptr32; u8 *ptr8; } ptr, end; in adfs_dir_checkbyte() member 132 __le32 v = *ptr.ptr32++; in adfs_dir_checkbyte() 134 } while (ptr.ptr32 < end.ptr32); in adfs_dir_checkbyte()
|
/linux-4.4.14/arch/mips/sgi-ip22/ |
D | ip22-gio.c | 270 u32 *ptr32; in ip22_gio_id() local 272 ptr32 = (void *)CKSEG1ADDR(addr); in ip22_gio_id() 273 if (!get_dbe(tmp32, ptr32)) { in ip22_gio_id()
|
/linux-4.4.14/drivers/net/ethernet/i825xx/ |
D | sun3_82586.c | 65 #define make24(ptr32) (char *)swab32(( ((unsigned long) (ptr32)) - p->base)) argument 66 #define make16(ptr32) (swab16((unsigned short) ((unsigned long)(ptr32) - (unsigned long) p->memtop … argument
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_hw.c | 1017 __le32 *ptr32; in netxen_get_flash_block() local 1020 ptr32 = buf; in netxen_get_flash_block() 1024 *ptr32 = cpu_to_le32(v); in netxen_get_flash_block() 1025 ptr32++; in netxen_get_flash_block() 1028 if ((char *)buf + size > (char *)ptr32) { in netxen_get_flash_block() 1033 memcpy(ptr32, &local, (char *)buf + size - (char *)ptr32); in netxen_get_flash_block()
|
D | netxen_nic_main.c | 847 __le32 *ptr32; in netxen_check_options() local 852 ptr32 = (__le32 *)&serial_num; in netxen_check_options() 860 ptr32[i] = cpu_to_le32(val); in netxen_check_options()
|
/linux-4.4.14/fs/ |
D | compat.c | 620 copy_iocb(long nr, u32 __user *ptr32, struct iocb __user * __user *ptr64) in copy_iocb() argument 626 if (get_user(uptr, ptr32 + i)) in copy_iocb()
|