Searched refs:ptr32 (Results 1 – 9 of 9) sorted by relevance
13 volatile u32 *ptr32; in __xchg_small() local38 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() local80 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()
64 __be32 *ptr32; member 368 ctx->ptr32 = (__be32 *)(ctx->tcp + 1); in tcp_write_options() 370 *ctx->ptr32++ = bpf_htonl(TCPOPT_MSS << 24 | TCPOLEN_MSS << 16 | in tcp_write_options() 374 *ctx->ptr32++ = bpf_htonl(TCPOPT_NOP << 24 | in tcp_write_options() 381 *ctx->ptr32++ = bpf_htonl(TCPOPT_SACK_PERM << 24 | in tcp_write_options() 386 *ctx->ptr32++ = bpf_htonl(TCPOPT_NOP << 24 | in tcp_write_options() 391 *ctx->ptr32++ = bpf_htonl(ctx->attrs.rcv_tsecr); in tcp_write_options() 392 *ctx->ptr32++ = bpf_htonl(ctx->attrs.rcv_tsval); in tcp_write_options() 394 *ctx->ptr32++ = bpf_htonl(TCPOPT_NOP << 24 | in tcp_write_options() 420 ctx->tcp->doff = ((long)ctx->ptr32 in tcp_handle_syn() [all...]
74 union { __le32 *ptr32; u8 *ptr8; } ptr, end; in adfs_dir_checkbyte() member117 __le32 v = *ptr.ptr32++; in adfs_dir_checkbyte()119 } while (ptr.ptr32 < end.ptr32); in adfs_dir_checkbyte()
273 u32 *ptr32; in ip22_gio_id() local275 ptr32 = (void *)CKSEG1ADDR(addr); in ip22_gio_id()276 if (!get_dbe(tmp32, ptr32)) { in ip22_gio_id()
67 #define make24(ptr32) (char *)swab32(( ((unsigned long) (ptr32)) - p->base)) argument68 #define make16(ptr32) (swab16((unsigned short) ((unsigned long)(ptr32) - (unsigned long) p->memtop … argument
972 __le32 *ptr32; in netxen_get_flash_block() local976 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()
818 __le32 *ptr32; in netxen_check_options() local823 ptr32 = (__le32 *)&serial_num; in netxen_check_options()832 ptr32[i] = cpu_to_le32(val); in netxen_check_options()
46 u32 *ptr32 = ptr; in store_sti_val() local58 *ptr32++ = val; in store_sti_val()59 return ptr32; in store_sti_val()
392 compat_uptr_t ptr32; in vchiq_get_user_ptr() local395 ret = get_user(ptr32, uptr + index); in vchiq_get_user_ptr()399 *buf = compat_ptr(ptr32); in vchiq_get_user_ptr()