/kernel/linux/linux-5.10/arch/x86/um/ |
H A D | ldt.c | 129 struct ldt_entry entry0, *ldt_p; in write_ldt() local 161 memcpy(&entry0, ldt->u.entries, in write_ldt() 162 sizeof(entry0)); in write_ldt() 173 memcpy(ldt->u.pages[0], &entry0, in write_ldt() 174 sizeof(entry0)); in write_ldt() 176 sizeof(entry0)*(LDT_DIRECT_ENTRIES-1)); in write_ldt()
|
/kernel/linux/linux-6.6/arch/x86/um/ |
H A D | ldt.c | 129 struct ldt_entry entry0, *ldt_p; in write_ldt() local 161 memcpy(&entry0, ldt->u.entries, in write_ldt() 162 sizeof(entry0)); in write_ldt() 173 memcpy(ldt->u.pages[0], &entry0, in write_ldt() 174 sizeof(entry0)); in write_ldt() 176 sizeof(entry0)*(LDT_DIRECT_ENTRIES-1)); in write_ldt()
|
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
H A D | ip_tables.c | 369 unsigned int valid_hooks, void *entry0, in mark_source_chains() 378 struct ipt_entry *e = entry0 + pos; in mark_source_chains() 415 e = entry0 + pos; in mark_source_chains() 420 e = entry0 + pos + size; in mark_source_chains() 441 e = entry0 + newpos; in mark_source_chains() 661 translate_table(struct net *net, struct xt_table_info *newinfo, void *entry0, in translate_table() argument 684 xt_entry_foreach(iter, entry0, newinfo->size) { in translate_table() 685 ret = check_entry_size_and_hooks(iter, newinfo, entry0, in translate_table() 686 entry0 + repl->size, in translate_table() 693 offsets[i] = (void *)iter - entry0; in translate_table() 368 mark_source_chains(const struct xt_table_info *newinfo, unsigned int valid_hooks, void *entry0, unsigned int *offsets) mark_source_chains() argument 1399 void *pos, *entry0, *entry1; translate_compat_table() local [all...] |
H A D | arp_tables.c | 302 unsigned int valid_hooks, void *entry0, in mark_source_chains() 312 struct arpt_entry *e = entry0 + pos; in mark_source_chains() 351 e = entry0 + pos; in mark_source_chains() 356 e = entry0 + pos + size; in mark_source_chains() 377 e = entry0 + newpos; in mark_source_chains() 520 void *entry0, in translate_table() 544 xt_entry_foreach(iter, entry0, newinfo->size) { in translate_table() 545 ret = check_entry_size_and_hooks(iter, newinfo, entry0, in translate_table() 546 entry0 + repl->size, in translate_table() 553 offsets[i] = (void *)iter - entry0; in translate_table() 301 mark_source_chains(const struct xt_table_info *newinfo, unsigned int valid_hooks, void *entry0, unsigned int *offsets) mark_source_chains() argument 518 translate_table(struct net *net, struct xt_table_info *newinfo, void *entry0, const struct arpt_replace *repl) translate_table() argument 1165 void *pos, *entry0, *entry1; translate_compat_table() local [all...] |
/kernel/linux/linux-5.10/net/ipv6/netfilter/ |
H A D | ip6_tables.c | 388 unsigned int valid_hooks, void *entry0, in mark_source_chains() 397 struct ip6t_entry *e = entry0 + pos; in mark_source_chains() 434 e = entry0 + pos; in mark_source_chains() 439 e = entry0 + pos + size; in mark_source_chains() 460 e = entry0 + newpos; in mark_source_chains() 679 translate_table(struct net *net, struct xt_table_info *newinfo, void *entry0, in translate_table() argument 702 xt_entry_foreach(iter, entry0, newinfo->size) { in translate_table() 703 ret = check_entry_size_and_hooks(iter, newinfo, entry0, in translate_table() 704 entry0 + repl->size, in translate_table() 711 offsets[i] = (void *)iter - entry0; in translate_table() 387 mark_source_chains(const struct xt_table_info *newinfo, unsigned int valid_hooks, void *entry0, unsigned int *offsets) mark_source_chains() argument 1415 void *pos, *entry0, *entry1; translate_compat_table() local [all...] |
/kernel/linux/linux-6.6/net/ipv4/netfilter/ |
H A D | ip_tables.c | 368 unsigned int valid_hooks, void *entry0, in mark_source_chains() 377 struct ipt_entry *e = entry0 + pos; in mark_source_chains() 414 e = entry0 + pos; in mark_source_chains() 419 e = entry0 + pos + size; in mark_source_chains() 440 e = entry0 + newpos; in mark_source_chains() 660 translate_table(struct net *net, struct xt_table_info *newinfo, void *entry0, in translate_table() argument 683 xt_entry_foreach(iter, entry0, newinfo->size) { in translate_table() 684 ret = check_entry_size_and_hooks(iter, newinfo, entry0, in translate_table() 685 entry0 + repl->size, in translate_table() 692 offsets[i] = (void *)iter - entry0; in translate_table() 367 mark_source_chains(const struct xt_table_info *newinfo, unsigned int valid_hooks, void *entry0, unsigned int *offsets) mark_source_chains() argument 1394 void *pos, *entry0, *entry1; translate_compat_table() local [all...] |
H A D | arp_tables.c | 303 unsigned int valid_hooks, void *entry0, in mark_source_chains() 313 struct arpt_entry *e = entry0 + pos; in mark_source_chains() 352 e = entry0 + pos; in mark_source_chains() 357 e = entry0 + pos + size; in mark_source_chains() 378 e = entry0 + newpos; in mark_source_chains() 521 void *entry0, in translate_table() 545 xt_entry_foreach(iter, entry0, newinfo->size) { in translate_table() 546 ret = check_entry_size_and_hooks(iter, newinfo, entry0, in translate_table() 547 entry0 + repl->size, in translate_table() 554 offsets[i] = (void *)iter - entry0; in translate_table() 302 mark_source_chains(const struct xt_table_info *newinfo, unsigned int valid_hooks, void *entry0, unsigned int *offsets) mark_source_chains() argument 519 translate_table(struct net *net, struct xt_table_info *newinfo, void *entry0, const struct arpt_replace *repl) translate_table() argument 1162 void *pos, *entry0, *entry1; translate_compat_table() local [all...] |
/kernel/linux/linux-6.6/net/ipv6/netfilter/ |
H A D | ip6_tables.c | 386 unsigned int valid_hooks, void *entry0, in mark_source_chains() 395 struct ip6t_entry *e = entry0 + pos; in mark_source_chains() 432 e = entry0 + pos; in mark_source_chains() 437 e = entry0 + pos + size; in mark_source_chains() 458 e = entry0 + newpos; in mark_source_chains() 677 translate_table(struct net *net, struct xt_table_info *newinfo, void *entry0, in translate_table() argument 700 xt_entry_foreach(iter, entry0, newinfo->size) { in translate_table() 701 ret = check_entry_size_and_hooks(iter, newinfo, entry0, in translate_table() 702 entry0 + repl->size, in translate_table() 709 offsets[i] = (void *)iter - entry0; in translate_table() 385 mark_source_chains(const struct xt_table_info *newinfo, unsigned int valid_hooks, void *entry0, unsigned int *offsets) mark_source_chains() argument 1409 void *pos, *entry0, *entry1; translate_compat_table() local [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_flow_table_offload.c | 179 struct flow_action_entry *entry0 = flow_action_entry_next(flow_rule); in flow_offload_eth_src() local 192 flow_offload_mangle(entry0, FLOW_ACT_MANGLE_HDR_TYPE_ETH, 4, in flow_offload_eth_src() 209 struct flow_action_entry *entry0 = flow_action_entry_next(flow_rule); in flow_offload_eth_dst() local 236 flow_offload_mangle(entry0, FLOW_ACT_MANGLE_HDR_TYPE_ETH, 0, in flow_offload_eth_dst()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_flow_table_offload.c | 228 struct flow_action_entry *entry0 = flow_action_entry_next(flow_rule); in flow_offload_eth_src() local 257 flow_offload_mangle(entry0, FLOW_ACT_MANGLE_HDR_TYPE_ETH, 4, in flow_offload_eth_src() 275 struct flow_action_entry *entry0 = flow_action_entry_next(flow_rule); in flow_offload_eth_dst() local 315 flow_offload_mangle(entry0, FLOW_ACT_MANGLE_HDR_TYPE_ETH, 0, in flow_offload_eth_dst()
|
/kernel/linux/linux-5.10/arch/x86/kernel/apic/ |
H A D | io_apic.c | 2040 struct IO_APIC_route_entry entry0, entry1; in unlock_ExtINT_logic() local 2054 entry0 = ioapic_read_entry(apic, pin); in unlock_ExtINT_logic() 2063 entry1.polarity = entry0.polarity; in unlock_ExtINT_logic() 2086 ioapic_write_entry(apic, pin, entry0); in unlock_ExtINT_logic()
|
/kernel/linux/linux-6.6/arch/x86/kernel/apic/ |
H A D | io_apic.c | 2076 struct IO_APIC_route_entry entry0, entry1; in unlock_ExtINT_logic() local 2091 entry0 = ioapic_read_entry(apic, pin); in unlock_ExtINT_logic() 2102 entry1.active_low = entry0.active_low; in unlock_ExtINT_logic() 2125 ioapic_write_entry(apic, pin, entry0); in unlock_ExtINT_logic()
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_policy.c | 525 struct hlist_node *tmp, *entry0 = NULL; in xfrm_dst_hash_transfer() local 538 if (!entry0) { in xfrm_dst_hash_transfer() 546 hlist_add_behind_rcu(&pol->bydst, entry0); in xfrm_dst_hash_transfer() 548 entry0 = &pol->bydst; in xfrm_dst_hash_transfer() 551 entry0 = NULL; in xfrm_dst_hash_transfer()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_policy.c | 526 struct hlist_node *tmp, *entry0 = NULL; in xfrm_dst_hash_transfer() local 539 if (!entry0 || pol->xdo.type == XFRM_DEV_OFFLOAD_PACKET) { in xfrm_dst_hash_transfer() 547 hlist_add_behind_rcu(&pol->bydst, entry0); in xfrm_dst_hash_transfer() 549 entry0 = &pol->bydst; in xfrm_dst_hash_transfer() 552 entry0 = NULL; in xfrm_dst_hash_transfer()
|
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/include/ |
H A D | intel-ipu3.h | 2382 * @entry0: pyramid LUT entry0, range [0x0, 0x3f] 2388 __u32 entry0:6; member
|
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/include/uapi/ |
H A D | intel-ipu3.h | 2419 * @entry0: pyramid LUT entry0, range [0x0, 0x3f] 2425 __u32 entry0:6; member
|