| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H 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 = 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 = cmpxchg(ptr32, old32, new32); in __cmpxchg_small()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/src/ |
| H A D | user_ta_header.c | 132 .buf_start.ptr32 = { .lo = (uint32_t)&__ftrace_buf_start }, 133 .buf_end.ptr32 = { .lo = (uint32_t)__ftrace_buf_end }, 134 .ret_ptr.ptr32 = { .lo = (uint32_t)&__ftrace_return },
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/src/ |
| H A D | user_ta_header.c | 132 .buf_start.ptr32 = { .lo = (uint32_t)&__ftrace_buf_start }, 133 .buf_end.ptr32 = { .lo = (uint32_t)__ftrace_buf_end }, 134 .ret_ptr.ptr32 = { .lo = (uint32_t)&__ftrace_return },
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | rseq.h | 117 __u32 ptr32; member 119 __u32 ptr32;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | rseq.h | 117 __u32 ptr32; member 119 __u32 ptr32;
|
| /OK3568_Linux_fs/kernel/fs/adfs/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/drivers/staging/wlan-ng/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | kgdb.c | 188 u32 *ptr32; \ 189 ptr32 = (u32 *)ptr; \ 190 *(ptr32++) = (src); \ 191 ptr = (unsigned long *)ptr32; \
|
| /OK3568_Linux_fs/kernel/arch/mips/sgi-ip22/ |
| H A D | ip22-gio.c | 275 u32 *ptr32; in ip22_gio_id() local 277 ptr32 = (void *)CKSEG1ADDR(addr); in ip22_gio_id() 278 if (!get_dbe(tmp32, ptr32)) { in ip22_gio_id()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | user_ta_header.h | 52 } ptr32; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/ |
| H A D | user_ta_header.h | 52 } ptr32; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/src/ |
| H A D | user_ta_header.c | 67 .entry.ptr32 = { .lo = (uint32_t)__utee_entry },
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | user_ta_header.h | 51 } ptr32; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | user_ta_header.h | 51 } ptr32; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | user_ta_header.h | 51 } ptr32; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | user_ta_header.h | 51 } ptr32; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/i825xx/ |
| H A 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
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | tpm.c | 142 uint32_t *ptr32 = NULL; in unpack_byte_string() local 159 ptr32 = va_arg(args, uint32_t *); in unpack_byte_string() 184 *ptr32 = get_unaligned_be32(str + offset); in unpack_byte_string()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/netxen/ |
| H 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()
|
| H A D | netxen_nic_main.c | 820 __le32 *ptr32; in netxen_check_options() local 825 ptr32 = (__le32 *)&serial_num; in netxen_check_options() 834 ptr32[i] = cpu_to_le32(val); in netxen_check_options()
|
| /OK3568_Linux_fs/kernel/drivers/staging/vc04_services/interface/vchiq_arm/ |
| H A D | vchiq_arm.c | 1055 compat_uptr_t ptr32; in vchiq_get_user_ptr() local 1057 ret = get_user(ptr32, uptr + index); in vchiq_get_user_ptr() 1058 *buf = compat_ptr(ptr32); in vchiq_get_user_ptr()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_common.c | 3840 uint32 *ptr32 = buf; in dhd_arp_get_arp_hostip_table() local 3861 if (*ptr32 == 0) in dhd_arp_get_arp_hostip_table() 3864 *ptr32 = 0; in dhd_arp_get_arp_hostip_table() 3866 ptr32++; in dhd_arp_get_arp_hostip_table()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_common.c | 4361 uint32 *ptr32 = buf; in dhd_arp_get_arp_hostip_table() local 4382 if (*ptr32 == 0) in dhd_arp_get_arp_hostip_table() 4385 *ptr32 = 0; in dhd_arp_get_arp_hostip_table() 4387 ptr32++; in dhd_arp_get_arp_hostip_table()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_common.c | 4381 uint32 *ptr32 = buf; in dhd_arp_get_arp_hostip_table() local 4402 if (*ptr32 == 0) in dhd_arp_get_arp_hostip_table() 4405 *ptr32 = 0; in dhd_arp_get_arp_hostip_table() 4407 ptr32++; in dhd_arp_get_arp_hostip_table()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_common.c | 4381 uint32 *ptr32 = buf; in dhd_arp_get_arp_hostip_table() local 4402 if (*ptr32 == 0) in dhd_arp_get_arp_hostip_table() 4405 *ptr32 = 0; in dhd_arp_get_arp_hostip_table() 4407 ptr32++; in dhd_arp_get_arp_hostip_table()
|