Home
last modified time | relevance | path

Searched refs:code (Results 3501 - 3525 of 4622) sorted by relevance

1...<<141142143144145146147148149150>>...185

/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dmach-crag6410.c210 .code = KEY_SUSPEND,
217 .code = SW_FRONT_PROXIMITY,
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dkernel_ex.S51 | set FPSR exception status dz bit, condition code
106 | set FPSR exception status operr bit, condition code
/kernel/linux/linux-5.10/arch/mips/bcm47xx/
H A Dbuttons.c16 .code = _code, \
23 .code = _code, \
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dhead_32.S6 * Enhanced CPU detection and feature setting code by Mike Jagdis
62 * %esi points to the real-mode code as a 32-bit pointer.
160 * If cpu hotplug is not supported then this code can go in init section
185 * bits like NT set. This would confuse the debugger if this code is traced. So
364 # 24(%rsp) error code
368 pushl $0 # Dummy error code, to make stack frame uniform
379 * The stack is the hardware frame, an error code or zero, and the
595 .quad 0x00cf9a000000ffff /* kernel 4GB code at 0x00000000 */
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dcrc32c-pcl-intel-asm_64.S27 * - Redistributions of source code must retain the above
64 # efficient "by-1" code. This "by-1" code only handles up to 255 bytes, so
114 ## to special code to avoid reading beyond the end of the buffer
/kernel/linux/linux-5.10/arch/s390/kvm/
H A Dsigp.c49 .u.emerg.code = vcpu->vcpu_id, in __inject_sigp_emergency()
98 .u.extcall.code = vcpu->vcpu_id, in __sigp_external_call()
/kernel/linux/linux-5.10/arch/arc/kernel/
H A Dentry.S175 ; Tracing code now returns the syscall num (orig or modif)
315 ; in pt_reg since the "C" ABI (kernel code) will automatically
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dz2.c9 * Based on research and code by: Ken McGuire
445 .code = KEY_POWER,
453 .code = SW_LID,
/kernel/linux/linux-5.10/arch/arc/mm/
H A Dtlbex.S8 * -MMU v1: moved out legacy code into a seperate file
50 ; "global" is used to free-up FIRST core reg to be able to code the rest of
70 ; scratch memory to save [r0-r3] used to code TLB refill Handler
86 sr r0, [ARC_REG_SCRATCH_DATA0] ; freeup r0 to code with
313 ; VERIFY_PTE: Check if PTE permissions approp for executing code
396 ; above, but ensuing code would have already clobbered.
/kernel/linux/linux-6.6/arch/mips/bcm47xx/
H A Dbuttons.c16 .code = _code, \
23 .code = _code, \
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dx_unfl.S16 | All trap disabled code applies. In addition the exceptional
197 | round subroutines. All code between these two subroutines
H A Dkernel_ex.S51 | set FPSR exception status dz bit, condition code
106 | set FPSR exception status operr bit, condition code
/kernel/linux/linux-6.6/arch/powerpc/crypto/
H A Dghashp10-ppc.pl4 # This code is taken from the OpenSSL project but the author (Andy Polyakov)
27 # faster than "4-bit" integer-only compiler-generated 64-bit code.
62 $code=<<___;
359 foreach (split("\n",$code)) {
/kernel/linux/linux-6.6/arch/arm/mach-s3c/
H A Dmach-crag6410.c210 .code = KEY_SUSPEND,
217 .code = SW_FRONT_PROXIMITY,
/kernel/linux/linux-6.6/arch/s390/kvm/
H A Dsigp.c49 .u.emerg.code = vcpu->vcpu_id, in __inject_sigp_emergency()
98 .u.extcall.code = vcpu->vcpu_id, in __sigp_external_call()
/kernel/linux/linux-5.10/drivers/input/misc/
H A Dpowermate.c253 static int powermate_input_event(struct input_dev *dev, unsigned int type, unsigned int code, int _value) in powermate_input_event() argument
258 if (type == EV_MSC && code == MSC_PULSELED){ in powermate_input_event()
/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpcie-rockchip.h228 #define ROCKCHIP_PCIE_MSG_CODE(code) \
229 (((code) << 8) & ROCKCHIP_PCIE_MSG_CODE_MASK)
/kernel/linux/linux-5.10/drivers/soc/fsl/qe/
H A Dqe.c151 * Baud rate clocks are zero-based in the driver code (as that maps
407 const __be32 *code = base + be32_to_cpu(ucode->code_offset); in qe_upload_microcode() local
423 qe_iowrite32be(be32_to_cpu(code[i]), &qe_immr->iram.idata); in qe_upload_microcode()
/kernel/linux/linux-5.10/net/sched/
H A Dsch_etf.c135 static void report_sock_error(struct sk_buff *skb, u32 err, u8 code) in report_sock_error() argument
153 serr->ee.ee_code = code; in report_sock_error()
/kernel/linux/linux-5.10/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c329 * This code limits the value of random_const to in get_op()
346 static gimple create_assign(enum tree_code code, tree lhs, tree op1, in create_assign() argument
349 return gimple_build_assign_with_ops(code, lhs, op1, op2); in create_assign()
/kernel/linux/linux-5.10/tools/accounting/
H A Dgetdelays.c42 #define err(code, fmt, arg...) \
45 exit(code); \
/kernel/linux/linux-5.10/tools/testing/kunit/
H A Dkunit_tool_test.py333 assert e.exception.code == 1
340 assert e.exception.code == 1
/kernel/linux/linux-5.10/net/dccp/
H A Doutput.c57 * Increment GSS here already in case the option code needs it. in dccp_transmit_skb()
505 int dccp_send_reset(struct sock *sk, enum dccp_reset_codes code) in dccp_send_reset() argument
524 DCCP_SKB_CB(skb)->dccpd_reset_code = code; in dccp_send_reset()
/kernel/linux/linux-5.10/net/ipv6/
H A Dmip6.c46 static inline void mip6_param_prob(struct sk_buff *skb, u8 code, int pos) in mip6_param_prob() argument
48 icmpv6_send(skb, ICMPV6_PARAMPROB, code, pos); in mip6_param_prob()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dgv100.c114 u32 code = nvkm_rd32(device, 0x611028 + (chid * 12)); in gv100_disp_exception() local
116 "mthd %04x data %08x code %08x\n", in gv100_disp_exception()
118 mthd, data, code); in gv100_disp_exception()

Completed in 19 milliseconds

1...<<141142143144145146147148149150>>...185