data_type
large_stringclasses
3 values
source
large_stringclasses
29 values
code
large_stringlengths
98
49.4M
filepath
large_stringlengths
5
161
message
large_stringclasses
234 values
commit
large_stringclasses
234 values
subject
large_stringclasses
418 values
critique
large_stringlengths
101
1.26M
metadata
dict
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_IO_H #define _ASM_IO_H #include <linux/kernel.h> #include <linux/types.h> #include <asm/addrspace.h> #include <asm/cpu.h> #include <asm/page.h> #include <asm/pgtable-bits.h> #include <asm/stri...
arch/loongarch/include/asm/io.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_IRQ_H #define _ASM_IRQ_H #include <linux/irqdomain.h> #include <linux/irqreturn.h> #define IRQ_STACK_SIZE THREAD_SIZE #define IRQ_STACK_START (IRQ_STACK_SIZE - 16) DECLARE_PER_CPU(unsigne...
arch/loongarch/include/asm/irq.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef __ASM_IRQ_REGS_H #define __ASM_IRQ_REGS_H #define ARCH_HAS_OWN_IRQ_REGS #include <linux/thread_info.h> static inline struct pt_regs *get_irq_regs(void) { return current_thread_info()->regs; } st...
arch/loongarch/include/asm/irq_regs.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_LOONGARCH_IRQ_WORK_H #define _ASM_LOONGARCH_IRQ_WORK_H static inline bool arch_irq_work_has_interrupt(void) { return IS_ENABLED(CONFIG_SMP); } #endif /* _ASM_LOONGARCH_IRQ_WORK_H */
arch/loongarch/include/asm/irq_work.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_IRQFLAGS_H #define _ASM_IRQFLAGS_H #ifndef __ASSEMBLER__ #include <linux/compiler.h> #include <linux/stringify.h> #include <asm/loongarch.h> static inline void arch_local_irq_enable(void) { ...
arch/loongarch/include/asm/irqflags.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2023 Loongson Technology Corporation Limited * * Based on arch/arm64/include/asm/jump_label.h */ #ifndef __ASM_JUMP_LABEL_H #define __ASM_JUMP_LABEL_H #ifndef __ASSEMBLER__ #include <linux/types.h> #include <linux/stringify.h> #include <asm/asm.h> #d...
arch/loongarch/include/asm/jump_label.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_KASAN_H #define __ASM_KASAN_H #ifndef __ASSEMBLER__ #include <linux/linkage.h> #include <linux/mmzone.h> #include <asm/addrspace.h> #include <asm/io.h> #include <asm/pgtable.h> #define KASAN_SHADOW_SCALE_SHIFT 3 #define KASAN_SHADOW_OFFSET _AC(CONFIG_KASAN_SHADOW_...
arch/loongarch/include/asm/kasan.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_LOONGARCH_KDEBUG_H #define _ASM_LOONGARCH_KDEBUG_H #include <linux/notifier.h> enum die_val { DIE_OOPS = 1, DIE_RI, DIE_FP, DIE_SIMD, DIE_TRAP, }; #endif /* _ASM_LOONGARCH_KDEBUG_H */
arch/loongarch/include/asm/kdebug.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * kexec.h for kexec * * Copyright (C) 2022 Loongson Technology Corporation Limited */ #ifndef _ASM_KEXEC_H #define _ASM_KEXEC_H #include <asm/stacktrace.h> #include <asm/page.h> /* Maximum physical address we can use pages from */ #define KEXEC_SOURCE_MEMORY_LIMIT (-1UL)...
arch/loongarch/include/asm/kexec.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * KFENCE support for LoongArch. * * Author: Enze Li <lienze@kylinos.cn> * Copyright (C) 2022-2023 KylinSoft Corporation. */ #ifndef _ASM_LOONGARCH_KFENCE_H #define _ASM_LOONGARCH_KFENCE_H #include <linux/kfence.h> #include <linux/vmalloc.h> #include <asm/pgtable.h> #incl...
arch/loongarch/include/asm/kfence.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2023 Loongson Technology Corporation Limited */ #ifndef _ASM_LOONGARCH_KGDB_H #define _ASM_LOONGARCH_KGDB_H #define GDB_SIZEOF_REG sizeof(u64) /* gdb remote procotol expects the following register layout. */ /* * General purpose registers: * r0-r31:...
arch/loongarch/include/asm/kgdb.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __ASM_LOONGARCH_KPROBES_H #define __ASM_LOONGARCH_KPROBES_H #include <asm-generic/kprobes.h> #ifdef CONFIG_KPROBES #include <asm/inst.h> #include <asm/cacheflush.h> #define __ARCH_WANT_KPROBES_INSN_SLOT #define MAX_INSN_SIZE 2 #define flush_insn_slot(p) \ ...
arch/loongarch/include/asm/kprobes.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2023 Loongson Technology Corporation Limited */ #ifndef __ASM_LOONGARCH_KVM_CSR_H__ #define __ASM_LOONGARCH_KVM_CSR_H__ #include <linux/uaccess.h> #include <linux/kvm_host.h> #include <asm/loongarch.h> #include <asm/kvm_vcpu.h> #define gcsr_read(csr) ...
arch/loongarch/include/asm/kvm_csr.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2024 Loongson Technology Corporation Limited */ #ifndef __ASM_KVM_EIOINTC_H #define __ASM_KVM_EIOINTC_H #include <kvm/iodev.h> #define EIOINTC_IRQS 256 #define EIOINTC_ROUTE_MAX_VCPUS 256 #define EIOINTC_IRQS_U64_NUMS (EIOINTC_IRQS / 64) /* map to ipnum...
arch/loongarch/include/asm/kvm_eiointc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2023 Loongson Technology Corporation Limited */ #ifndef __ASM_LOONGARCH_KVM_HOST_H__ #define __ASM_LOONGARCH_KVM_HOST_H__ #include <linux/cpumask.h> #include <linux/hrtimer.h> #include <linux/interrupt.h> #include <linux/kvm.h> #include <linux/kvm_types...
arch/loongarch/include/asm/kvm_host.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2024 Loongson Technology Corporation Limited */ #ifndef __ASM_KVM_IPI_H #define __ASM_KVM_IPI_H #include <kvm/iodev.h> #define LARCH_INT_IPI 12 struct loongarch_ipi { spinlock_t lock; struct kvm *kvm; struct kvm_io_device device; }; struct ipi_state ...
arch/loongarch/include/asm/kvm_ipi.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2023 Loongson Technology Corporation Limited */ #ifndef __ASM_LOONGARCH_KVM_MMU_H__ #define __ASM_LOONGARCH_KVM_MMU_H__ #include <linux/kvm_host.h> #include <asm/pgalloc.h> #include <asm/tlb.h> /* * KVM_MMU_CACHE_MIN_PAGES is the number of GPA page ta...
arch/loongarch/include/asm/kvm_mmu.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_LOONGARCH_KVM_PARA_H #define _ASM_LOONGARCH_KVM_PARA_H #include <uapi/asm/kvm_para.h> /* * Hypercall code field */ #define HYPERVISOR_KVM 1 #define HYPERVISOR_VENDOR_SHIFT 8 #define HYPERCALL_ENCODE(vendor, code) ((vendor << HYPERVISOR_VENDOR_SHIFT) + code) #d...
arch/loongarch/include/asm/kvm_para.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2024 Loongson Technology Corporation Limited */ #ifndef __ASM_KVM_PCH_PIC_H #define __ASM_KVM_PCH_PIC_H #include <kvm/iodev.h> #define PCH_PIC_SIZE 0x3e8 #define PCH_PIC_INT_ID_START 0x0 #define PCH_PIC_INT_ID_END 0x7 #define PCH_PIC_MASK_START 0x20 #...
arch/loongarch/include/asm/kvm_pch_pic.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2023 Loongson Technology Corporation Limited */ #ifndef _ASM_LOONGARCH_KVM_TYPES_H #define _ASM_LOONGARCH_KVM_TYPES_H #define KVM_ARCH_NR_OBJS_PER_MEMORY_CACHE 40 #endif /* _ASM_LOONGARCH_KVM_TYPES_H */
arch/loongarch/include/asm/kvm_types.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2023 Loongson Technology Corporation Limited */ #ifndef __ASM_LOONGARCH_KVM_VCPU_H__ #define __ASM_LOONGARCH_KVM_VCPU_H__ #include <linux/kvm_host.h> #include <asm/loongarch.h> /* Controlled by 0x5 guest estat */ #define CPU_SIP0 (_ULCAST_(1)) #defin...
arch/loongarch/include/asm/kvm_vcpu.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Author: Qi Hu <huqi@loongson.cn> * Huacai Chen <chenhuacai@loongson.cn> * Copyright (C) 2020-2023 Loongson Technology Corporation Limited */ #ifndef _ASM_LBT_H #define _ASM_LBT_H #include <asm/cpu.h> #include <asm/current.h> #include <asm/loongarch.h> #include <a...
arch/loongarch/include/asm/lbt.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_LINKAGE_H #define __ASM_LINKAGE_H #define __ALIGN .align 2 #define __ALIGN_STR __stringify(__ALIGN) #define SYM_FUNC_START(name) \ SYM_START(name, SYM_L_GLOBAL, SYM_A_ALIGN) \ .cfi_startproc; #define SYM_FUNC_START_NOALIGN(name) \ SYM_START(name, SYM_L_GL...
arch/loongarch/include/asm/linkage.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ARCH_LOONGARCH_LOCAL_H #define _ARCH_LOONGARCH_LOCAL_H #include <linux/percpu.h> #include <linux/bitops.h> #include <linux/atomic.h> #include <asm/asm.h> #include <asm/cmpxchg.h> typedef struct { ...
arch/loongarch/include/asm/local.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_LOONGARCH_H #define _ASM_LOONGARCH_H #include <linux/bits.h> #include <linux/linkage.h> #include <linux/types.h> #ifndef __ASSEMBLER__ #include <larchintrin.h> /* CPUCFG */ #define read_cpucf...
arch/loongarch/include/asm/loongarch.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Author: Huacai Chen <chenhuacai@loongson.cn> * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef __ASM_LOONGSON_H #define __ASM_LOONGSON_H #include <linux/init.h> #include <linux/io.h> #include <linux/irq.h> #include <linux/pci.h> #include <asm/a...
arch/loongarch/include/asm/loongson.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef __ASM_MMU_H #define __ASM_MMU_H #include <linux/atomic.h> #include <linux/spinlock.h> typedef struct { u64 asid[NR_CPUS]; void *vdso; } mm_context_t; #endif /* __ASM_MMU_H */
arch/loongarch/include/asm/mmu.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Switch a MMU context. * * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_MMU_CONTEXT_H #define _ASM_MMU_CONTEXT_H #include <linux/errno.h> #include <linux/sched.h> #include <linux/mm_types.h> #include <linux/smp.h> #include <linux/slab.h>...
arch/loongarch/include/asm/mmu_context.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_MODULE_H #define _ASM_MODULE_H #include <asm/inst.h> #include <asm/orc_types.h> #include <asm-generic/module.h> #define RELA_STACK_DEPTH 16 struct mod_section { int shndx; int num_entries; ...
arch/loongarch/include/asm/module.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ SECTIONS { . = ALIGN(4); .got 0 : { BYTE(0) } .plt 0 : { BYTE(0) } .plt.idx 0 : { BYTE(0) } .ftrace_trampoline 0 : { BYTE(0) } }
arch/loongarch/include/asm/module.lds.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Author: Jianmin Lv <lvjianmin@loongson.cn> * Huacai Chen <chenhuacai@loongson.cn> * * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_LOONGARCH_NUMA_H #define _ASM_LOONGARCH_NUMA_H #include <linux/nodemask.h> #define NODE_ADDRSP...
arch/loongarch/include/asm/numa.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _ORC_HEADER_H #define _ORC_HEADER_H #include <linux/types.h> #include <linux/compiler.h> #include <asm/orc_hash.h> /* * The header is currently a 20-byte hash of the ORC entry definition; see * scripts/orc_hash.sh. */ #define ORC_HEADER \ __used __secti...
arch/loongarch/include/asm/orc_header.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _ORC_LOOKUP_H #define _ORC_LOOKUP_H /* * This is a lookup table for speeding up access to the .orc_unwind table. * Given an input address offset, the corresponding lookup table entry * specifies a subset of the .orc_unwind table to search. * * Each block rep...
arch/loongarch/include/asm/orc_lookup.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _ORC_TYPES_H #define _ORC_TYPES_H #include <linux/types.h> /* * The ORC_REG_* registers are base registers which are used to find other * registers on the stack. * * ORC_REG_PREV_SP, also known as DWARF Call Frame Address (CFA), is the * address of the prev...
arch/loongarch/include/asm/orc_types.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_PAGE_H #define _ASM_PAGE_H #include <linux/const.h> #include <asm/addrspace.h> #include <vdso/page.h> #define HPAGE_SHIFT (PAGE_SHIFT + PAGE_SHIFT - PTRLOG) #define HPAGE_SIZE (_AC(1, UL) << ...
arch/loongarch/include/asm/page.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_LOONGARCH_PARAVIRT_H #define _ASM_LOONGARCH_PARAVIRT_H #ifdef CONFIG_PARAVIRT int __init pv_ipi_init(void); int __init pv_time_init(void); int __init pv_spinlock_init(void); #else static inline int pv_ipi_init(void) { return 0; } static inline int pv_time_init(v...
arch/loongarch/include/asm/paravirt.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_PCI_H #define _ASM_PCI_H #include <linux/ioport.h> #include <linux/list.h> #include <linux/types.h> #include <asm/io.h> #define PCIBIOS_MIN_IO 0x4000 #define PCIBIOS_MIN_MEM 0x20000000 #defi...
arch/loongarch/include/asm/pci.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef __ASM_PERCPU_H #define __ASM_PERCPU_H #include <asm/cmpxchg.h> #include <asm/loongarch.h> /* * The "address" (in fact, offset from $r21) of a per-CPU variable is close to * the loading address of...
arch/loongarch/include/asm/percpu.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Author: Huacai Chen <chenhuacai@loongson.cn> * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef __LOONGARCH_PERF_EVENT_H__ #define __LOONGARCH_PERF_EVENT_H__ #include <asm/ptrace.h> #define perf_arch_bpf_user_pt_regs(regs) (struct user_pt_regs ...
arch/loongarch/include/asm/perf_event.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_PGALLOC_H #define _ASM_PGALLOC_H #include <linux/mm.h> #include <linux/sched.h> #define __HAVE_ARCH_PMD_ALLOC_ONE #define __HAVE_ARCH_PUD_ALLOC_ONE #define __HAVE_ARCH_PTE_ALLOC_ONE_KERNEL #in...
arch/loongarch/include/asm/pgalloc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_PGTABLE_BITS_H #define _ASM_PGTABLE_BITS_H /* Page table bits */ #ifdef CONFIG_32BIT #define _PAGE_VALID_SHIFT 0 #define _PAGE_ACCESSED_SHIFT 0 /* Reuse Valid for Accessed */ #define _PAGE_DI...
arch/loongarch/include/asm/pgtable-bits.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited * * Derived from MIPS: * Copyright (C) 1994, 95, 96, 97, 98, 99, 2000, 2003 Ralf Baechle * Copyright (C) 1999, 2000, 2001 Silicon Graphics, Inc. */ #ifndef _ASM_PGTABLE_H #define _ASM_PGTABLE_H #include <l...
arch/loongarch/include/asm/pgtable.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef __ASM_PREFETCH_H #define __ASM_PREFETCH_H #define Pref_Load 0 #define Pref_Store 8 #ifdef __ASSEMBLER__ .macro __pref hint addr #ifdef CONFIG_CPU_HAS_PREFETCH preld \hint, \addr, 0 #endif .endm...
arch/loongarch/include/asm/prefetch.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_PROCESSOR_H #define _ASM_PROCESSOR_H #include <linux/atomic.h> #include <linux/cpumask.h> #include <linux/sizes.h> #include <asm/cpu.h> #include <asm/cpu-info.h> #include <asm/hw_breakpoint.h>...
arch/loongarch/include/asm/processor.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_PTRACE_H #define _ASM_PTRACE_H #include <asm/page.h> #include <asm/irqflags.h> #include <asm/thread_info.h> #include <uapi/asm/ptrace.h> /* * This struct defines the way the registers are sto...
arch/loongarch/include/asm/ptrace.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_LOONGARCH_QSPINLOCK_H #define _ASM_LOONGARCH_QSPINLOCK_H #include <linux/jump_label.h> #ifdef CONFIG_PARAVIRT DECLARE_STATIC_KEY_FALSE(virt_spin_lock_key); #define virt_spin_lock virt_spin_lock static inline bool virt_spin_lock(struct qspinlock *lock) { int val;...
arch/loongarch/include/asm/qspinlock.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_REGDEF_H #define _ASM_REGDEF_H #define zero $r0 /* wired zero */ #define ra $r1 /* return address */ #define tp $r2 #define sp $r3 /* stack pointer */ #define a0 $r4 /* argument registers, a0/a...
arch/loongarch/include/asm/regdef.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_SECCOMP_H #define _ASM_SECCOMP_H #include <asm/unistd.h> #include <asm-generic/seccomp.h> #ifdef CONFIG_32BIT # define SECCOMP_ARCH_NATIVE AUDIT_ARCH_LOONGARCH32 # define SECCOMP_ARCH_NATIVE_NR NR_syscalls # define SECCOMP_ARCH_NATIVE_NAME "loongarch32" #else # ...
arch/loongarch/include/asm/seccomp.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef __ASM__SERIAL_H #define __ASM__SERIAL_H #define BASE_BAUD 0 #define STD_COM_FLAGS (ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST) #endif /* __ASM__SERIAL_H */
arch/loongarch/include/asm/serial.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2024 Loongson Technology Corporation Limited */ #ifndef _ASM_LOONGARCH_SET_MEMORY_H #define _ASM_LOONGARCH_SET_MEMORY_H /* * Functions to change memory attributes. */ int set_memory_x(unsigned long addr, int numpages); int set_memory_nx(unsigned long ...
arch/loongarch/include/asm/set_memory.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _LOONGARCH_SETUP_H #define _LOONGARCH_SETUP_H #include <linux/types.h> #include <linux/threads.h> #include <asm/sections.h> #include <uapi/asm/setup.h> #define VECSIZE 0x200 extern unsigned long ...
arch/loongarch/include/asm/setup.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Author: Huacai Chen <chenhuacai@loongson.cn> * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef __ASM_SMP_H #define __ASM_SMP_H #ifdef CONFIG_SMP #include <linux/atomic.h> #include <linux/bitops.h> #include <linux/linkage.h> #include <linux/thre...
arch/loongarch/include/asm/smp.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LOONGARCH_SPARSEMEM_H #define _LOONGARCH_SPARSEMEM_H #ifdef CONFIG_SPARSEMEM /* * SECTION_SIZE_BITS 2^N: how big each section will be * MAX_PHYSMEM_BITS 2^N: how much memory we can have in that space */ #define SECTION_SIZE_BITS 29 /* 2^29 = Largest Huge Page Size ...
arch/loongarch/include/asm/sparsemem.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_SPINLOCK_H #define _ASM_SPINLOCK_H #include <asm/processor.h> #include <asm/qspinlock.h> #include <asm/qrwlock.h> #endif /* _ASM_SPINLOCK_H */
arch/loongarch/include/asm/spinlock.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_SPINLOCK_TYPES_H #define _ASM_SPINLOCK_TYPES_H #include <asm-generic/qspinlock_types.h> #include <asm-generic/qrwlock_types.h> #endif
arch/loongarch/include/asm/spinlock_types.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_STACKFRAME_H #define _ASM_STACKFRAME_H #include <linux/threads.h> #include <asm/addrspace.h> #include <asm/asm.h> #include <asm/asmmacro.h> #include <asm/asm-offsets.h> #include <asm/loongarch...
arch/loongarch/include/asm/stackframe.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * GCC stack protector support. * * Stack protector works by putting predefined pattern at the start of * the stack frame and verifying that it hasn't been overwritten when * returning from the function. The pattern is called stack canary and * on LoongArch gcc expects it ...
arch/loongarch/include/asm/stackprotector.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_STACKTRACE_H #define _ASM_STACKTRACE_H #include <asm/asm.h> #include <asm/ptrace.h> #include <asm/loongarch.h> #include <asm/unwind_hints.h> #include <linux/stringify.h> enum stack_type { STA...
arch/loongarch/include/asm/stacktrace.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_STRING_H #define _ASM_STRING_H #ifdef CONFIG_64BIT #define __HAVE_ARCH_MEMSET extern void *memset(void *__s, int __c, size_t __count); extern void *__memset(void *__s, int __c, size_t __count);...
arch/loongarch/include/asm/string.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SUSPEND_H #define __ASM_SUSPEND_H void loongarch_common_suspend(void); void loongarch_common_resume(void); void loongarch_suspend_enter(void); void loongarch_wakeup_start(void); #endif
arch/loongarch/include/asm/suspend.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_SWITCH_TO_H #define _ASM_SWITCH_TO_H #include <asm/cpu-features.h> #include <asm/fpu.h> #include <asm/lbt.h> struct task_struct; /** * __switch_to - switch execution of a task * @prev: The ...
arch/loongarch/include/asm/switch_to.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Author: Hanlu Li <lihanlu@loongson.cn> * Huacai Chen <chenhuacai@loongson.cn> * * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef __ASM_LOONGARCH_SYSCALL_H #define __ASM_LOONGARCH_SYSCALL_H #include <linux/compiler.h> #include <uapi/...
arch/loongarch/include/asm/syscall.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * thread_info.h: LoongArch low-level thread information * * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_THREAD_INFO_H #define _ASM_THREAD_INFO_H #ifdef __KERNEL__ #ifndef __ASSEMBLER__ #include <asm/processor.h> /* * low level task ...
arch/loongarch/include/asm/thread_info.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_TIME_H #define _ASM_TIME_H #include <linux/clockchips.h> #include <linux/clocksource.h> #include <asm/loongarch.h> extern u64 cpu_clock_freq; extern u64 const_clock_freq; extern void save_cou...
arch/loongarch/include/asm/time.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_TIMEX_H #define _ASM_TIMEX_H #ifdef __KERNEL__ #include <linux/compiler.h> #include <asm/cpu.h> #include <asm/cpu-features.h> typedef unsigned long cycles_t; #define get_cycles get_cycles ...
arch/loongarch/include/asm/timex.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef __ASM_TLB_H #define __ASM_TLB_H #include <linux/mm_types.h> #include <asm/cpu-features.h> #include <asm/loongarch.h> /* * TLB Invalidate Flush */ static inline void tlbclr(void) { __asm__ __vola...
arch/loongarch/include/asm/tlb.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef __ASM_TLBFLUSH_H #define __ASM_TLBFLUSH_H #include <linux/mm.h> /* * TLB flushing: * * - flush_tlb_all() flushes all processes TLB entries * - flush_tlb_mm(mm) flushes the specified mm contex...
arch/loongarch/include/asm/tlbflush.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef __ASM_TOPOLOGY_H #define __ASM_TOPOLOGY_H #include <linux/smp.h> #ifdef CONFIG_NUMA #include <asm/numa.h> extern cpumask_t cpus_on_node[]; #define cpumask_of_node(node) ((node) == NUMA_NO_NODE ?...
arch/loongarch/include/asm/topology.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_TYPES_H #define _ASM_TYPES_H #include <asm-generic/int-ll64.h> #include <uapi/asm/types.h> #ifdef __ASSEMBLER__ #define _ULCAST_ #define _U64CAST_ #else #define _ULCAST_ (unsigned long) #defin...
arch/loongarch/include/asm/types.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited * * Derived from MIPS: * Copyright (C) 1996, 1997, 1998, 1999, 2000, 03, 04 by Ralf Baechle * Copyright (C) 1999, 2000 Silicon Graphics, Inc. * Copyright (C) 2007 Maciej W. Rozycki * Copyright (C) 2014, I...
arch/loongarch/include/asm/uaccess.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Author: Hanlu Li <lihanlu@loongson.cn> * Huacai Chen <chenhuacai@loongson.cn> * * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #include <uapi/asm/unistd.h> #define __ARCH_WANT_NEW_STAT #define __ARCH_WANT_SYS_CLONE #define __ARCH_WANT_MEM...
arch/loongarch/include/asm/unistd.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Most of this ideas comes from x86. * * Copyright (C) 2022 Loongson Technology Corporation Limited */ #ifndef _ASM_UNWIND_H #define _ASM_UNWIND_H #include <linux/sched.h> #include <linux/ftrace.h> #include <asm/ptrace.h> #include <asm/stacktrace.h> enum unwinder_type { ...
arch/loongarch/include/asm/unwind.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_LOONGARCH_UNWIND_HINTS_H #define _ASM_LOONGARCH_UNWIND_HINTS_H #include <linux/objtool.h> #include <asm/orc_types.h> #ifdef __ASSEMBLER__ .macro UNWIND_HINT_UNDEFINED UNWIND_HINT type=UNWIND_HINT_TYPE_UNDEFINED .endm .macro UNWIND_HINT_END_OF_STACK UNWIND_HINT t...
arch/loongarch/include/asm/unwind_hints.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __ASM_LOONGARCH_UPROBES_H #define __ASM_LOONGARCH_UPROBES_H #include <asm/inst.h> typedef u32 uprobe_opcode_t; #define MAX_UINSN_BYTES 8 #define UPROBE_XOL_SLOT_BYTES MAX_UINSN_BYTES #define UPROBE_SWBP_INSN __emit_break(BRK_UPROBE_BP) #define UPROBE_SWBP_INSN_SI...
arch/loongarch/include/asm/uprobes.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Author: Huacai Chen <chenhuacai@loongson.cn> * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef __ASM_VDSO_H #define __ASM_VDSO_H #include <linux/mm.h> #include <linux/mm_types.h> #include <vdso/datapage.h> #include <asm/barrier.h> /* * struc...
arch/loongarch/include/asm/vdso.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_VERMAGIC_H #define _ASM_VERMAGIC_H #define MODULE_PROC_FAMILY "LOONGARCH " #ifdef CONFIG_32BIT #define MODULE_KERNEL_TYPE "32BIT " #elif defined CONFIG_64BIT #define MODULE_KERNEL_TYPE "64BIT ...
arch/loongarch/include/asm/vermagic.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_VIDEO_H_ #define _ASM_VIDEO_H_ #include <linux/compiler.h> #include <linux/string.h> static inline void fb_memcpy_fromio(void *to, const volatile void __iomem *from, size_t n) { memcpy(to, (v...
arch/loongarch/include/asm/video.h
null
null
null
null
null
source
linux
#ifndef _ASM_LOONGARCH_VMALLOC_H #define _ASM_LOONGARCH_VMALLOC_H #endif /* _ASM_LOONGARCH_VMALLOC_H */
arch/loongarch/include/asm/vmalloc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2023 WANG Xuerui <git@xen0n.name> */ #ifndef _ASM_LOONGARCH_XOR_H #define _ASM_LOONGARCH_XOR_H #include <asm/cpu-features.h> #include <asm/xor_simd.h> #ifdef CONFIG_CPU_HAS_LSX static struct xor_block_template xor_block_lsx = { .name = "lsx", .do_...
arch/loongarch/include/asm/xor.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2023 WANG Xuerui <git@xen0n.name> */ #ifndef _ASM_LOONGARCH_XOR_SIMD_H #define _ASM_LOONGARCH_XOR_SIMD_H #ifdef CONFIG_CPU_HAS_LSX void xor_lsx_2(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2); void x...
arch/loongarch/include/asm/xor_simd.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Author: Huacai Chen <chenhuacai@loongson.cn> * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _VDSO_ARCH_DATA_H #define _VDSO_ARCH_DATA_H #ifndef __ASSEMBLER__ #include <asm/asm.h> #include <asm/vdso.h> struct vdso_pcpu_data { u32 ...
arch/loongarch/include/asm/vdso/arch_data.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __ASM_VDSOCLOCKSOURCE_H #define __ASM_VDSOCLOCKSOURCE_H #define VDSO_ARCH_CLOCKMODES \ VDSO_CLOCKMODE_CPU #endif /* __ASM_VDSOCLOCKSOURCE_H */
arch/loongarch/include/asm/vdso/clocksource.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2024 Xi Ruoyao <xry111@xry111.site>. All Rights Reserved. */ #ifndef __ASM_VDSO_GETRANDOM_H #define __ASM_VDSO_GETRANDOM_H #ifndef __ASSEMBLER__ #include <asm/unistd.h> #include <asm/vdso/vdso.h> static __always_inline ssize_t getrandom_syscall(void *_buf...
arch/loongarch/include/asm/vdso/getrandom.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Author: Huacai Chen <chenhuacai@loongson.cn> * * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef __ASM_VDSO_GETTIMEOFDAY_H #define __ASM_VDSO_GETTIMEOFDAY_H #ifndef __ASSEMBLER__ #include <asm/unistd.h> #include <asm/vdso/vdso.h> #ifdef CONFI...
arch/loongarch/include/asm/vdso/gettimeofday.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef __ASM_VDSO_PROCESSOR_H #define __ASM_VDSO_PROCESSOR_H #ifndef __ASSEMBLER__ #define cpu_relax() barrier() #endif /* __ASSEMBLER__ */ #endif /* __ASM_VDSO_PROCESSOR_H */
arch/loongarch/include/asm/vdso/processor.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Author: Huacai Chen <chenhuacai@loongson.cn> * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_VDSO_VDSO_H #define _ASM_VDSO_VDSO_H #ifndef __ASSEMBLER__ #include <asm/asm.h> #include <asm/page.h> #include <asm/vdso.h> #include <...
arch/loongarch/include/asm/vdso/vdso.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_VDSO_VSYSCALL_H #define __ASM_VDSO_VSYSCALL_H #ifndef __ASSEMBLER__ #include <vdso/datapage.h> /* The asm-generic header needs to be included after the definitions above */ #include <asm-generic/vdso/vsyscall.h> #endif /* !__ASSEMBLER__ */ #endif /* __ASM_VDSO_V...
arch/loongarch/include/asm/vdso/vsyscall.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ /* * Author: Hanlu Li <lihanlu@loongson.cn> * Huacai Chen <chenhuacai@loongson.cn> * * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef __ASM_AUXVEC_H #define __ASM_AUXVEC_H /* Location of VDSO image. */ #define AT_...
arch/loongarch/include/uapi/asm/auxvec.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _UAPI__ASM_BPF_PERF_EVENT_H__ #define _UAPI__ASM_BPF_PERF_EVENT_H__ #include <linux/ptrace.h> typedef struct user_pt_regs bpf_user_pt_regs_t; #endif /* _UAPI__ASM_BPF_PERF_EVENT_H__ */
arch/loongarch/include/uapi/asm/bpf_perf_event.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef __UAPI_ASM_BREAK_H #define __UAPI_ASM_BREAK_H #define BRK_DEFAULT 0 /* Used as default */ #define BRK_BUG 1 /* Used by BUG() */ #define BRK_KDB 2 /* Used in KDB_ENTER() ...
arch/loongarch/include/uapi/asm/break.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ /* * Author: Hanlu Li <lihanlu@loongson.cn> * Huacai Chen <chenhuacai@loongson.cn> * * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _ASM_BYTEORDER_H #define _ASM_BYTEORDER_H #include <linux/byteorder/little_endia...
arch/loongarch/include/uapi/asm/byteorder.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _UAPI_ASM_HWCAP_H #define _UAPI_ASM_HWCAP_H /* HWCAP flags */ #define HWCAP_LOONGARCH_CPUCFG (1 << 0) #define HWCAP_LOONGARCH_LAM (1 << 1) #define HWCAP_LOONGARCH_UAL (1 << 2) #define HWCAP_LOONGARCH_FPU (1 << 3) #define HWCAP_LOONGARCH_LSX (1...
arch/loongarch/include/uapi/asm/hwcap.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Copyright (C) 2020-2023 Loongson Technology Corporation Limited */ #ifndef __UAPI_ASM_LOONGARCH_KVM_H #define __UAPI_ASM_LOONGARCH_KVM_H #include <linux/types.h> #define __KVM_HAVE_IRQ_LINE /* * KVM LoongArch specific structures and definitions....
arch/loongarch/include/uapi/asm/kvm.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _UAPI_ASM_KVM_PARA_H #define _UAPI_ASM_KVM_PARA_H #include <linux/types.h> /* * CPUCFG index area: 0x40000000 -- 0x400000ff * SW emulation for KVM hypervirsor */ #define CPUCFG_KVM_BASE 0x40000000 #define CPUCFG_KVM_SIZE 0x100 #define CPUCF...
arch/loongarch/include/uapi/asm/kvm_para.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _ASM_LOONGARCH_PERF_REGS_H #define _ASM_LOONGARCH_PERF_REGS_H enum perf_event_loongarch_regs { PERF_REG_LOONGARCH_PC, PERF_REG_LOONGARCH_R1, PERF_REG_LOONGARCH_R2, PERF_REG_LOONGARCH_R3, PERF_REG_LOONGARCH_R4, PERF_REG_LOONGARCH_R5, PERF_REG...
arch/loongarch/include/uapi/asm/perf_regs.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ /* * Author: Hanlu Li <lihanlu@loongson.cn> * Huacai Chen <chenhuacai@loongson.cn> * * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _UAPI_ASM_PTRACE_H #define _UAPI_ASM_PTRACE_H #include <linux/types.h> /* * Fo...
arch/loongarch/include/uapi/asm/ptrace.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Various register offset definitions for debuggers, core file * examiners and whatnot. * * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef __UAPI_ASM_LOONGARCH_REG_H #define __UAPI_ASM_LOONGARCH_REG_H #define LOONGARCH_...
arch/loongarch/include/uapi/asm/reg.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _UAPI_ASM_LOONGARCH_SETUP_H #define _UAPI_ASM_LOONGARCH_SETUP_H #define COMMAND_LINE_SIZE 4096 #endif /* _UAPI_ASM_LOONGARCH_SETUP_H */
arch/loongarch/include/uapi/asm/setup.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ /* * Author: Hanlu Li <lihanlu@loongson.cn> * Huacai Chen <chenhuacai@loongson.cn> * * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _UAPI_ASM_SIGCONTEXT_H #define _UAPI_ASM_SIGCONTEXT_H #include <linux/types.h> ...
arch/loongarch/include/uapi/asm/sigcontext.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Copyright (C) 2020-2022 Loongson Technology Corporation Limited */ #ifndef _UAPI_ASM_SIGNAL_H #define _UAPI_ASM_SIGNAL_H #define MINSIGSTKSZ 4096 #define SIGSTKSZ 16384 #include <asm-generic/signal.h> #endif
arch/loongarch/include/uapi/asm/signal.h
null
null
null
null
null