| /linux/security/apparmor/include/ |
| H A D | perms.h | 108 struct aa_perms *addend) in aa_perms_accum_raw() argument 110 accum->deny |= addend->deny; in aa_perms_accum_raw() 111 accum->allow &= addend->allow & ~addend->deny; in aa_perms_accum_raw() 112 accum->audit |= addend->audit & addend->allow; in aa_perms_accum_raw() 113 accum->quiet &= addend->quiet & ~addend->allow; in aa_perms_accum_raw() 114 accum->kill |= addend->kill & ~addend->allow; in aa_perms_accum_raw() 115 accum->complain |= addend->complain & ~addend->allow & ~addend->deny; in aa_perms_accum_raw() 116 accum->cond |= addend->cond & ~addend->allow & ~addend->deny; in aa_perms_accum_raw() 117 accum->hide &= addend->hide & ~addend->allow; in aa_perms_accum_raw() 118 accum->prompt |= addend->prompt & ~addend->allow & ~addend->deny; in aa_perms_accum_raw() [all …]
|
| /linux/arch/parisc/kernel/ |
| H A D | module.c | 336 static Elf64_Word get_got(struct module *me, unsigned long value, long addend) in get_got() argument 341 value += addend; in get_got() 392 static Elf_Addr get_stub(struct module *me, unsigned long value, long addend, in get_stub() argument 425 stub->insns[0] |= reassemble_21(lrsel(value, addend)); in get_stub() 426 stub->insns[1] |= reassemble_17(rrsel(value, addend) / 4); in get_stub() 450 d = get_got(me, value, addend); in get_stub() 470 stub->insns[0] |= reassemble_21(lrsel(value, addend)); in get_stub() 471 stub->insns[1] |= reassemble_14(rrsel(value, addend)); in get_stub() 478 stub->insns[0] |= reassemble_21(lrsel(value, addend)); in get_stub() 479 stub->insns[1] |= reassemble_14(rrsel(value, addend)); in get_stub() [all …]
|
| /linux/include/net/ |
| H A D | checksum.h | 59 static __always_inline __wsum csum_add(__wsum csum, __wsum addend) in csum_add() argument 62 res += (__force u32)addend; in csum_add() 63 return (__force __wsum)(res + (res < (__force u32)addend)); in csum_add() 67 static __always_inline __wsum csum_sub(__wsum csum, __wsum addend) in csum_sub() argument 69 return csum_add(csum, ~addend); in csum_sub() 72 static __always_inline __sum16 csum16_add(__sum16 csum, __be16 addend) in csum16_add() argument 76 res += (__force u16)addend; in csum16_add() 77 return (__force __sum16)(res + (res < (__force u16)addend)); in csum16_add() 80 static __always_inline __sum16 csum16_sub(__sum16 csum, __be16 addend) in csum16_sub() argument 82 return csum16_add(csum, ~addend); in csum16_sub()
|
| H A D | gre.h | 54 int addend = 4; in gre_calc_hlen() local 57 addend += 4; in gre_calc_hlen() 59 addend += 4; in gre_calc_hlen() 61 addend += 4; in gre_calc_hlen() 62 return addend; in gre_calc_hlen()
|
| /linux/fs/nfs/ |
| H A D | iostat.h | 37 long addend) in nfs_add_server_stats() argument 39 this_cpu_add(server->io_stats->bytes[stat], addend); in nfs_add_server_stats() 44 long addend) in nfs_add_stats() argument 46 nfs_add_server_stats(NFS_SERVER(inode), stat, addend); in nfs_add_stats()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | checksum.h | 95 static __always_inline __wsum csum_add(__wsum csum, __wsum addend) in csum_add() argument 100 res += (__force u64)addend; in csum_add() 104 return addend; in csum_add() 105 if (__builtin_constant_p(addend) && addend == 0) in csum_add() 110 : "+r" (csum) : "r" (addend) : "xer"); in csum_add()
|
| /linux/include/linux/netfilter/ |
| H A D | x_tables.h | 356 unsigned int addend; in xt_write_recseq_begin() local 362 addend = (__this_cpu_read(xt_recseq.sequence) + 1) & 1; in xt_write_recseq_begin() 369 __this_cpu_add(xt_recseq.sequence, addend); in xt_write_recseq_begin() 372 return addend; in xt_write_recseq_begin() 383 static inline void xt_write_recseq_end(unsigned int addend) in xt_write_recseq_end() argument 387 __this_cpu_add(xt_recseq.sequence, addend); in xt_write_recseq_end()
|
| /linux/drivers/net/ethernet/xscale/ |
| H A D | ptp_ixp46x.c | 125 u32 addend; in ptp_ixp_adjfine() local 129 addend = adjust_by_scaled_ppm(DEFAULT_ADDEND, scaled_ppm); in ptp_ixp_adjfine() 131 __raw_writel(addend, ®s->addend); in ptp_ixp_adjfine() 280 __raw_writel(DEFAULT_ADDEND, &ixp_clock.regs->addend); in ptp_ixp_probe()
|
| H A D | ixp46x_ts.h | 28 u32 addend; /* 0x08 Time Sync Addend Register */ member
|
| /linux/arch/sparc/include/asm/ |
| H A D | checksum_64.h | 133 static inline __wsum csum_add(__wsum csum, __wsum addend) in csum_add() argument 139 : "r" (addend), "0" (csum)); in csum_add()
|
| H A D | checksum_32.h | 199 static inline __wsum csum_add(__wsum csum, __wsum addend) in csum_add() argument 205 : "r" (addend), "0" (csum)); in csum_add()
|
| /linux/arch/x86/include/asm/ |
| H A D | checksum_64.h | 178 static inline __wsum csum_add(__wsum csum, __wsum addend) in csum_add() argument 181 (__force unsigned)addend); in csum_add()
|
| /linux/net/sched/ |
| H A D | cls_flow.c | 53 u32 addend; member 329 classid = (classid >> f->rshift) + f->addend; in flow_classify() 468 fnew->addend = fold->addend; in flow_change() 537 fnew->addend = nla_get_u32(tb[TCA_FLOW_ADDEND]); in flow_change() 648 if (f->addend && in flow_dump() 649 nla_put_u32(skb, TCA_FLOW_ADDEND, f->addend)) in flow_dump()
|
| /linux/drivers/net/dsa/hirschmann/ |
| H A D | hellcreek_ptp.c | 136 u32 addend; in hellcreek_ptp_adjfine() local 158 addend = (u32)div_u64(adj, 15625); in hellcreek_ptp_adjfine() 160 addendh = (addend & 0xffff0000) >> 16; in hellcreek_ptp_adjfine() 161 addendl = addend & 0xffff; in hellcreek_ptp_adjfine()
|
| /linux/tools/objtool/include/objtool/ |
| H A D | elf.h | 160 s64 addend, unsigned int type); 164 struct symbol *sym, s64 addend, unsigned int type); in elf_addr_size() 176 s64 addend); in elf_text_rela_type() 372 static inline void set_reloc_addend(struct elf *elf, struct reloc *reloc, s64 addend) in sec_offset_hash() 374 __set_reloc_field(reloc, r_addend, addend); 257 set_reloc_addend(struct elf * elf,struct reloc * reloc,s64 addend) set_reloc_addend() argument
|
| H A D | arch.h | |
| /linux/tools/testing/selftests/net/tcp_ao/ |
| H A D | icmps-accept.c | 249 static inline uint32_t csum_add(uint32_t csum, uint32_t addend) in csum_add() argument 253 res += addend; in csum_add() 254 return res + (res < addend); in csum_add()
|
| H A D | icmps-discard.c | 249 static inline uint32_t csum_add(uint32_t csum, uint32_t addend) in csum_add() argument 253 res += addend; in csum_add() 254 return res + (res < addend); in csum_add()
|
| /linux/scripts/ |
| H A D | recordmcount.h | 427 uint_t const addend = in sift_rel_mcount() local 433 ((Elf_Rela *)mrelp)->r_addend = addend; in sift_rel_mcount() 436 *mlocp++ = addend; in sift_rel_mcount()
|
| H A D | elf-parse.h | 238 RELA_ADDR(addend)
|
| /linux/net/ipv4/netfilter/ |
| H A D | arp_tables.c | 197 unsigned int addend; in arpt_do_table() local 206 addend = xt_write_recseq_begin(); in arpt_do_table() 281 xt_write_recseq_end(addend); in arpt_do_table() 1012 unsigned int addend; in do_add_counters() local 1033 addend = xt_write_recseq_begin(); in do_add_counters() 1041 xt_write_recseq_end(addend); in do_add_counters()
|
| H A D | ip_tables.c | 239 unsigned int addend; in ipt_do_table() local 259 addend = xt_write_recseq_begin(); in ipt_do_table() 356 xt_write_recseq_end(addend); in ipt_do_table() 1165 unsigned int addend; in do_add_counters() local 1185 addend = xt_write_recseq_begin(); in do_add_counters() 1193 xt_write_recseq_end(addend); in do_add_counters()
|
| /linux/net/ipv6/netfilter/ |
| H A D | ip6_tables.c | 262 unsigned int addend; in ip6t_do_table() local 281 addend = xt_write_recseq_begin(); in ip6t_do_table() 374 xt_write_recseq_end(addend); in ip6t_do_table() 1182 unsigned int addend; in do_add_counters() local 1201 addend = xt_write_recseq_begin(); in do_add_counters() 1209 xt_write_recseq_end(addend); in do_add_counters()
|
| /linux/tools/objtool/arch/x86/ |
| H A D | decode.c | 92 s64 addend = reloc_addend(reloc); in arch_pc_relative_reloc() 95 addend += insn->offset + insn->len - reloc_offset(reloc); in arch_pc_relative_reloc() 97 return phys_to_virt(addend); in arch_pc_relative_reloc() 124 s64 addend = reloc_addend(reloc); 129 return addend + 4; 132 return addend; 137 return addend + insn_off + insn_len - reloc_offset(reloc); 71 arch_dest_reloc_offset(int addend) arch_dest_reloc_offset() argument
|
| /linux/Documentation/bpf/ |
| H A D | llvm_reloc.rst | 93 buffer, which is called ``A`` (addend). Looking at 121 the symbol value plus implicit addend. Note that the ``BitSize`` is 32 which 128 the symbol value plus implicit addend.
|