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-2021 ARM Ltd. */ #ifndef __ASM_KVM_MTE_H #define __ASM_KVM_MTE_H #ifdef __ASSEMBLER__ #include <asm/sysreg.h> #ifdef CONFIG_ARM64_MTE .macro mte_switch_to_guest g_ctxt, h_ctxt, reg1 alternative_if_not ARM64_MTE b .L__skip_switch\@ alternative_else_no...
arch/arm64/include/asm/kvm_mte.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ARM64_KVM_NESTED_H #define __ARM64_KVM_NESTED_H #include <linux/bitfield.h> #include <linux/kvm_host.h> #include <asm/kvm_emulate.h> #include <asm/kvm_pgtable.h> static inline bool vcpu_has_nv(const struct kvm_vcpu *vcpu) { return (!__is_defined(__KVM_NVHE_HYPERVISOR_...
arch/arm64/include/asm/kvm_nested.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2020 Google LLC * Author: Will Deacon <will@kernel.org> */ #ifndef __ARM64_KVM_PGTABLE_H__ #define __ARM64_KVM_PGTABLE_H__ #include <linux/bits.h> #include <linux/kvm_host.h> #include <linux/types.h> #define KVM_PGTABLE_FIRST_LEVEL -1 #define KVM_PGTABL...
arch/arm64/include/asm/kvm_pgtable.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2020 - Google LLC * Author: Quentin Perret <qperret@google.com> */ #ifndef __ARM64_KVM_PKVM_H__ #define __ARM64_KVM_PKVM_H__ #include <linux/arm_ffa.h> #include <linux/memblock.h> #include <linux/scatterlist.h> #include <asm/kvm_host.h> #include <asm/kvm_pgtabl...
arch/arm64/include/asm/kvm_pkvm.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* arch/arm64/include/asm/kvm_ptrauth.h: Guest/host ptrauth save/restore * Copyright 2019 Arm Limited * Authors: Mark Rutland <mark.rutland@arm.com> * Amit Daniel Kachhap <amit.kachhap@arm.com> */ #ifndef __ASM_KVM_PTRAUTH_H #define __ASM_KVM_PTRAUTH_H #ifdef __ASSEM...
arch/arm64/include/asm/kvm_ptrauth.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_ARM64_KVM_TYPES_H #define _ASM_ARM64_KVM_TYPES_H #define KVM_ARCH_NR_OBJS_PER_MEMORY_CACHE 40 #endif /* _ASM_ARM64_KVM_TYPES_H */
arch/arm64/include/asm/kvm_types.h
null
null
null
null
null
source
linux
#ifndef __ASM_LINKAGE_H #define __ASM_LINKAGE_H #ifdef __ASSEMBLER__ #include <asm/assembler.h> #endif #define __ALIGN .balign CONFIG_FUNCTION_ALIGNMENT #define __ALIGN_STR ".balign " #CONFIG_FUNCTION_ALIGNMENT /* * When using in-kernel BTI we need to ensure that PCS-conformant * assembly functions have suitable ...
arch/arm64/include/asm/linkage.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_LSE_H #define __ASM_LSE_H #include <asm/atomic_ll_sc.h> #define __LSE_PREAMBLE ".arch_extension lse\n" #include <linux/compiler_types.h> #include <linux/export.h> #include <linux/stringify.h> #include <asm/alternative.h> #include <asm/alternative-macros.h> #includ...
arch/arm64/include/asm/lse.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __ASM_MEM_ENCRYPT_H #define __ASM_MEM_ENCRYPT_H #include <asm/rsi.h> struct device; struct arm64_mem_crypt_ops { int (*encrypt)(unsigned long addr, int numpages); int (*decrypt)(unsigned long addr, int numpages); }; int arm64_mem_crypt_ops_register(const struct ...
arch/arm64/include/asm/mem_encrypt.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Based on arch/arm/include/asm/memory.h * * Copyright (C) 2000-2002 Russell King * Copyright (C) 2012 ARM Ltd. * * Note: this file should not be included by non-asm/.h files */ #ifndef __ASM_MEMORY_H #define __ASM_MEMORY_H #include <linux/const.h> #include <linux/...
arch/arm64/include/asm/memory.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_MMAN_H__ #define __ASM_MMAN_H__ #include <uapi/asm/mman.h> #ifndef BUILD_VDSO #include <linux/compiler.h> #include <linux/fs.h> #include <linux/hugetlb.h> #include <linux/shmem_fs.h> #include <linux/types.h> static inline vm_flags_t arch_calc_vm_prot_bits(unsigned...
arch/arm64/include/asm/mman.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_MMU_H #define __ASM_MMU_H #include <asm/cputype.h> #define MMCF_AARCH32 0x1 /* mm context flag for AArch32 executables */ #define USER_ASID_BIT 48 #define USER_ASID_FLAG (UL(1) << USER_ASID_BIT) #define TTBR_ASID_MASK (UL(...
arch/arm64/include/asm/mmu.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Based on arch/arm/include/asm/mmu_context.h * * Copyright (C) 1996 Russell King. * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_MMU_CONTEXT_H #define __ASM_MMU_CONTEXT_H #ifndef __ASSEMBLER__ #include <linux/compiler.h> #include <linux/sched.h> #include <linux/sch...
arch/arm64/include/asm/mmu_context.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_MODULE_H #define __ASM_MODULE_H #include <asm-generic/module.h> struct mod_plt_sec { int plt_shndx; int plt_num_entries; int plt_max_entries; }; struct mod_arch_specific { struct mod_plt_sec core; struct mod_pl...
arch/arm64/include/asm/module.h
null
null
null
null
null
source
linux
SECTIONS { .plt 0 : { BYTE(0) } .init.plt 0 : { BYTE(0) } .text.ftrace_trampoline 0 : { BYTE(0) } .init.text.ftrace_trampoline 0 : { BYTE(0) } #ifdef CONFIG_KASAN_SW_TAGS /* * Outlined checks go into comdat-deduplicated sections named .text.hot. * Because they are in comdats they are not combined by the linke...
arch/arm64/include/asm/module.lds.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Linux-specific definitions for managing interactions with Microsoft's * Hyper-V hypervisor. The definitions in this file are specific to * the ARM64 architecture. See include/asm-generic/mshyperv.h for * definitions are that architecture independent. * * Definitions t...
arch/arm64/include/asm/mshyperv.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020 ARM Ltd. */ #ifndef __ASM_MTE_DEF_H #define __ASM_MTE_DEF_H #define MTE_GRANULE_SIZE UL(16) #define MTE_GRANULE_MASK (~(MTE_GRANULE_SIZE - 1)) #define MTE_GRANULES_PER_PAGE (PAGE_SIZE / MTE_GRANULE_SIZE) #define MTE_TAG_SHIFT 56 #define MTE_TAG_SIZE 4 ...
arch/arm64/include/asm/mte-def.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020 ARM Ltd. */ #ifndef __ASM_MTE_KASAN_H #define __ASM_MTE_KASAN_H #include <asm/compiler.h> #include <asm/cputype.h> #include <asm/mte-def.h> #ifndef __ASSEMBLER__ #include <linux/types.h> #ifdef CONFIG_KASAN_HW_TAGS /* Whether the MTE asynchronous mod...
arch/arm64/include/asm/mte-kasan.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020 ARM Ltd. */ #ifndef __ASM_MTE_H #define __ASM_MTE_H #include <asm/compiler.h> #include <asm/mte-def.h> #ifndef __ASSEMBLER__ #include <linux/bitfield.h> #include <linux/kasan-enabled.h> #include <linux/page-flags.h> #include <linux/sched.h> #include <l...
arch/arm64/include/asm/mte.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2018 Linaro, Ltd. <ard.biesheuvel@linaro.org> */ #ifndef __ASM_NEON_INTRINSICS_H #define __ASM_NEON_INTRINSICS_H #include <asm-generic/int-ll64.h> /* * In the kernel, u64/s64 are [un]signed long long, not [un]signed long. * So by redefining these mac...
arch/arm64/include/asm/neon-intrinsics.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/arch/arm64/include/asm/neon.h * * Copyright (C) 2013 Linaro Ltd <ard.biesheuvel@linaro.org> */ #ifndef __ASM_NEON_H #define __ASM_NEON_H #include <linux/types.h> #include <asm/fpsimd.h> #define cpu_has_neon() system_supports_fpsimd() void kernel_neon_begin...
arch/arm64/include/asm/neon.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_NUMA_H #define __ASM_NUMA_H #include <asm/topology.h> #include <asm-generic/numa.h> #endif /* __ASM_NUMA_H */
arch/arm64/include/asm/numa.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Based on arch/arm/include/asm/page.h * * Copyright (C) 1995-2003 Russell King * Copyright (C) 2017 ARM Ltd. */ #ifndef __ASM_PAGE_DEF_H #define __ASM_PAGE_DEF_H #include <linux/const.h> #include <vdso/page.h> #endif /* __ASM_PAGE_DEF_H */
arch/arm64/include/asm/page-def.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Based on arch/arm/include/asm/page.h * * Copyright (C) 1995-2003 Russell King * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_PAGE_H #define __ASM_PAGE_H #include <asm/page-def.h> #ifndef __ASSEMBLER__ #include <linux/personality.h> /* for READ_IMPLIES_EXEC */ #in...
arch/arm64/include/asm/page.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_ARM64_PARAVIRT_H #define _ASM_ARM64_PARAVIRT_H #ifdef CONFIG_PARAVIRT int __init pv_time_init(void); #else #define pv_time_init() do {} while (0) #endif // CONFIG_PARAVIRT #endif
arch/arm64/include/asm/paravirt.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_PCI_H #define __ASM_PCI_H #include <linux/types.h> #include <linux/slab.h> #include <linux/dma-mapping.h> #include <asm/io.h> #define PCIBIOS_MIN_IO 0x1000 /* * Set to 1 if the kernel should re-assign all PCI bus numbers */ #define pcibios_assign_all_busses() ...
arch/arm64/include/asm/pci.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2013 ARM Ltd. */ #ifndef __ASM_PERCPU_H #define __ASM_PERCPU_H #include <linux/preempt.h> #include <asm/alternative.h> #include <asm/cmpxchg.h> #include <asm/stack_pointer.h> #include <asm/sysreg.h> static inline void set_my_cpu_offset(unsigned long of...
arch/arm64/include/asm/percpu.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_PERF_EVENT_H #define __ASM_PERF_EVENT_H #include <asm/stack_pointer.h> #include <asm/ptrace.h> #ifdef CONFIG_PERF_EVENTS #define perf_arch_bpf_user_pt_regs(regs) &regs->user_regs #endif #define perf_arch_fetch_caller_reg...
arch/arm64/include/asm/perf_event.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Based on arch/arm/include/asm/pgalloc.h * * Copyright (C) 2000-2001 Russell King * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_PGALLOC_H #define __ASM_PGALLOC_H #include <asm/pgtable-hwdef.h> #include <asm/processor.h> #include <asm/cacheflush.h> #include <asm/tlb...
arch/arm64/include/asm/pgalloc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_PGTABLE_HWDEF_H #define __ASM_PGTABLE_HWDEF_H #include <asm/memory.h> #define PTDESC_ORDER 3 /* Number of VA bits resolved by a single translation table level */ #define PTDESC_TABLE_SHIFT (PAGE_SHIFT - PTDESC_ORDER) /* ...
arch/arm64/include/asm/pgtable-hwdef.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2016 ARM Ltd. */ #ifndef __ASM_PGTABLE_PROT_H #define __ASM_PGTABLE_PROT_H #include <asm/memory.h> #include <asm/pgtable-hwdef.h> #include <linux/const.h> /* * Software defined PTE bits definition. */ #define PTE_WRITE (PTE_DBM) /* same as DBM (51...
arch/arm64/include/asm/pgtable-prot.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Page table types definitions. * * Copyright (C) 2014 ARM Ltd. * Author: Catalin Marinas <catalin.marinas@arm.com> */ #ifndef __ASM_PGTABLE_TYPES_H #define __ASM_PGTABLE_TYPES_H #include <asm/types.h> /* * Page Table Descriptor * * Generic page table descriptor...
arch/arm64/include/asm/pgtable-types.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_PGTABLE_H #define __ASM_PGTABLE_H #include <asm/bug.h> #include <asm/proc-fns.h> #include <asm/memory.h> #include <asm/mte.h> #include <asm/pgtable-hwdef.h> #include <asm/pgtable-prot.h> #include <asm/tlbflush.h> /* * VM...
arch/arm64/include/asm/pgtable.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2023 Arm Ltd. * * Based on arch/x86/include/asm/pkeys.h */ #ifndef _ASM_ARM64_PKEYS_H #define _ASM_ARM64_PKEYS_H #define ARCH_VM_PKEY_FLAGS (VM_PKEY_BIT0 | VM_PKEY_BIT1 | VM_PKEY_BIT2) #define arch_max_pkey() 8 int arch_set_user_pkey_access(struct task_s...
arch/arm64/include/asm/pkeys.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_POINTER_AUTH_H #define __ASM_POINTER_AUTH_H #include <linux/bitops.h> #include <linux/prctl.h> #include <linux/random.h> #include <asm/cpufeature.h> #include <asm/memory.h> #include <asm/sysreg.h> /* * The EL0/EL1 pointer bits used by a pointer authentication cod...
arch/arm64/include/asm/pointer_auth.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2023 Arm Ltd. */ #ifndef _ASM_ARM64_POR_H #define _ASM_ARM64_POR_H #include <asm/sysreg.h> #define POR_EL0_INIT POR_ELx_PERM_PREP(0, POE_RWX) static inline bool por_elx_allows_read(u64 por, u8 pkey) { u8 perm = POR_ELx_PERM_GET(pkey, por); return perm &...
arch/arm64/include/asm/por.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_PREEMPT_H #define __ASM_PREEMPT_H #include <linux/thread_info.h> #define PREEMPT_NEED_RESCHED BIT(32) #define PREEMPT_ENABLED (PREEMPT_NEED_RESCHED) static inline int preempt_count(void) { return READ_ONCE(current_thread_info()->preempt.count); } static inline v...
arch/arm64/include/asm/preempt.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * arch/arm64/include/asm/probes.h * * Copyright (C) 2013 Linaro Limited */ #ifndef _ARM_PROBES_H #define _ARM_PROBES_H #include <asm/insn.h> typedef void (probes_handler_t) (u32 opcode, long addr, struct pt_regs *); struct arch_probe_insn { probes_handler_t *handle...
arch/arm64/include/asm/probes.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Based on arch/arm/include/asm/proc-fns.h * * Copyright (C) 1997-1999 Russell King * Copyright (C) 2000 Deep Blue Solutions Ltd * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_PROCFNS_H #define __ASM_PROCFNS_H #ifndef __ASSEMBLER__ #include <asm/page.h> struct cpu...
arch/arm64/include/asm/proc-fns.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Based on arch/arm/include/asm/processor.h * * Copyright (C) 1995-1999 Russell King * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_PROCESSOR_H #define __ASM_PROCESSOR_H /* * On arm64 systems, unaligned accesses by the CPU are cheap, and so there is * no point in s...
arch/arm64/include/asm/processor.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2014 ARM Ltd. */ #ifndef __ASM_PTDUMP_H #define __ASM_PTDUMP_H #include <linux/ptdump.h> DECLARE_STATIC_KEY_FALSE(arm64_ptdump_lock_key); #ifdef CONFIG_PTDUMP #include <linux/mm_types.h> #include <linux/seq_file.h> struct addr_marker { unsigned long...
arch/arm64/include/asm/ptdump.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Based on arch/arm/include/asm/ptrace.h * * Copyright (C) 1996-2003 Russell King * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_PTRACE_H #define __ASM_PTRACE_H #include <asm/cpufeature.h> #include <uapi/asm/ptrace.h> /* Current Exception Level values, as contained...
arch/arm64/include/asm/ptrace.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (C) 2019 Arm Ltd. */ #ifndef __ASM_PVCLOCK_ABI_H #define __ASM_PVCLOCK_ABI_H /* The below structure is defined in ARM DEN0057A */ struct pvclock_vcpu_stolen_time { __le32 revision; __le32 attributes; __le64 stolen_time; /* Structure must be 64 byte aligned, pad...
arch/arm64/include/asm/pvclock-abi.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_RQSPINLOCK_H #define _ASM_RQSPINLOCK_H #include <asm/barrier.h> /* * Hardcode res_smp_cond_load_acquire implementations for arm64 to a custom * version based on [0]. In rqspinlock code, our conditional expression involves * checking the value _and_ additionally a...
arch/arm64/include/asm/rqspinlock.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2024 ARM Ltd. */ #ifndef __ASM_RSI_H_ #define __ASM_RSI_H_ #include <linux/errno.h> #include <linux/jump_label.h> #include <asm/rsi_cmds.h> #define RSI_PDEV_NAME "arm-cca-dev" DECLARE_STATIC_KEY_FALSE(rsi_present); void __init arm64_rsi_init(void); ...
arch/arm64/include/asm/rsi.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2023 ARM Ltd. */ #ifndef __ASM_RSI_CMDS_H #define __ASM_RSI_CMDS_H #include <linux/arm-smccc.h> #include <linux/string.h> #include <asm/memory.h> #include <asm/rsi_smc.h> #define RSI_GRANULE_SHIFT 12 #define RSI_GRANULE_SIZE (_AC(1, UL) << RSI_GRANU...
arch/arm64/include/asm/rsi_cmds.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2023 ARM Ltd. */ #ifndef __ASM_RSI_SMC_H_ #define __ASM_RSI_SMC_H_ #include <linux/arm-smccc.h> /* * This file describes the Realm Services Interface (RSI) Application Binary * Interface (ABI) for SMC calls made from within the Realm to the RMM and ...
arch/arm64/include/asm/rsi_smc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_RUNTIME_CONST_H #define _ASM_RUNTIME_CONST_H #include <asm/cacheflush.h> /* Sigh. You can still run arm64 in BE mode */ #include <asm/byteorder.h> #define runtime_const_ptr(sym) ({ \ typeof(sym) __ret; \ asm_inline("1:\t" \ "movz %0, #0xcdef\n\t" ...
arch/arm64/include/asm/runtime-const.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2020 Google LLC. */ #ifndef __ASM_RWONCE_H #define __ASM_RWONCE_H #if defined(CONFIG_LTO) && !defined(__ASSEMBLER__) #include <linux/compiler_types.h> #include <asm/alternative-macros.h> #ifndef BUILD_VDSO #define __LOAD_RCPC(sfx, regs...) \ ALTERNATI...
arch/arm64/include/asm/rwonce.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_SCS_H #define _ASM_SCS_H #ifdef __ASSEMBLER__ #include <asm/asm-offsets.h> #include <asm/sysreg.h> #ifdef CONFIG_SHADOW_CALL_STACK scs_sp .req x18 .macro scs_load_current get_current_task scs_sp ldr scs_sp, [scs_sp, #TSK_TI_SCS_SP] .endm .macro scs_save tsk...
arch/arm64/include/asm/scs.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ // Copyright (C) 2017 Arm Ltd. #ifndef __ASM_SDEI_H #define __ASM_SDEI_H /* Values for sdei_exit_mode */ #define SDEI_EXIT_HVC 0 #define SDEI_EXIT_SMC 1 #define SDEI_STACK_SIZE IRQ_STACK_SIZE #ifndef __ASSEMBLER__ #include <linux/linkage.h> #include <linux/preempt.h> #inclu...
arch/arm64/include/asm/sdei.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * arch/arm64/include/asm/seccomp.h * * Copyright (C) 2014 Linaro Limited * Author: AKASHI Takahiro <takahiro.akashi@linaro.org> */ #ifndef _ASM_SECCOMP_H #define _ASM_SECCOMP_H #include <asm/unistd_compat_32.h> #ifdef CONFIG_COMPAT #define __NR_seccomp_read_32 __NR...
arch/arm64/include/asm/seccomp.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2016 ARM Limited */ #ifndef __ASM_SECTIONS_H #define __ASM_SECTIONS_H #include <asm-generic/sections.h> extern char __alt_instructions[], __alt_instructions_end[]; extern char __hibernate_exit_text_start[], __hibernate_exit_text_end[]; extern char __hyp...
arch/arm64/include/asm/sections.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2012 ARM Ltd. * Author: Marc Zyngier <marc.zyngier@arm.com> * * Adapted for ARM and earlycon: * Copyright (C) 2014 Linaro Ltd. * Author: Rob Herring <robh@kernel.org> */ #ifndef _ARM64_SEMIHOST_H_ #define _ARM64_SEMIHOST_H_ struct uart_port; static inl...
arch/arm64/include/asm/semihost.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _ASM_ARM64_SET_MEMORY_H #define _ASM_ARM64_SET_MEMORY_H #include <asm/mem_encrypt.h> #include <asm-generic/set_memory.h> bool can_set_direct_map(void); #define can_set_direct_map can_set_direct_map int set_memory_valid(unsigned long addr, int numpages, int enable)...
arch/arm64/include/asm/set_memory.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #ifndef __ARM64_ASM_SETUP_H #define __ARM64_ASM_SETUP_H #include <linux/string.h> #include <uapi/asm/setup.h> /* * These two variables are used in the head.S file. */ extern phys_addr_t __fdt_pointer __initdata; extern u64 __cacheline_aligned boot_args[4]; static inline bool a...
arch/arm64/include/asm/setup.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_SHMPARAM_H #define __ASM_SHMPARAM_H /* * For IPC syscalls from compat tasks, we need to use the legacy 16k * alignment value. Since we don't have aliasing D-caches, the rest of * the time we can safely use PAGE_SIZE. */...
arch/arm64/include/asm/shmparam.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ARM64_ASM_SIGNAL_H #define __ARM64_ASM_SIGNAL_H #include <asm/memory.h> #include <uapi/asm/signal.h> #include <uapi/asm/siginfo.h> static inline void __user *arch_untagged_si_addr(void __user *addr, unsigned long sig, unsigned long si_code) { /* * For ...
arch/arm64/include/asm/signal.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_SIGNAL32_H #define __ASM_SIGNAL32_H #ifdef CONFIG_COMPAT #include <linux/compat.h> struct compat_sigcontext { /* We always set these two fields to 0 */ compat_ulong_t trap_no; compat_ulong_t error_code; compat_ulo...
arch/arm64/include/asm/signal32.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2017 Linaro Ltd. <ard.biesheuvel@linaro.org> */ #ifndef __ASM_SIMD_H #define __ASM_SIMD_H #include <linux/cleanup.h> #include <linux/compiler.h> #include <linux/irqflags.h> #include <linux/percpu.h> #include <linux/preempt.h> #include <linux/types.h> #...
arch/arm64/include/asm/simd.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_SMP_H #define __ASM_SMP_H #include <linux/const.h> /* Values for secondary_data.status */ #define CPU_STUCK_REASON_SHIFT (8) #define CPU_BOOT_STATUS_MASK ((UL(1) << CPU_STUCK_REASON_SHIFT) - 1) #define CPU_MMU_OFF (-1...
arch/arm64/include/asm/smp.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Definitions specific to SMP platforms. * * Copyright (C) 2013 ARM Ltd. */ #ifndef __ASM_SMP_PLAT_H #define __ASM_SMP_PLAT_H #include <linux/cpumask.h> #include <asm/smp.h> #include <asm/types.h> struct mpidr_hash { u64 mask; u32 shift_aff[4]; u32 bits; }; ext...
arch/arm64/include/asm/smp_plat.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_SPARSEMEM_H #define __ASM_SPARSEMEM_H #include <asm/pgtable-prot.h> #define MAX_PHYSMEM_BITS PHYS_MASK_SHIFT #define MAX_POSSIBLE_PHYSMEM_BITS (52) /* * Section size must be at least 512MB for 64K base * page size conf...
arch/arm64/include/asm/sparsemem.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Interface for managing mitigations for Spectre vulnerabilities. * * Copyright (C) 2020 Google LLC * Author: Will Deacon <will@kernel.org> */ #ifndef __ASM_SPECTRE_H #define __ASM_SPECTRE_H #define BP_HARDEN_EL2_SLOTS 4 #define __BP_HARDEN_HYP_VECS_SZ ((BP_HARDEN_E...
arch/arm64/include/asm/spectre.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_SPINLOCK_H #define __ASM_SPINLOCK_H #include <asm/qspinlock.h> #include <asm/qrwlock.h> /* See include/linux/spinlock.h */ #define smp_mb__after_spinlock() smp_mb() /* * Changing this will break osq_lock() thanks to the ...
arch/arm64/include/asm/spinlock.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_SPINLOCK_TYPES_H #define __ASM_SPINLOCK_TYPES_H #if !defined(__LINUX_SPINLOCK_TYPES_RAW_H) && !defined(__ASM_SPINLOCK_H) # error "Please do not include this file directly." #endif #include <asm-generic/qspinlock_types.h> #...
arch/arm64/include/asm/spinlock_types.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_STACK_POINTER_H #define __ASM_STACK_POINTER_H /* * how to get the current stack pointer from C */ register unsigned long current_stack_pointer asm ("sp"); #endif /* __ASM_STACK_POINTER_H */
arch/arm64/include/asm/stack_pointer.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 gcc expects it to be define...
arch/arm64/include/asm/stackprotector.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_STACKTRACE_H #define __ASM_STACKTRACE_H #include <linux/percpu.h> #include <linux/sched.h> #include <linux/sched/task_stack.h> #include <linux/llist.h> #include <asm/memory.h> #include <asm/pointer_auth.h> #include <asm/pt...
arch/arm64/include/asm/stacktrace.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2016 - ARM Ltd * * stage2 page table helpers */ #ifndef __ARM64_S2_PGTABLE_H_ #define __ARM64_S2_PGTABLE_H_ #include <linux/pgtable.h> /* * The hardware supports concatenation of up to 16 tables at stage2 entry * level and we use the feature whenev...
arch/arm64/include/asm/stage2_pgtable.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_STAT_H #define __ASM_STAT_H #include <uapi/asm/stat.h> #ifdef CONFIG_COMPAT #include <linux/time.h> #include <asm/compat.h> /* * struct stat64 is needed for compat tasks only. Its definition is different * from the gen...
arch/arm64/include/asm/stat.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2013 ARM Ltd. */ #ifndef __ASM_STRING_H #define __ASM_STRING_H #if !(defined(CONFIG_KASAN_GENERIC) || defined(CONFIG_KASAN_SW_TAGS)) #define __HAVE_ARCH_STRRCHR extern char *strrchr(const char *, int c); #define __HAVE_ARCH_STRCHR extern char *strchr(co...
arch/arm64/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 #define NR_CTX_REGS 14 #define NR_CALLEE_SAVED_REGS 12 /* * struct cpu_suspend_ctx must be 16-byte aligned since it is allocated on * the stack, which must be 16-byte aligned on v8 */ struct cpu_suspend_ctx { /* * This struct...
arch/arm64/include/asm/suspend.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SYNC_BITOPS_H__ #define __ASM_SYNC_BITOPS_H__ #include <asm/bitops.h> #include <asm/cmpxchg.h> /* sync_bitops functions are equivalent to the SMP implementation of the * original functions, independently from CONFIG_SMP being defined. * * We need them because _s...
arch/arm64/include/asm/sync_bitops.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_SYSCALL_H #define __ASM_SYSCALL_H #include <uapi/linux/audit.h> #include <linux/compat.h> #include <linux/err.h> typedef long (*syscall_fn_t)(const struct pt_regs *regs); extern const syscall_fn_t sys_call_table[]; #ifde...
arch/arm64/include/asm/syscall.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * syscall_wrapper.h - arm64 specific wrappers to syscall definitions * * Based on arch/x86/include/asm_syscall_wrapper.h */ #ifndef __ASM_SYSCALL_WRAPPER_H #define __ASM_SYSCALL_WRAPPER_H #include <asm/ptrace.h> #define SC_ARM64_REGS_TO_ARGS(x, ...) \ __MAP(x,__SC_AR...
arch/arm64/include/asm/syscall_wrapper.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Macros for accessing system registers with older binutils. * * Copyright (C) 2014 ARM Ltd. * Author: Catalin Marinas <catalin.marinas@arm.com> */ #ifndef __ASM_SYSREG_H #define __ASM_SYSREG_H #include <linux/bits.h> #include <linux/stringify.h> #include <linux/kas...
arch/arm64/include/asm/sysreg.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Based on arch/arm/include/asm/system_misc.h * * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_SYSTEM_MISC_H #define __ASM_SYSTEM_MISC_H #ifndef __ASSEMBLER__ #include <linux/compiler.h> #include <linux/linkage.h> #include <linux/irqflags.h> #include <linux/signal.h>...
arch/arm64/include/asm/system_misc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __ASM_PATCHING_H #define __ASM_PATCHING_H #include <linux/types.h> int aarch64_insn_read(void *addr, u32 *insnp); int aarch64_insn_write(void *addr, u32 insn); int aarch64_insn_write_literal_u64(void *addr, u64 val); void *aarch64_insn_set(void *dst, u32 insn, size...
arch/arm64/include/asm/text-patching.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Based on arch/arm/include/asm/thread_info.h * * Copyright (C) 2002 Russell King. * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_THREAD_INFO_H #define __ASM_THREAD_INFO_H #include <linux/compiler.h> #ifndef __ASSEMBLER__ struct task_struct; #include <asm/memory.h...
arch/arm64/include/asm/thread_info.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_TIMEX_H #define __ASM_TIMEX_H #include <asm/arch_timer.h> /* * Use the current timer as a cycle counter since this is what we use for * the delay loop. */ #define get_cycles() arch_timer_read_counter() #include <asm-ge...
arch/arm64/include/asm/timex.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Based on arch/arm/include/asm/tlb.h * * Copyright (C) 2002 Russell King * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_TLB_H #define __ASM_TLB_H #include <linux/pagemap.h> #define tlb_flush tlb_flush static void tlb_flush(struct mmu_gather *tlb); #include <asm-g...
arch/arm64/include/asm/tlb.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ARCH_ARM64_TLBBATCH_H #define _ARCH_ARM64_TLBBATCH_H struct arch_tlbflush_unmap_batch { /* * For arm64, HW can do tlb shootdown, so we don't * need to record cpumask for sending IPI */ }; #endif /* _ARCH_ARM64_TLBBATCH_H */
arch/arm64/include/asm/tlbbatch.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Based on arch/arm/include/asm/tlbflush.h * * Copyright (C) 1999-2003 Russell King * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_TLBFLUSH_H #define __ASM_TLBFLUSH_H #ifndef __ASSEMBLER__ #include <linux/bitfield.h> #include <linux/mm_types.h> #include <linux/sched...
arch/arm64/include/asm/tlbflush.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_TOPOLOGY_H #define __ASM_TOPOLOGY_H #include <linux/cpumask.h> #ifdef CONFIG_NUMA #include <asm/numa.h> struct pci_bus; int pcibus_to_node(struct pci_bus *bus); #define cpumask_of_pcibus(bus) (pcibus_to_node(bus) == -1 ? \ cpu_all_mask : \ cpumask_of...
arch/arm64/include/asm/topology.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2021, Microsoft Corporation. * Pasha Tatashin <pasha.tatashin@soleen.com> */ #ifndef _ASM_TRANS_TABLE_H #define _ASM_TRANS_TABLE_H #include <linux/bits.h> #include <linux/types.h> #include <asm/pgtable-types.h> /* * trans_alloc_page * - Allocator that s...
arch/arm64/include/asm/trans_pgd.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Based on arch/arm/include/asm/traps.h * * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_TRAP_H #define __ASM_TRAP_H #include <linux/list.h> #include <asm/esr.h> #include <asm/ptrace.h> #include <asm/sections.h> #ifdef CONFIG_ARMV8_DEPRECATED bool try_emulate_armv8_d...
arch/arm64/include/asm/traps.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Based on arch/arm/include/asm/uaccess.h * * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_UACCESS_H #define __ASM_UACCESS_H #include <asm/alternative.h> #include <asm/kernel-pgtable.h> #include <asm/sysreg.h> /* * User space memory access functions */ #include <li...
arch/arm64/include/asm/uaccess.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 ARM Ltd. */ #ifdef CONFIG_COMPAT #define __ARCH_WANT_COMPAT_STAT #define __ARCH_WANT_COMPAT_STAT64 #define __ARCH_WANT_SYS_GETHOSTNAME #define __ARCH_WANT_SYS_PAUSE #define __ARCH_WANT_SYS_GETPGRP #define __ARCH_WANT_SYS_NICE #define __ARCH_WANT_SYS_...
arch/arm64/include/asm/unistd.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _UAPI__ASM_ARM_UNISTD_H #define _UAPI__ASM_ARM_UNISTD_H #include <asm/unistd_32.h> #define __NR_sync_file_range2 __NR_arm_sync_file_range #endif /* _UAPI__ASM_ARM_UNISTD_H */
arch/arm64/include/asm/unistd32.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2014-2016 Pratyush Anand <panand@redhat.com> */ #ifndef _ASM_UPROBES_H #define _ASM_UPROBES_H #include <asm/debug-monitors.h> #include <asm/insn.h> #include <asm/probes.h> #define UPROBE_SWBP_INSN cpu_to_le32(BRK64_OPCODE_UPROBES) #define UPROBE_SWBP_I...
arch/arm64/include/asm/uprobes.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 ARM Limited */ #ifndef __ASM_VDSO_H #define __ASM_VDSO_H #define __VDSO_PAGES 4 #ifndef __ASSEMBLER__ #include <generated/vdso-offsets.h> #define VDSO_SYMBOL(base, name) \ ({ \ (void *)(vdso_offset_##name + (unsigned long)(...
arch/arm64/include/asm/vdso.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2022 ARM Ltd. */ #ifndef __ASM_VECTORS_H #define __ASM_VECTORS_H #include <linux/bug.h> #include <linux/percpu.h> #include <asm/fixmap.h> extern char vectors[]; extern char tramp_vectors[]; extern char __bp_harden_el1_vectors[]; /* * Note: the order ...
arch/arm64/include/asm/vectors.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 ARM Ltd. */ #ifndef _ASM_VERMAGIC_H #define _ASM_VERMAGIC_H #define MODULE_ARCH_VERMAGIC "aarch64" #endif /* _ASM_VERMAGIC_H */
arch/arm64/include/asm/vermagic.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 ARM Ltd. * Author: Marc Zyngier <marc.zyngier@arm.com> */ #ifndef __ASM__VIRT_H #define __ASM__VIRT_H /* * The arm64 hcall implementation uses x0 to specify the hcall * number. A value less than HVC_STUB_HCALL_NR indicates a special * hcall, su...
arch/arm64/include/asm/virt.h
null
null
null
null
null
source
linux
#ifndef _ASM_ARM64_VMALLOC_H #define _ASM_ARM64_VMALLOC_H #include <asm/page.h> #include <asm/pgtable.h> #ifdef CONFIG_HAVE_ARCH_HUGE_VMAP #define arch_vmap_pud_supported arch_vmap_pud_supported static inline bool arch_vmap_pud_supported(pgprot_t prot) { return pud_sect_supported(); } #define arch_vmap_pmd_support...
arch/arm64/include/asm/vmalloc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ // Copyright (C) 2017 Arm Ltd. #ifndef __ASM_VMAP_STACK_H #define __ASM_VMAP_STACK_H #include <linux/gfp.h> #include <linux/vmalloc.h> #include <linux/pgtable.h> #include <asm/memory.h> #include <asm/thread_info.h> /* * To ensure that VMAP'd stack overflow detection works corre...
arch/arm64/include/asm/vmap_stack.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * System register offsets in the VNCR page * All offsets are *byte* displacements! */ #ifndef __ARM64_VNCR_MAPPING_H__ #define __ARM64_VNCR_MAPPING_H__ #define VNCR_VTTBR_EL2 0x020 #define VNCR_VTCR_EL2 0x040 #define VNCR_VMPIDR_EL2 0x050 #define...
arch/arm64/include/asm/vncr_mapping.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2013 ARM Ltd. */ #ifndef __ASM_WORD_AT_A_TIME_H #define __ASM_WORD_AT_A_TIME_H #include <linux/uaccess.h> #ifndef __AARCH64EB__ #include <linux/bitops.h> #include <linux/wordpart.h> struct word_at_a_time { const unsigned long one_bits, high_bits; }; ...
arch/arm64/include/asm/word-at-a-time.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * arch/arm64/include/asm/xor.h * * Authors: Jackie Liu <liuyun01@kylinos.cn> * Copyright (C) 2018,Tianjin KYLIN Information Technology Co., Ltd. */ #include <linux/hardirq.h> #include <asm-generic/xor.h> #include <asm/hwcap.h> #include <asm/simd.h> #ifdef CONFIG_KER...
arch/arm64/include/asm/xor.h
null
null
null
null
null