Searched refs:ptr32 (Results 1 – 11 of 11) sorted by relevance
/linux/arch/mips/kernel/ |
A D | cmpxchg.c | 13 volatile u32 *ptr32; in __xchg_small() local 38 ptr32 = (volatile u32 *)((unsigned long)ptr & ~0x3); in __xchg_small() 39 load32 = *ptr32; in __xchg_small() 44 load32 = arch_cmpxchg(ptr32, old32, new32); in __xchg_small() 54 volatile u32 *ptr32; in __cmpxchg_small() local 80 ptr32 = (volatile u32 *)((unsigned long)ptr & ~0x3); in __cmpxchg_small() 81 load32 = *ptr32; in __cmpxchg_small() 100 load32 = arch_cmpxchg(ptr32, old32, new32); in __cmpxchg_small()
|
/linux/include/uapi/linux/ |
A D | rseq.h | 117 __u32 ptr32; member 119 __u32 ptr32;
|
/linux/fs/adfs/ |
A D | dir_f.c | 74 union { __le32 *ptr32; u8 *ptr8; } ptr, end; in adfs_dir_checkbyte() member 117 __le32 v = *ptr.ptr32++; in adfs_dir_checkbyte() 119 } while (ptr.ptr32 < end.ptr32); in adfs_dir_checkbyte()
|
/linux/drivers/staging/wlan-ng/ |
A D | prism2fw.c | 879 u32 *ptr32, len, addr; in read_fwfile() local 890 ptr32 = (u32 *)record->data; in read_fwfile() 896 startaddr = *ptr32; in read_fwfile() 902 s3plug[ns3plug].itemcode = *ptr32; in read_fwfile() 903 s3plug[ns3plug].addr = *(ptr32 + 1); in read_fwfile() 904 s3plug[ns3plug].len = *(ptr32 + 2); in read_fwfile() 919 s3crc[ns3crc].addr = *ptr32; in read_fwfile() 920 s3crc[ns3crc].len = *(ptr32 + 1); in read_fwfile() 921 s3crc[ns3crc].dowrite = *(ptr32 + 2); in read_fwfile()
|
/linux/arch/powerpc/kernel/ |
A D | kgdb.c | 188 u32 *ptr32; \ 189 ptr32 = (u32 *)ptr; \ 190 *(ptr32++) = (src); \ 191 ptr = (unsigned long *)ptr32; \
|
/linux/arch/mips/sgi-ip22/ |
A D | ip22-gio.c | 274 u32 *ptr32; in ip22_gio_id() local 276 ptr32 = (void *)CKSEG1ADDR(addr); in ip22_gio_id() 277 if (!get_dbe(tmp32, ptr32)) { in ip22_gio_id()
|
/linux/tools/testing/selftests/rseq/ |
A D | rseq.h | 145 __rseq_abi.rseq_cs.ptr.ptr32 = 0; in rseq_clear_rseq_cs()
|
/linux/drivers/net/ethernet/i825xx/ |
A D | sun3_82586.c | 66 #define make24(ptr32) (char *)swab32(( ((unsigned long) (ptr32)) - p->base)) argument 67 #define make16(ptr32) (swab16((unsigned short) ((unsigned long)(ptr32) - (unsigned long) p->memtop … argument
|
/linux/drivers/net/ethernet/qlogic/netxen/ |
A D | netxen_nic_hw.c | 972 __le32 *ptr32; in netxen_get_flash_block() local 976 ptr32 = buf; in netxen_get_flash_block() 982 *ptr32 = cpu_to_le32(v); in netxen_get_flash_block() 983 ptr32++; in netxen_get_flash_block() 986 if ((char *)buf + size > (char *)ptr32) { in netxen_get_flash_block() 992 memcpy(ptr32, &local, (char *)buf + size - (char *)ptr32); in netxen_get_flash_block()
|
A D | netxen_nic_main.c | 822 __le32 *ptr32; in netxen_check_options() local 827 ptr32 = (__le32 *)&serial_num; in netxen_check_options() 836 ptr32[i] = cpu_to_le32(val); in netxen_check_options()
|
/linux/drivers/staging/vc04_services/interface/vchiq_arm/ |
A D | vchiq_dev.c | 382 compat_uptr_t ptr32; in vchiq_get_user_ptr() local 385 ret = get_user(ptr32, uptr + index); in vchiq_get_user_ptr() 389 *buf = compat_ptr(ptr32); in vchiq_get_user_ptr()
|
Completed in 27 milliseconds