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 */ /* * CP Assist for Cryptographic Functions (CPACF) * * Copyright IBM Corp. 2003, 2023 * Author(s): Thomas Spatzier * Jan Glauber * Harald Freudenberger (freude@de.ibm.com) * Martin Schwidefsky <schwidefsky@de.ibm.com> */ #ifndef _ASM_S390_CPACF_H #define ...
arch/s390/include/asm/cpacf.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * S390 version * Copyright IBM Corp. 1999 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com), * Christian Borntraeger (cborntra@de.ibm.com), */ #ifndef _ASM_S390_CPCMD_H #define _ASM_S390_CPCMD_H /* * the lowlevel function for cpcmd */ int __...
arch/s390/include/asm/cpcmd.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright IBM Corp. 2000, 2009 * Author(s): Hartmut Penner <hp@de.ibm.com>, * Martin Schwidefsky <schwidefsky@de.ibm.com>, * Christian Ehrhardt <ehrhardt@de.ibm.com>, */ #ifndef _ASM_S390_CPU_H #define _ASM_S390_CPU_H #ifndef __ASSEMBLER__ #include <linux/ty...
arch/s390/include/asm/cpu.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Support for CPU-MF instructions * * Copyright IBM Corp. 2019 * Author(s): Hendrik Brueckner <brueckner@linux.vnet.ibm.com> */ #ifndef _ASM_S390_CPU_MF_INSN_H #define _ASM_S390_CPU_MF_INSN_H #ifdef __ASSEMBLER__ /* Macro to generate the STCCTM instruction with a customi...
arch/s390/include/asm/cpu_mf-insn.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * CPU-measurement facilities * * Copyright IBM Corp. 2012, 2018 * Author(s): Hendrik Brueckner <brueckner@linux.vnet.ibm.com> * Jan Glauber <jang@linux.vnet.ibm.com> */ #ifndef _ASM_S390_CPU_MF_H #define _ASM_S390_CPU_MF_H #include <linux/errno.h> #include <linu...
arch/s390/include/asm/cpu_mf.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Module interface for CPU features * * Copyright IBM Corp. 2015, 2022 * Author(s): Hendrik Brueckner <brueckner@linux.vnet.ibm.com> */ #ifndef __ASM_S390_CPUFEATURE_H #define __ASM_S390_CPUFEATURE_H #include <asm/facility.h> enum { S390_CPU_FEATURE_MSA, S390_CPU_FEAT...
arch/s390/include/asm/cpufeature.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright IBM Corp. 2004 * * Author: Martin Schwidefsky <schwidefsky@de.ibm.com> */ #ifndef _S390_CPUTIME_H #define _S390_CPUTIME_H #include <linux/types.h> #include <asm/timex.h> /* * Convert cputime to nanoseconds. */ #define cputime_to_nsecs(cputime) tod_to_ns(c...
arch/s390/include/asm/cputime.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Data definitions for channel report processing * Copyright IBM Corp. 2000, 2009 * Author(s): Ingo Adlung <adlung@de.ibm.com>, * Martin Schwidefsky <schwidefsky@de.ibm.com>, * Cornelia Huck <cornelia.huck@de.ibm.com>, */ #ifndef _ASM_S390_CRW_H #define _ASM_...
arch/s390/include/asm/crw.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_CSS_CHARS_H #define _ASM_CSS_CHARS_H #include <linux/types.h> struct css_general_char { u64 : 12; u64 dynio : 1; /* bit 12 */ u64 : 4; u64 eadm : 1; /* bit 17 */ u64 : 23; u64 aif : 1; /* bit 41 */ u64 : 3; u64 mcss : 1; /* bit 45 */ u64 fcs : 1; /* bi...
arch/s390/include/asm/css_chars.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright IBM Corp. 1999, 2009 * * Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com> */ #ifndef __ASM_S390_CTLREG_H #define __ASM_S390_CTLREG_H #include <linux/bits.h> #define CR0_TRANSACTIONAL_EXECUTION_BIT (63 - 8) #define CR0_CLOCK_COMPARATOR_SIGN_BIT (63 - 1...
arch/s390/include/asm/ctlreg.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * S390 version * Copyright IBM Corp. 1999 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) * * Derived from "include/asm-i386/current.h" */ #ifndef _S390_CURRENT_H #define _S390_CURRENT_H #include <asm/lowcore.h> #include <asm/machine.h> struct task_str...
arch/s390/include/asm/current.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * DAT table and related structures * * Copyright IBM Corp. 2024 * */ #ifndef _S390_DAT_BITS_H #define _S390_DAT_BITS_H /* * vaddress union in order to easily decode a virtual address into its * region first index, region second index etc. parts. */ union vaddress { u...
arch/s390/include/asm/dat-bits.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * S/390 debug facility * * Copyright IBM Corp. 1999, 2020 */ #ifndef _ASM_S390_DEBUG_H #define _ASM_S390_DEBUG_H #include <linux/string.h> #include <linux/spinlock.h> #include <linux/kernel.h> #include <linux/time.h> #include <linux/refcount.h> #include <linux/fs.h> #...
arch/s390/include/asm/debug.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * S390 version * Copyright IBM Corp. 1999 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) * * Derived from "include/asm-i386/delay.h" * Copyright (C) 1993 Linus Torvalds * * Delay routines calling functions in arch/s390/lib/delay.c */ #ifndef _S3...
arch/s390/include/asm/delay.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * s390 diagnose functions * * Copyright IBM Corp. 2007 * Author(s): Michael Holzheu <holzheu@de.ibm.com> */ #ifndef _ASM_S390_DIAG_H #define _ASM_S390_DIAG_H #include <linux/if_ether.h> #include <linux/percpu.h> #include <asm/asm-extable.h> #include <asm/sclp.h> #include...
arch/s390/include/asm/diag.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_S390_DIAG288_H #define _ASM_S390_DIAG288_H #include <asm/asm-extable.h> #include <asm/types.h> #define MIN_INTERVAL 15 /* Minimal time supported by diag288 */ #define MAX_INTERVAL 3600 /* One hour should be enough - pure estimation */ #define WDT_DEFAULT_TIM...
arch/s390/include/asm/diag288.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Disassemble s390 instructions. * * Copyright IBM Corp. 2007 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com), */ #ifndef __ASM_S390_DIS_H__ #define __ASM_S390_DIS_H__ #include <asm/dis-defs.h> static inline int insn_length(unsigned char code) { return ((((int...
arch/s390/include/asm/dis.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_S390_DMA_TYPES_H_ #define _ASM_S390_DMA_TYPES_H_ #include <linux/types.h> #include <linux/io.h> /* * typedef dma32_t * Contains a 31 bit absolute address to a DMA capable piece of storage. * * For CIO, DMA addresses are always absolute addresses. These addresse...
arch/s390/include/asm/dma-types.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_S390_DMA_H #define _ASM_S390_DMA_H #include <linux/io.h> /* * MAX_DMA_ADDRESS is ambiguous because on s390 its completely unrelated * to DMA. It _is_ used for the s390 memory zone split at 2GB caused * by the 31 bit heritage. */ #define MAX_DMA_ADDRESS __va(0x8...
arch/s390/include/asm/dma.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_S390_DWARF_H #define _ASM_S390_DWARF_H #ifdef __ASSEMBLER__ #define CFI_STARTPROC .cfi_startproc #define CFI_ENDPROC .cfi_endproc #define CFI_DEF_CFA_OFFSET .cfi_def_cfa_offset #define CFI_ADJUST_CFA_OFFSET .cfi_adjust_cfa_offset #define CFI_RESTORE .cfi_restore ...
arch/s390/include/asm/dwarf.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_S390_EADM_H #define _ASM_S390_EADM_H #include <linux/types.h> #include <linux/device.h> #include <linux/blk_types.h> #include <asm/dma-types.h> struct arqb { u64 data; u16 fmt:4; u16:12; u16 cmd_code; u16:16; u16 msb_count; u32 reserved[12]; } __packed; #def...
arch/s390/include/asm/eadm.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * EBCDIC -> ASCII, ASCII -> EBCDIC conversion routines. * * S390 version * Copyright IBM Corp. 1999 * Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com> */ #ifndef _EBCDIC_H #define _EBCDIC_H #include <linux/types.h> extern __u8 _ascebc_500[256]; /* ASC...
arch/s390/include/asm/ebcdic.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * S390 version * * Derived from "include/asm-i386/elf.h" */ #ifndef __ASMS390_ELF_H #define __ASMS390_ELF_H /* s390 relocations defined by the ABIs */ #define R_390_NONE 0 /* No reloc. */ #define R_390_8 1 /* Direct 8 bit. */ #define R_390_12 2 /* Direct 12 bit. ...
arch/s390/include/asm/elf.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef ARCH_S390_ENTRY_COMMON_H #define ARCH_S390_ENTRY_COMMON_H #include <linux/sched.h> #include <linux/audit.h> #include <linux/randomize_kstack.h> #include <linux/processor.h> #include <linux/uaccess.h> #include <asm/timex.h> #include <asm/fpu.h> #include <asm/pai.h> #defin...
arch/s390/include/asm/entry-common.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright IBM Corp. 1999, 2009 * * Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com> */ #ifndef __ASM_EXEC_H #define __ASM_EXEC_H extern unsigned long arch_align_stack(unsigned long sp); #endif /* __ASM_EXEC_H */
arch/s390/include/asm/exec.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __S390_EXTABLE_H #define __S390_EXTABLE_H #include <asm/ptrace.h> #include <linux/compiler.h> /* * The exception table consists of three addresses: * * - Address of an instruction that is allowed to fault. * - Address at which the program should continue. * - Option...
arch/s390/include/asm/extable.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * definitions for external memory segment support * Copyright IBM Corp. 2003 */ #ifndef _ASM_S390X_DCSS_H #define _ASM_S390X_DCSS_H #ifndef __ASSEMBLER__ /* * DCSS segment is defined as a contiguous range of pages using DEFSEG command. * The range start and end is a pa...
arch/s390/include/asm/extmem.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright IBM Corp. 1999, 2009 * * Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com> */ #ifndef __ASM_FACILITY_H #define __ASM_FACILITY_H #include <asm/facility-defs.h> #include <linux/minmax.h> #include <linux/string.h> #include <linux/types.h> #include <linux/pr...
arch/s390/include/asm/facility.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright IBM Corp. 1999, 2023 */ #ifndef _ASM_S390_FAULT_H #define _ASM_S390_FAULT_H union teid { unsigned long val; struct { unsigned long addr : 52; /* Translation-exception Address */ unsigned long fsi : 2; /* Access Exception Fetch/Store Indication */ uns...
arch/s390/include/asm/fault.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Functions for assembling fcx enabled I/O control blocks. * * Copyright IBM Corp. 2008 * Author(s): Peter Oberparleiter <peter.oberparleiter@de.ibm.com> */ #ifndef _ASM_S390_FCX_H #define _ASM_S390_FCX_H #include <linux/types.h> #include <asm/dma-types.h> #defin...
arch/s390/include/asm/fcx.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_S390_FPROBE_H #define _ASM_S390_FPROBE_H #include <asm-generic/fprobe.h> #undef FPROBE_HEADER_MSB_PATTERN #define FPROBE_HEADER_MSB_PATTERN 0 #endif /* _ASM_S390_FPROBE_H */
arch/s390/include/asm/fprobe.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Support for Vector Instructions * * Assembler macros to generate .byte/.word code for particular * vector instructions that are supported by recent binutils (>= 2.26) only. * * Copyright IBM Corp. 2015 * Author(s): Hendrik Brueckner <brueckner@linux.vnet.ibm.com> */ ...
arch/s390/include/asm/fpu-insn-asm.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Support for Floating Point and Vector Instructions * */ #ifndef __ASM_S390_FPU_INSN_H #define __ASM_S390_FPU_INSN_H #include <asm/fpu-insn-asm.h> #ifndef __ASSEMBLER__ #include <linux/instrumented.h> #include <linux/kmsan.h> #include <asm/asm-extable.h> asm(".include ...
arch/s390/include/asm/fpu-insn.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * FPU data structures * * Copyright IBM Corp. 2015 * Author(s): Hendrik Brueckner <brueckner@linux.vnet.ibm.com> */ #ifndef _ASM_S390_FPU_TYPES_H #define _ASM_S390_FPU_TYPES_H #include <asm/sigcontext.h> struct fpu { u32 fpc; __vector128 vxrs[__NUM_VXRS] __aligned(8);...
arch/s390/include/asm/fpu-types.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * In-kernel FPU support functions * * * Consider these guidelines before using in-kernel FPU functions: * * 1. Use kernel_fpu_begin() and kernel_fpu_end() to enclose all in-kernel * use of floating-point or vector registers and instructions. * * 2. For kernel_fpu...
arch/s390/include/asm/fpu.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_S390_FTRACE_H #define _ASM_S390_FTRACE_H #define ARCH_SUPPORTS_FTRACE_OPS 1 #define MCOUNT_INSN_SIZE 6 #ifndef __ASSEMBLER__ #include <asm/stacktrace.h> static __always_inline unsigned long return_address(unsigned int n) { struct stack_frame *sf; if (!n) retur...
arch/s390/include/asm/ftrace.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef DIV_ROUND_UP #define DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d)) #endif #define SIZEOF_MCOUNT_LOC_ENTRY 8 #define SIZEOF_FTRACE_HOTPATCH_TRAMPOLINE 24 #define FTRACE_HOTPATCH_TRAMPOLINES_SIZE(n) \ DIV_ROUND_UP(SIZEOF_FTRACE_HOTPATCH_TRAMPOLINE * (n), \ ...
arch/s390/include/asm/ftrace.lds.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_S390_FUTEX_H #define _ASM_S390_FUTEX_H #include <linux/instrumented.h> #include <linux/uaccess.h> #include <linux/futex.h> #include <asm/asm-extable.h> #include <asm/mmu_context.h> #include <asm/errno.h> #define FUTEX_OP_FUNC(name, insn) \ static uaccess_kmsan_...
arch/s390/include/asm/futex.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Helper functions for KVM guest address space mapping code * * Copyright IBM Corp. 2025 */ #ifndef _ASM_S390_GMAP_HELPERS_H #define _ASM_S390_GMAP_HELPERS_H void gmap_helper_zap_one_page(struct mm_struct *mm, unsigned long vmaddr); void gmap_helper_discard(struct mm_...
arch/s390/include/asm/gmap_helpers.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * S390 version * Copyright IBM Corp. 1999, 2000 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com), * Denis Joseph Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com) * * Derived from "include/asm-i386/hardirq.h" */ #ifndef __ASM_HARDIRQ_H #defi...
arch/s390/include/asm/hardirq.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright IBM Corp. 2024 */ #ifndef _ASM_HIPERDISPATCH_H #define _ASM_HIPERDISPATCH_H void hd_reset_state(void); void hd_add_core(int cpu); void hd_disable_hiperdispatch(void); int hd_enable_hiperdispatch(void); #endif /* _ASM_HIPERDISPATCH_H */
arch/s390/include/asm/hiperdispatch.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * IBM System z Huge TLB Page Support for Kernel. * * Copyright IBM Corp. 2008 * Author(s): Gerald Schaefer <gerald.schaefer@de.ibm.com> */ #ifndef _ASM_S390_HUGETLB_H #define _ASM_S390_HUGETLB_H #include <linux/cpufeature.h> #include <linux/pgtable.h> #include <li...
arch/s390/include/asm/hugetlb.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _HW_IRQ_H #define _HW_IRQ_H #include <linux/msi.h> #include <linux/pci.h> void __init init_airq_interrupts(void); void __init init_cio_interrupts(void); #endif
arch/s390/include/asm/hw_irq.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Author(s)......: Holger Smolinski <Holger.Smolinski@de.ibm.com> * Martin Schwidefsky <schwidefsky@de.ibm.com> * Bugreports.to..: <Linux390@de.ibm.com> * Copyright IBM Corp. 2000 * * History of changes * 07/24/00 new file * 05/04/02 code restructuring. */ #ifnde...
arch/s390/include/asm/idals.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright IBM Corp. 2014 * * Author: Martin Schwidefsky <schwidefsky@de.ibm.com> */ #ifndef _S390_IDLE_H #define _S390_IDLE_H #include <linux/types.h> #include <linux/device.h> struct s390_idle_data { unsigned long idle_count; unsigned long idle_time; unsigned lon...
arch/s390/include/asm/idle.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * S390 version * Copyright IBM Corp. 1999 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) * * Derived from "include/asm-i386/io.h" */ #ifndef _S390_IO_H #define _S390_IO_H #include <linux/kernel.h> #include <asm/page.h> #include <asm/pgtable.h> #include...
arch/s390/include/asm/io.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * s390 (re)ipl support * * Copyright IBM Corp. 2007 */ #ifndef _ASM_S390_IPL_H #define _ASM_S390_IPL_H #include <asm/lowcore.h> #include <asm/types.h> #include <asm/cio.h> #include <asm/setup.h> #include <asm/page.h> #include <uapi/asm/ipl.h> struct ipl_parameter_block {...
arch/s390/include/asm/ipl.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_IRQ_H #define _ASM_IRQ_H #define EXT_INTERRUPT 0 #define IO_INTERRUPT 1 #define THIN_INTERRUPT 2 #define NR_IRQS_BASE 3 #define NR_IRQS NR_IRQS_BASE #define NR_IRQS_LEGACY NR_IRQS_BASE /* External interruption codes */ #define EXT_IRQ_INTERRUPT_KEY 0x0040 #define ...
arch/s390/include/asm/irq.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_S390_IRQ_WORK_H #define _ASM_S390_IRQ_WORK_H static inline bool arch_irq_work_has_interrupt(void) { return true; } #endif /* _ASM_S390_IRQ_WORK_H */
arch/s390/include/asm/irq_work.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright IBM Corp. 2006, 2010 * Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com> */ #ifndef __ASM_IRQFLAGS_H #define __ASM_IRQFLAGS_H #include <linux/types.h> #define ARCH_IRQ_ENABLED (3UL << (BITS_PER_LONG - 8)) /* store then OR system mask. */ #define __...
arch/s390/include/asm/irqflags.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_S390_ISC_H #define _ASM_S390_ISC_H #include <linux/types.h> /* * I/O interruption subclasses used by drivers. * Please add all used iscs here so that it is possible to distribute * isc usage between drivers. * Reminder: 0 is highest priority, 7 lowest. */ #defi...
arch/s390/include/asm/isc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Functions for incremental construction of fcx enabled I/O control blocks. * * Copyright IBM Corp. 2008 * Author(s): Peter Oberparleiter <peter.oberparleiter@de.ibm.com> */ #ifndef _ASM_S390_ITCW_H #define _ASM_S390_ITCW_H #include <linux/types.h> #include <asm/f...
arch/s390/include/asm/itcw.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_S390_JUMP_LABEL_H #define _ASM_S390_JUMP_LABEL_H #define HAVE_JUMP_LABEL_BATCH #ifndef __ASSEMBLER__ #include <linux/types.h> #include <linux/stringify.h> #define JUMP_LABEL_NOP_SIZE 6 #ifdef CONFIG_CC_IS_CLANG #define JUMP_LABEL_STATIC_KEY_CONSTRAINT "i" #elif _...
arch/s390/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 #include <linux/const.h> #ifdef CONFIG_KASAN #define KASAN_SHADOW_SCALE_SHIFT 3 #define KASAN_SHADOW_SIZE \ (_AC(1, UL) << (_REGION1_SHIFT - KASAN_SHADOW_SCALE_SHIFT)) #define KASAN_SHADOW_OFFSET _AC(CONFIG_KASAN_SHADOW_O...
arch/s390/include/asm/kasan.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _S390_KDEBUG_H #define _S390_KDEBUG_H /* * Feb 2006 Ported to s390 <grundym@us.ibm.com> */ struct pt_regs; enum die_val { DIE_OOPS = 1, DIE_BPT, DIE_SSTEP, DIE_PANIC, DIE_NMI, DIE_DIE, DIE_NMIWATCHDOG, DIE_KERNELDEBUG, DIE_TRAP, DIE_GPF, DIE_CALL, DIE_NMI_...
arch/s390/include/asm/kdebug.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright IBM Corp. 2005 * * Author(s): Rolf Adelsberger <adelsberger@de.ibm.com> * */ #ifndef _S390_KEXEC_H #define _S390_KEXEC_H #include <linux/module.h> #include <asm/processor.h> #include <asm/page.h> #include <asm/setup.h> /* * KEXEC_SOURCE_MEMORY_LIMIT maximum...
arch/s390/include/asm/kexec.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_S390_KFENCE_H #define _ASM_S390_KFENCE_H #include <linux/mm.h> #include <linux/kfence.h> #include <asm/set_memory.h> #include <asm/page.h> void __kernel_map_pages(struct page *page, int numpages, int enable); static __always_inline bool arch_kfence_init_pool(void)...
arch/s390/include/asm/kfence.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_S390_KMSAN_H #define _ASM_S390_KMSAN_H #include <asm/lowcore.h> #include <asm/page.h> #include <linux/kmsan.h> #include <linux/mmzone.h> #include <linux/stddef.h> #ifndef MODULE static inline bool is_lowcore_addr(void *addr) { return addr >= (void *)get_lowcore() ...
arch/s390/include/asm/kmsan.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0+ */ #ifndef _ASM_S390_KPROBES_H #define _ASM_S390_KPROBES_H /* * Kernel Probes (KProbes) * * Copyright IBM Corp. 2002, 2006 * * 2002-Oct Created by Vamsi Krishna S <vamsi_krishna@in.ibm.com> Kernel * Probes initial implementation ( includes suggestions from * Rusty Russell)...
arch/s390/include/asm/kprobes.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * definition for kernel virtual machines on s390 * * Copyright IBM Corp. 2008, 2018 * * Author(s): Carsten Otte <cotte@de.ibm.com> */ #ifndef ASM_KVM_HOST_H #define ASM_KVM_HOST_H #include <linux/types.h> #include <linux/hrtimer.h> #include <linux/interrupt.h> #incl...
arch/s390/include/asm/kvm_host.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_KVM_HOST_TYPES_H #define _ASM_KVM_HOST_TYPES_H #include <linux/atomic.h> #include <linux/types.h> #define KVM_S390_BSCA_CPU_SLOTS 64 #define KVM_S390_ESCA_CPU_SLOTS 248 #define SIGP_CTRL_C 0x80 #define SIGP_CTRL_SCN_MASK 0x3f union bsca_sigp_ctrl { __u8 value; ...
arch/s390/include/asm/kvm_host_types.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * definition for paravirtual devices on s390 * * Copyright IBM Corp. 2008 * * Author(s): Christian Borntraeger <borntraeger@de.ibm.com> */ /* * Hypercalls for KVM on s390. The calling convention is similar to the * s390 ABI, so we use R2-R6 for parameters 1-5. In add...
arch/s390/include/asm/kvm_para.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_LINKAGE_H #define __ASM_LINKAGE_H #include <linux/stringify.h> #define __ALIGN .balign CONFIG_FUNCTION_ALIGNMENT, 0x07 #define __ALIGN_STR __stringify(__ALIGN) #endif
arch/s390/include/asm/linkage.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright IBM Corp. 1999, 2012 * Author(s): Hartmut Penner <hp@de.ibm.com>, * Martin Schwidefsky <schwidefsky@de.ibm.com>, * Denis Joseph Barrow, */ #ifndef _ASM_S390_LOWCORE_H #define _ASM_S390_LOWCORE_H #include <linux/types.h> #include <asm/machine.h> #inc...
arch/s390/include/asm/lowcore.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_S390_MACCESS_H #define __ASM_S390_MACCESS_H #include <linux/types.h> #define MEMCPY_REAL_SIZE PAGE_SIZE #define MEMCPY_REAL_MASK PAGE_MASK struct iov_iter; extern unsigned long __memcpy_real_area; extern pte_t *memcpy_real_ptep; size_t memcpy_real_iter(struct iov...
arch/s390/include/asm/maccess.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright IBM Corp. 2024 */ #ifndef __ASM_S390_MACHINE_H #define __ASM_S390_MACHINE_H #include <linux/const.h> #define MFEATURE_LOWCORE 0 #define MFEATURE_PCI_MIO 1 #define MFEATURE_SCC 2 #define MFEATURE_TLB_GUEST 3 #define MFEATURE_TX 4 #define MFEATURE_ESOP 5 #defi...
arch/s390/include/asm/machine.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_S390_MARCH_H #define __ASM_S390_MARCH_H #include <linux/kconfig.h> #define MARCH_HAS_Z10_FEATURES 1 #ifndef __DECOMPRESSOR #ifdef CONFIG_HAVE_MARCH_Z196_FEATURES #define MARCH_HAS_Z196_FEATURES 1 #endif #ifdef CONFIG_HAVE_MARCH_ZEC12_FEATURES #define MARCH_HAS_...
arch/s390/include/asm/march.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef S390_MEM_ENCRYPT_H__ #define S390_MEM_ENCRYPT_H__ #ifndef __ASSEMBLER__ int set_memory_encrypted(unsigned long vaddr, int numpages); int set_memory_decrypted(unsigned long vaddr, int numpages); #endif /* __ASSEMBLER__ */ #endif /* S390_MEM_ENCRYPT_H__ */
arch/s390/include/asm/mem_encrypt.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __MMU_H #define __MMU_H #include <linux/cpumask.h> #include <linux/errno.h> #include <asm/asm-extable.h> typedef struct { spinlock_t lock; cpumask_t cpu_attach_mask; atomic_t flush_count; unsigned int flush_mm; struct list_head gmap_list; unsigned long gmap_asce; ...
arch/s390/include/asm/mmu.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * S390 version * * Derived from "include/asm-i386/mmu_context.h" */ #ifndef __S390_MMU_CONTEXT_H #define __S390_MMU_CONTEXT_H #include <asm/pgalloc.h> #include <linux/uaccess.h> #include <linux/mm_types.h> #include <asm/tlbflush.h> #include <asm/ctlreg.h> #include <asm/...
arch/s390/include/asm/mmu_context.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_S390_MODULE_H #define _ASM_S390_MODULE_H #include <asm-generic/module.h> /* * This file contains the s390 architecture specific module code. */ struct mod_arch_syminfo { unsigned long got_offset; unsigned long plt_offset; int got_initialized; int plt_initiali...
arch/s390/include/asm/module.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_S390_MSI_H #define _ASM_S390_MSI_H #include <asm-generic/msi.h> /* * Work around S390 not using irq_domain at all so we can't set * IRQ_DOMAIN_FLAG_ISOLATED_MSI. See for an explanation how it works: * * https://lore.kernel.org/r/31af8174-35e9-ebeb-b9ef-74c90d4bfd...
arch/s390/include/asm/msi.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Machine check handler definitions * * Copyright IBM Corp. 2000, 2009 * Author(s): Ingo Adlung <adlung@de.ibm.com>, * Martin Schwidefsky <schwidefsky@de.ibm.com>, * Cornelia Huck <cornelia.huck@de.ibm.com>, */ #ifndef _ASM_S390_NMI_H #define _ASM_S390_NMI_H...
arch/s390/include/asm/nmi.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_S390_EXPOLINE_H #define _ASM_S390_EXPOLINE_H #ifndef __ASSEMBLER__ #include <linux/types.h> #include <asm/facility.h> extern int nospec_disable; extern int nobp; static inline bool nobp_enabled(void) { if (__is_defined(__DECOMPRESSOR)) return false; return nob...
arch/s390/include/asm/nospec-branch.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_S390_NOSPEC_ASM_H #define _ASM_S390_NOSPEC_ASM_H #include <linux/linkage.h> #include <linux/export.h> #include <asm/dwarf.h> #ifdef __ASSEMBLER__ #ifdef CC_USING_EXPOLINE /* * The expoline macros are used to create thunks in the same format * as gcc generates th...
arch/s390/include/asm/nospec-insn.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * NUMA support for s390 * * Declare the NUMA core code structures and functions. * * Copyright IBM Corp. 2015 */ #ifndef _ASM_S390_NUMA_H #define _ASM_S390_NUMA_H #ifdef CONFIG_NUMA #include <linux/numa.h> void numa_setup(void); #else static inline void numa_setup(v...
arch/s390/include/asm/numa.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * OS info memory interface * * Copyright IBM Corp. 2012 * Author(s): Michael Holzheu <holzheu@linux.vnet.ibm.com> */ #ifndef _ASM_S390_OS_INFO_H #define _ASM_S390_OS_INFO_H #include <linux/uio.h> #define OS_INFO_VERSION_MAJOR 1 #define OS_INFO_VERSION_MINOR 1 #define OS_...
arch/s390/include/asm/os_info.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright IBM Corp. 2017 * Author(s): Claudio Imbrenda <imbrenda@linux.vnet.ibm.com> */ #ifndef PAGE_STATES_H #define PAGE_STATES_H #include <asm/page.h> #define ESSA_GET_STATE 0 #define ESSA_SET_STABLE 1 #define ESSA_SET_UNUSED 2 #define ESSA_SET_VOLATILE ...
arch/s390/include/asm/page-states.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * S390 version * Copyright IBM Corp. 1999, 2000 * Author(s): Hartmut Penner (hp@de.ibm.com) */ #ifndef _S390_PAGE_H #define _S390_PAGE_H #include <linux/const.h> #include <asm/types.h> #include <asm/asm.h> #include <vdso/page.h> #define PAGE_DEFAULT_ACC _AC(0, UL...
arch/s390/include/asm/page.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Processor Activity Instrumentation support for cryptography counters * * Copyright IBM Corp. 2022 * Author(s): Thomas Richter <tmricht@linux.ibm.com> */ #ifndef _ASM_S390_PAI_H #define _ASM_S390_PAI_H #include <linux/jump_label.h> #include <asm/lowcore.h> #include <as...
arch/s390/include/asm/pai.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_S390_PCI_H #define __ASM_S390_PCI_H #include <linux/pci.h> #include <linux/mutex.h> #include <linux/iommu.h> #include <linux/irqdomain.h> #include <linux/pci_hotplug.h> #include <asm/pci_clp.h> #include <asm/pci_debug.h> #include <asm/pci_insn.h> #include <asm/sclp....
arch/s390/include/asm/pci.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_S390_PCI_CLP_H #define _ASM_S390_PCI_CLP_H #include <asm/clp.h> /* * Call Logical Processor - Command Codes */ #define CLP_SLPC 0x0001 #define CLP_LIST_PCI 0x0002 #define CLP_QUERY_PCI_FN 0x0003 #define CLP_QUERY_PCI_FNGRP 0x0004 #define CLP_SET_PCI_FN 0x0005 ...
arch/s390/include/asm/pci_clp.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _S390_ASM_PCI_DEBUG_H #define _S390_ASM_PCI_DEBUG_H #include <asm/debug.h> extern debug_info_t *pci_debug_msg_id; extern debug_info_t *pci_debug_err_id; #define zpci_dbg(imp, fmt, args...) \ debug_sprintf_event(pci_debug_msg_id, imp, fmt, ##args) #define zpci_err(t...
arch/s390/include/asm/pci_debug.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_S390_PCI_DMA_H #define _ASM_S390_PCI_DMA_H /* I/O Translation Anchor (IOTA) */ enum zpci_ioat_dtype { ZPCI_IOTA_STO = 0, ZPCI_IOTA_RTTO = 1, ZPCI_IOTA_RSTO = 2, ZPCI_IOTA_RFTO = 3, ZPCI_IOTA_PFAA = 4, ZPCI_IOTA_IOPFAA = 5, ZPCI_IOTA_IOPTO = 7 }; #define ZPCI_...
arch/s390/include/asm/pci_dma.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_S390_PCI_INSN_H #define _ASM_S390_PCI_INSN_H #include <linux/jump_label.h> /* Load/Store status codes */ #define ZPCI_PCI_ST_FUNC_NOT_ENABLED 4 #define ZPCI_PCI_ST_FUNC_IN_ERR 8 #define ZPCI_PCI_ST_BLOCKED 12 #define ZPCI_PCI_ST_INSUF_RES 16 #define ZPCI_PCI_...
arch/s390/include/asm/pci_insn.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_S390_PCI_IO_H #define _ASM_S390_PCI_IO_H #ifdef CONFIG_PCI #include <linux/kernel.h> #include <linux/slab.h> #include <asm/pci_insn.h> /* I/O size constraints */ #define ZPCI_MAX_READ_SIZE 8 #define ZPCI_MAX_WRITE_SIZE 128 #define ZPCI_BOUNDARY_SIZE (1 << 12) #defi...
arch/s390/include/asm/pci_io.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ARCH_S390_PERCPU__ #define __ARCH_S390_PERCPU__ #include <linux/preempt.h> #include <asm/cmpxchg.h> #include <asm/march.h> /* * s390 uses its own implementation for per cpu data, the offset of * the cpu local data area is cached in the cpu's lowcore memory. */ #defi...
arch/s390/include/asm/percpu.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Performance event support - s390 specific definitions. * * Copyright IBM Corp. 2009, 2017 * Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com> * Hendrik Brueckner <brueckner@linux.vnet.ibm.com> */ #ifndef _ASM_S390_PERF_EVENT_H #define _ASM_S390_PERF_EVENT_H ...
arch/s390/include/asm/perf_event.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright IBM Corp. 1999, 2023 */ #ifndef _ASM_S390_PFAULT_H #define _ASM_S390_PFAULT_H #include <linux/errno.h> int __pfault_init(void); void __pfault_fini(void); static inline int pfault_init(void) { if (IS_ENABLED(CONFIG_PFAULT)) return __pfault_init(); return ...
arch/s390/include/asm/pfault.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * S390 version * Copyright IBM Corp. 1999, 2000 * Author(s): Hartmut Penner (hp@de.ibm.com) * Martin Schwidefsky (schwidefsky@de.ibm.com) * * Derived from "include/asm-i386/pgalloc.h" * Copyright (C) 1994 Linus Torvalds */ #ifndef _S390_PGALLO...
arch/s390/include/asm/pgalloc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * S390 version * Copyright IBM Corp. 1999, 2000 * Author(s): Hartmut Penner (hp@de.ibm.com) * Ulrich Weigand (weigand@de.ibm.com) * Martin Schwidefsky (schwidefsky@de.ibm.com) * * Derived from "include/asm-i386/pgtable.h" */ #ifndef ...
arch/s390/include/asm/pgtable.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_S390_MEM_DETECT_H #define _ASM_S390_MEM_DETECT_H #include <linux/types.h> #include <asm/page.h> enum physmem_info_source { MEM_DETECT_NONE = 0, MEM_DETECT_SCLP_STOR_INFO, MEM_DETECT_DIAG260, MEM_DETECT_DIAG500_STOR_LIMIT, MEM_DETECT_SCLP_READ_INFO, MEM_DETECT_...
arch/s390/include/asm/physmem_info.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Kernelspace interface to the pkey device driver * * Copyright IBM Corp. 2016, 2023 * * Author: Harald Freudenberger <freude@de.ibm.com> * */ #ifndef _KAPI_PKEY_H #define _KAPI_PKEY_H #include <linux/ioctl.h> #include <linux/types.h> #include <uapi/asm/pkey.h> /* * ...
arch/s390/include/asm/pkey.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * IBM System z PNET ID Support * * Copyright IBM Corp. 2018 */ #ifndef _ASM_S390_PNET_H #define _ASM_S390_PNET_H #include <linux/device.h> #include <linux/types.h> int pnet_id_by_dev_port(struct device *dev, unsigned short port, u8 *pnetid); #endif /* _ASM_S390_PNET_...
arch/s390/include/asm/pnet.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_PREEMPT_H #define __ASM_PREEMPT_H #include <asm/current.h> #include <linux/thread_info.h> #include <asm/atomic_ops.h> #include <asm/cmpxchg.h> #include <asm/march.h> /* * Use MSB so it is possible to read preempt_count with LLGT which * reads the least significan...
arch/s390/include/asm/preempt.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * S390 version * Copyright IBM Corp. 1999 * Author(s): Hartmut Penner (hp@de.ibm.com), * Martin Schwidefsky (schwidefsky@de.ibm.com) * * Derived from "include/asm-i386/processor.h" * Copyright (C) 1994, Linus Torvalds */ #ifndef __ASM_S390_PROC...
arch/s390/include/asm/processor.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * S390 version * Copyright IBM Corp. 1999, 2000 * Author(s): Denis Joseph Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com) */ #ifndef _S390_PTRACE_H #define _S390_PTRACE_H #include <linux/bits.h> #include <linux/typecheck.h> #include <uapi/asm/ptrace.h> #include <as...
arch/s390/include/asm/ptrace.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright IBM Corp. 2018 * * Author(s): Philipp Rudo <prudo@linux.vnet.ibm.com> */ #ifndef _S390_PURGATORY_H_ #define _S390_PURGATORY_H_ #ifndef __ASSEMBLER__ #include <linux/purgatory.h> int verify_sha256_digest(void); #endif /* __ASSEMBLER__ */ #endif /* _S390_PURGA...
arch/s390/include/asm/purgatory.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright IBM Corp. 2000, 2008 * Author(s): Utz Bacher <utz.bacher@de.ibm.com> * Jan Glauber <jang@linux.vnet.ibm.com> * */ #ifndef __QDIO_H__ #define __QDIO_H__ #include <linux/interrupt.h> #include <asm/dma-types.h> #include <asm/ccwdev.h> #include <asm/cio.h> ...
arch/s390/include/asm/qdio.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_S390_RUNTIME_CONST_H #define _ASM_S390_RUNTIME_CONST_H #include <linux/uaccess.h> #define runtime_const_ptr(sym) \ ({ \ typeof(sym) __ret; \ \ asm_inline( \ "0: iihf %[__ret],%[c1]\n" \ " iilf %[__ret],%[c2]\n" \ ".pushsection r...
arch/s390/include/asm/runtime-const.h
null
null
null
null
null