Home
last modified time | relevance | path

Searched refs:isn (Results 1 - 25 of 31) sorted by relevance

12

/kernel/linux/linux-5.10/arch/nios2/kernel/
H A Dmisaligned.c68 u32 isn, addr, val; in handle_unaligned_c() local
83 isn = *(unsigned long *)(fp->ea); in handle_unaligned_c()
90 a = (isn >> 27) & 0x1f; in handle_unaligned_c()
91 b = (isn >> 22) & 0x1f; in handle_unaligned_c()
92 imm16 = (isn >> 6) & 0xffff; in handle_unaligned_c()
96 switch (isn & 0x3f) { in handle_unaligned_c()
155 pr_err("fault during kernel misaligned fixup @ %#lx; addr 0x%08x; isn=0x%08x\n", in handle_unaligned_c()
157 (unsigned int)isn); in handle_unaligned_c()
159 pr_err("fault during user misaligned fixup @ %#lx; isn=%08x addr=0x%08x sp=0x%08lx pid=%d\n", in handle_unaligned_c()
161 (unsigned int)isn, add in handle_unaligned_c()
[all...]
/kernel/linux/linux-6.6/arch/nios2/kernel/
H A Dmisaligned.c68 u32 isn, addr, val; in handle_unaligned_c() local
83 isn = *(unsigned long *)(fp->ea); in handle_unaligned_c()
90 a = (isn >> 27) & 0x1f; in handle_unaligned_c()
91 b = (isn >> 22) & 0x1f; in handle_unaligned_c()
92 imm16 = (isn >> 6) & 0xffff; in handle_unaligned_c()
96 switch (isn & 0x3f) { in handle_unaligned_c()
155 pr_err("fault during kernel misaligned fixup @ %#lx; addr 0x%08x; isn=0x%08x\n", in handle_unaligned_c()
157 (unsigned int)isn); in handle_unaligned_c()
159 pr_err("fault during user misaligned fixup @ %#lx; isn=%08x addr=0x%08x sp=0x%08lx pid=%d\n", in handle_unaligned_c()
161 (unsigned int)isn, add in handle_unaligned_c()
[all...]
/kernel/linux/linux-5.10/include/net/netfilter/
H A Dnf_conntrack_synproxy.h9 u32 isn; member
/kernel/linux/linux-6.6/include/net/netfilter/
H A Dnf_conntrack_synproxy.h9 u32 isn; member
/kernel/linux/linux-5.10/arch/arm/mach-lpc32xx/
H A Dsuspend.S53 @ This guarantees a small windows where DRAM isn't busy
/kernel/linux/linux-6.6/arch/arm/mach-lpc32xx/
H A Dsuspend.S51 @ This guarantees a small windows where DRAM isn't busy
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_minisocks.c222 u32 isn = tcptw->tw_snd_nxt + 65535 + 2; in tcp_timewait_state_process() local
223 if (isn == 0) in tcp_timewait_state_process()
224 isn++; in tcp_timewait_state_process()
225 TCP_SKB_CB(skb)->tcp_tw_isn = isn; in tcp_timewait_state_process()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_minisocks.c215 u32 isn = tcptw->tw_snd_nxt + 65535 + 2; in tcp_timewait_state_process() local
216 if (isn == 0) in tcp_timewait_state_process()
217 isn++; in tcp_timewait_state_process()
218 TCP_SKB_CB(skb)->tcp_tw_isn = isn; in tcp_timewait_state_process()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_synproxy_core.c696 nf_ct_seqadj_init(ct, ctinfo, synproxy->isn - in ipv4_synproxy_hook()
733 synproxy->isn = ntohl(th->ack_seq); in ipv4_synproxy_hook()
758 nf_ct_seqadj_init(ct, ctinfo, synproxy->isn - ntohl(th->seq)); in ipv4_synproxy_hook()
1119 nf_ct_seqadj_init(ct, ctinfo, synproxy->isn - in ipv6_synproxy_hook()
1156 synproxy->isn = ntohl(th->ack_seq); in ipv6_synproxy_hook()
1181 nf_ct_seqadj_init(ct, ctinfo, synproxy->isn - ntohl(th->seq)); in ipv6_synproxy_hook()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_synproxy_core.c673 nf_ct_seqadj_init(ct, ctinfo, synproxy->isn - in ipv4_synproxy_hook()
710 synproxy->isn = ntohl(th->ack_seq); in ipv4_synproxy_hook()
735 nf_ct_seqadj_init(ct, ctinfo, synproxy->isn - ntohl(th->seq)); in ipv4_synproxy_hook()
1096 nf_ct_seqadj_init(ct, ctinfo, synproxy->isn - in ipv6_synproxy_hook()
1133 synproxy->isn = ntohl(th->ack_seq); in ipv6_synproxy_hook()
1158 nf_ct_seqadj_init(ct, ctinfo, synproxy->isn - ntohl(th->seq)); in ipv6_synproxy_hook()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dopal.h62 int64_t opal_handle_interrupt(uint64_t isn, __be64 *outstanding_event_mask);
80 int64_t opal_set_xive(uint32_t isn, uint16_t server, uint8_t priority);
81 int64_t opal_get_xive(uint32_t isn, __be16 *server, uint8_t *priority);
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dopal.h59 int64_t opal_handle_interrupt(uint64_t isn, __be64 *outstanding_event_mask);
77 int64_t opal_set_xive(uint32_t isn, uint16_t server, uint8_t priority);
78 int64_t opal_get_xive(uint32_t isn, __be16 *server, uint8_t *priority);
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h118 # Keep looping if it isn't me
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h118 # Keep looping if it isn't me
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip_input.c1147 __u32 isn = TCP_SKB_CB(skb)->tcp_tw_isn; in _tcp_nip_conn_request() local
1157 if (inet_csk_reqsk_queue_is_full(sk) && !isn) { in _tcp_nip_conn_request()
1211 if (!isn) in _tcp_nip_conn_request()
1212 isn = af_ops->init_seq(skb); in _tcp_nip_conn_request()
1220 tcp_rsk(req)->snt_isn = isn; in _tcp_nip_conn_request()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dvector.S114 #error This asm code isn't ready for 32-bit kernels
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Dcm.c737 u32 isn = (prandom_u32() & ~7UL) - 1; in send_connect() local
810 isn += 4; in send_connect()
864 t5req->rsvd = cpu_to_be32(isn); in send_connect()
870 t6req->rsvd = cpu_to_be32(isn); in send_connect()
917 t5req6->rsvd = cpu_to_be32(isn); in send_connect()
923 t6req6->rsvd = cpu_to_be32(isn); in send_connect()
2488 u32 isn = (prandom_u32() & ~7UL) - 1; in accept_cr() local
2495 isn += 4; in accept_cr()
2496 rpl5->iss = cpu_to_be32(isn); in accept_cr()
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Dcm.c737 u32 isn = (get_random_u32() & ~7UL) - 1; in send_connect() local
810 isn += 4; in send_connect()
864 t5req->rsvd = cpu_to_be32(isn); in send_connect()
870 t6req->rsvd = cpu_to_be32(isn); in send_connect()
917 t5req6->rsvd = cpu_to_be32(isn); in send_connect()
923 t6req6->rsvd = cpu_to_be32(isn); in send_connect()
2475 u32 isn = (get_random_u32() & ~7UL) - 1; in accept_cr() local
2485 isn += 4; in accept_cr()
2486 rpl5->iss = cpu_to_be32(isn); in accept_cr()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dcpufeature.h763 bool try_emulate_mrs(struct pt_regs *regs, u32 isn);
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dcpufeature.h835 bool try_emulate_mrs(struct pt_regs *regs, u32 isn);
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dvector.S119 #error This asm code isn't ready for 32-bit kernels
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c256 u32 isn = (prandom_u32() & ~7UL) - 1; in send_act_open_req() local
270 req->rsvd = cpu_to_be32(isn); in send_act_open_req()
284 u32 isn = (prandom_u32() & ~7UL) - 1; in send_act_open_req() local
298 req->rsvd = cpu_to_be32(isn); in send_act_open_req()
913 pr_info_ipaddr("atid 0x%x, tid 0x%x, csk 0x%p,%u,0x%lx, isn %u.\n", in do_act_establish()
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c257 u32 isn = (get_random_u32() & ~7UL) - 1; in send_act_open_req() local
271 req->rsvd = cpu_to_be32(isn); in send_act_open_req()
285 u32 isn = (get_random_u32() & ~7UL) - 1; in send_act_open_req() local
299 req->rsvd = cpu_to_be32(isn); in send_act_open_req()
914 pr_info_ipaddr("atid 0x%x, tid 0x%x, csk 0x%p,%u,0x%lx, isn %u.\n", in do_act_establish()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dskeleton.S297 | A 'real' F-line exception is one that the FPSP isn't supposed to
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dskeleton.S297 | A 'real' F-line exception is one that the FPSP isn't supposed to

Completed in 32 milliseconds

12