| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_memory_cow.c | 63 u32 target_offset, in _mali_memory_cow_get_node_list() argument 71 …MALI_DEBUG_ASSERT(((target_size + target_offset) / _MALI_OSK_MALI_PAGE_SIZE) <= target_bk->os_mem.… in _mali_memory_cow_get_node_list() 75 …MALI_DEBUG_ASSERT(((target_size + target_offset) / _MALI_OSK_MALI_PAGE_SIZE) <= target_bk->cow_mem… in _mali_memory_cow_get_node_list() 79 …MALI_DEBUG_ASSERT(((target_size + target_offset) / _MALI_OSK_MALI_PAGE_SIZE) <= target_bk->block_m… in _mali_memory_cow_get_node_list() 83 …MALI_DEBUG_ASSERT(((target_size + target_offset) / _MALI_OSK_MALI_PAGE_SIZE) <= target_bk->swap_me… in _mali_memory_cow_get_node_list() 105 u32 target_offset, in mali_memory_cow_os_memory() argument 117 pages = _mali_memory_cow_get_node_list(target_bk, target_offset, target_size); in mali_memory_cow_os_memory() 130 if ((target_page >= target_offset / _MALI_OSK_MALI_PAGE_SIZE) && in mali_memory_cow_os_memory() 131 (target_page < ((target_size + target_offset) / _MALI_OSK_MALI_PAGE_SIZE))) { in mali_memory_cow_os_memory() 184 u32 target_offset, in mali_memory_cow_swap_memory() argument [all …]
|
| H A D | mali_memory_cow.h | 25 u32 target_offset, 36 u32 target_offset,
|
| /OK3568_Linux_fs/kernel/include/linux/netfilter_arp/ |
| H A D | arp_tables.h | 31 .target_offset = sizeof(struct arpt_entry), \ 67 __u16 target_offset; member 77 return (void *)e + e->target_offset; in compat_arpt_get_target()
|
| /OK3568_Linux_fs/kernel/include/linux/netfilter_ipv4/ |
| H A D | ip_tables.h | 50 .target_offset = sizeof(struct ipt_entry), \ 81 __u16 target_offset; member 92 return (void *)e + e->target_offset; in compat_ipt_get_target()
|
| /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/netfilter_bridge/ |
| H A D | ebtables.h | 188 unsigned int target_offset; member 197 return (void *)e + e->target_offset; in ebt_get_target() 246 __i < (e)->target_offset; \ 256 if (__i != (e)->target_offset) \
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/netfilter_bridge/ |
| H A D | ebtables.h | 188 unsigned int target_offset; member 197 return (struct ebt_entry_target *)((char *)e + e->target_offset); in ebt_get_target() 246 __i < (e)->target_offset; \ 256 if (__i != (e)->target_offset) \
|
| /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/netfilter_bridge/ |
| H A D | ebtables.h | 188 unsigned int target_offset; member 197 return (void *)e + e->target_offset; in ebt_get_target() 246 __i < (e)->target_offset; \ 256 if (__i != (e)->target_offset) \
|
| /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/netfilter_ipv6/ |
| H A D | ip6_tables.h | 115 __u16 target_offset; member 142 .target_offset = sizeof(struct ip6t_entry), \ 263 return (void *)e + e->target_offset; in ip6t_get_target()
|
| /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/netfilter_ipv6/ |
| H A D | ip6_tables.h | 115 __u16 target_offset; member 142 .target_offset = sizeof(struct ip6t_entry), \ 263 return (void *)e + e->target_offset; in ip6t_get_target()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/netfilter_ipv6/ |
| H A D | ip6_tables.h | 117 __u16 target_offset; member 144 .target_offset = sizeof(struct ip6t_entry), \ 265 return (struct xt_entry_target *)((char *)e + e->target_offset); in ip6t_get_target()
|
| /OK3568_Linux_fs/kernel/include/linux/netfilter_ipv6/ |
| H A D | ip6_tables.h | 45 __u16 target_offset; member 55 return (void *)e + e->target_offset; in compat_ip6t_get_target()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx_osm.c | 548 unsigned int target_offset; in DEF_SCSI_QCMD() local 550 target_offset = starget->id; in DEF_SCSI_QCMD() 552 target_offset += 8; in DEF_SCSI_QCMD() 554 return &ahc->platform_data->starget[target_offset]; in DEF_SCSI_QCMD() 569 unsigned int target_offset; in ahc_linux_target_alloc() local 571 target_offset = starget->id; in ahc_linux_target_alloc() 573 target_offset += 8; in ahc_linux_target_alloc() 587 int flags = sc->device_flags[target_offset]; in ahc_linux_target_alloc() 1363 tags = tag_info->tag_commands[devinfo->target_offset]; in ahc_linux_user_tagdepth() 1429 int target_offset; in ahc_linux_run_command() local [all …]
|
| H A D | aic7xxx_proc.c | 49 u_int target_id, u_int target_offset); 136 u_int target_offset) in ahc_dump_target_state() argument 150 starget = ahc->platform_data->starget[target_offset]; in ahc_dump_target_state()
|
| /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/netfilter_arp/ |
| H A D | arp_tables.h | 99 __u16 target_offset; member 200 return (void *)e + e->target_offset; in arpt_get_target()
|
| /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/netfilter_arp/ |
| H A D | arp_tables.h | 99 __u16 target_offset; member 200 return (void *)e + e->target_offset; in arpt_get_target()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/netfilter_arp/ |
| H A D | arp_tables.h | 101 __u16 target_offset; member 202 return (struct xt_entry_target *)((char *)e + e->target_offset); in arpt_get_target()
|
| /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/netfilter_ipv4/ |
| H A D | ip_tables.h | 111 __u16 target_offset; member 223 return (void *)e + e->target_offset; in ipt_get_target()
|
| /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/netfilter_ipv4/ |
| H A D | ip_tables.h | 111 __u16 target_offset; member 223 return (void *)e + e->target_offset; in ipt_get_target()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/netfilter_ipv4/ |
| H A D | ip_tables.h | 113 __u16 target_offset; member 225 return (struct xt_entry_target *)((char *)e + e->target_offset); in ipt_get_target()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | x_tables.c | 801 unsigned int target_offset, in xt_compat_check_entry_offsets() argument 808 if (target_offset < size_of_base_struct) in xt_compat_check_entry_offsets() 811 if (target_offset + sizeof(*t) > next_offset) in xt_compat_check_entry_offsets() 814 t = (void *)(e + target_offset); in xt_compat_check_entry_offsets() 818 if (target_offset + t->u.target_size > next_offset) in xt_compat_check_entry_offsets() 824 if (COMPAT_XT_ALIGN(target_offset + sizeof(*st)) != next_offset) in xt_compat_check_entry_offsets() 843 return xt_check_entry_match(elems, base + target_offset, in xt_compat_check_entry_offsets() 894 unsigned int target_offset, in xt_check_entry_offsets() argument 902 if (target_offset < size_of_base_struct) in xt_check_entry_offsets() 905 if (target_offset + sizeof(*t) > next_offset) in xt_check_entry_offsets() [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/ |
| H A D | x_tables.h | 136 __i < (e)->target_offset; \ 183 (entry)->target_offset); \
|
| /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/netfilter/ |
| H A D | x_tables.h | 135 __i < (e)->target_offset; \ 181 (entry)->target_offset); \
|
| /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/netfilter/ |
| H A D | x_tables.h | 135 __i < (e)->target_offset; \ 181 (entry)->target_offset); \
|
| /OK3568_Linux_fs/kernel/net/ipv4/netfilter/ |
| H A D | arp_tables.c | 294 return e->target_offset == sizeof(struct arpt_entry) && in unconditional() 474 err = xt_check_entry_offsets(e, e->elems, e->target_offset, in check_entry_size_and_hooks() 705 if (xt_target_to_user(t, userptr + off + e->target_offset)) { in copy_entries_to_user() 1092 ret = xt_compat_check_entry_offsets(e, e->elems, e->target_offset, in check_compat_entry_size_and_hooks() 1141 de->target_offset = e->target_offset - (origsize - *size); in compat_copy_entry_from_user() 1303 u_int16_t target_offset, next_offset; in compat_copy_entry_to_user() local 1317 target_offset = e->target_offset - (origsize - *size); in compat_copy_entry_to_user() 1324 if (put_user(target_offset, &ce->target_offset) != 0 || in compat_copy_entry_to_user()
|
| H A D | ip_tables.c | 114 return e->target_offset == sizeof(struct ipt_entry) && in unconditional() 611 err = xt_check_entry_offsets(e, e->elems, e->target_offset, in check_entry_size_and_hooks() 849 i < e->target_offset; in copy_entries_to_user() 860 if (xt_target_to_user(t, userptr + off + e->target_offset)) { in copy_entries_to_user() 1222 u_int16_t target_offset, next_offset; in compat_copy_entry_to_user() local 1242 target_offset = e->target_offset - (origsize - *size); in compat_copy_entry_to_user() 1248 if (put_user(target_offset, &ce->target_offset) != 0 || in compat_copy_entry_to_user() 1310 e->target_offset, e->next_offset); in check_compat_entry_size_and_hooks() 1374 de->target_offset = e->target_offset - (origsize - *size); in compat_copy_entry_from_user()
|