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-or-later */ /* * Copyright (C) 2001 Dave Engebretsen & Todd Inglett IBM Corporation. * Copyright 2001-2012 IBM Corporation. */ #ifndef _POWERPC_EEH_H #define _POWERPC_EEH_H #ifdef __KERNEL__ #include <linux/init.h> #include <linux/list.h> #include <linux/string.h> #include <lin...
arch/powerpc/include/asm/eeh.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * * Copyright (c) 2005 Linas Vepstas <linas@linas.org> */ #ifndef ASM_POWERPC_EEH_EVENT_H #define ASM_POWERPC_EEH_EVENT_H #ifdef __KERNEL__ /* * structure holding pci controller data that describes a * change in the isolation status of a PCI slot. A pointer * ...
arch/powerpc/include/asm/eeh_event.h
null
null
null
null
null
source
linux
/* * EHV_PIC private definitions and structure. * * Copyright 2008-2010 Freescale Semiconductor, Inc. * * kind, whether express or implied. */ #ifndef __EHV_PIC_H__ #define __EHV_PIC_H__ #include <linux/irq.h> #define NR_EHV_PIC_INTS 1024 #define EHV_PIC_INFO(name) EHV_PIC_##name #define EHV_PIC_VECPRI_POLARI...
arch/powerpc/include/asm/ehv_pic.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * ELF register definitions.. */ #ifndef _ASM_POWERPC_ELF_H #define _ASM_POWERPC_ELF_H #include <linux/sched.h> /* for task_struct */ #include <asm/page.h> #include <asm/string.h> #include <uapi/asm/elf.h> /* * This is used to ensure we don't load something for the...
arch/powerpc/include/asm/elf.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * PowerPC ELF notes. * * Copyright 2019, IBM Corporation */ #ifndef __ASM_POWERPC_ELFNOTE_H__ #define __ASM_POWERPC_ELFNOTE_H__ /* * These note types should live in a SHT_NOTE segment and have * "PowerPC" in the name field. */ /* * The capabilities supported/required...
arch/powerpc/include/asm/elfnote.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2007 Sony Corporation */ #ifndef _ASM_POWERPC_EMULATED_OPS_H #define _ASM_POWERPC_EMULATED_OPS_H #include <linux/atomic.h> #include <linux/perf_event.h> #ifdef CONFIG_PPC_EMULATED_STATS struct ppc_emulated_entry { const char *name; atomic_t val; }; e...
arch/powerpc/include/asm/emulated_ops.h
null
null
null
null
null
source
linux
/* * ePAPR hcall interface * * Copyright 2008-2011 Freescale Semiconductor, Inc. * * Author: Timur Tabi <timur@freescale.com> * * This file is provided under a dual BSD/GPL license. When using or * redistributing this file, you may do so under either license. * * notice, this list of conditions and the...
arch/powerpc/include/asm/epapr_hcalls.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Definitions for use by exception code on Book3-E * * Copyright (C) 2008 Ben. Herrenschmidt (benh@kernel.crashing.org), IBM Corp. */ #ifndef _ASM_POWERPC_EXCEPTION_64E_H #define _ASM_POWERPC_EXCEPTION_64E_H /* * SPRGs usage an other considerations... * * Sin...
arch/powerpc/include/asm/exception-64e.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _ASM_POWERPC_EXCEPTION_H #define _ASM_POWERPC_EXCEPTION_H /* * Extracted from head_64.S * * PowerPC version * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) * * Rewritten by Cort Dougan (cort@cs.nmt.edu) for PReP * Copyright (C) 1996 Cort Do...
arch/powerpc/include/asm/exception-64s.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 1999 Cort Dougan <cort@cs.nmt.edu> */ #ifndef _ASM_POWERPC_EXEC_H #define _ASM_POWERPC_EXEC_H extern unsigned long arch_align_stack(unsigned long sp); #endif /* _ASM_POWERPC_EXEC_H */
arch/powerpc/include/asm/exec.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ARCH_POWERPC_EXTABLE_H #define _ARCH_POWERPC_EXTABLE_H /* * The exception table consists of pairs of relative addresses: the first is * the address of an instruction that is allowed to fault, and the second is * the address at which the program should continue. No re...
arch/powerpc/include/asm/extable.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Firmware-Assisted Dump internal code. * * Copyright 2011, Mahesh Salgaonkar, IBM Corporation. * Copyright 2019, Hari Bathini, IBM Corporation. */ #ifndef _ASM_POWERPC_FADUMP_INTERNAL_H #define _ASM_POWERPC_FADUMP_INTERNAL_H /* Maximum number of memory regions ...
arch/powerpc/include/asm/fadump-internal.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Firmware Assisted dump header file. * * Copyright 2011 IBM Corporation * Author: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com> */ #ifndef _ASM_POWERPC_FADUMP_H #define _ASM_POWERPC_FADUMP_H #ifdef CONFIG_FA_DUMP extern int crashing_cpu; extern int is_fadump_...
arch/powerpc/include/asm/fadump.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __ASM_POWERPC_FEATURE_FIXUPS_H #define __ASM_POWERPC_FEATURE_FIXUPS_H #include <asm/asm-const.h> /* */ /* * Feature section common macros * * Note that the entries now contain offsets between the table entry * and the code rather than absolute code pointer...
arch/powerpc/include/asm/feature-fixups.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2001 Ben. Herrenschmidt (benh@kernel.crashing.org) * * Modifications for ppc64: * Copyright (C) 2003 Dave Engebretsen <engebret@us.ibm.com> */ #ifndef __ASM_POWERPC_FIRMWARE_H #define __ASM_POWERPC_FIRMWARE_H #ifdef __KERNEL__ #include <as...
arch/powerpc/include/asm/firmware.h
null
null
null
null
null
source
linux
/* * fixmap.h: compile-time virtual memory allocation * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1998 Ingo Molnar * * Copyright 2008 Freescale Semiconductor Inc. *...
arch/powerpc/include/asm/fixmap.h
null
null
null
null
null
source
linux
/* * Architecture specific parts of the Floppy driver * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1995 */ #ifndef __ASM_POWERPC_FLOPPY_H #define __ASM_POWERPC_FLOPPY_...
arch/powerpc/include/asm/floppy.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_PPC_FPROBE_H #define _ASM_PPC_FPROBE_H #include <asm-generic/fprobe.h> #ifdef CONFIG_64BIT #undef FPROBE_HEADER_MSB_PATTERN #define FPROBE_HEADER_MSB_PATTERN (PAGE_OFFSET & ~FPROBE_HEADER_MSB_MASK) #endif #endif /* _ASM_PPC_FPROBE_H */
arch/powerpc/include/asm/fprobe.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2023 SiFive */ #ifndef _ASM_POWERPC_FPU_H #define _ASM_POWERPC_FPU_H #include <linux/preempt.h> #include <asm/cpu_has_feature.h> #include <asm/switch_to.h> #define kernel_fpu_available() (!cpu_has_feature(CPU_FTR_FPU_UNAVAILABLE)) static inline void ...
arch/powerpc/include/asm/fpu.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Freescale General-purpose Timers Module * * Copyright 2006 Freescale Semiconductor, Inc. * Shlomi Gridish <gridish@freescale.com> * Jerry Huang <Chang-Ming.Huang@freescale.com> * Copyright (c) MontaVista Software, Inc. 2008. * ...
arch/powerpc/include/asm/fsl_gtm.h
null
null
null
null
null
source
linux
/* * Freescale hypervisor call interface * * Copyright 2008-2010 Freescale Semiconductor, Inc. * * Author: Timur Tabi <timur@freescale.com> * * This file is provided under a dual BSD/GPL license. When using or * redistributing this file, you may do so under either license. * * notice, this list of cond...
arch/powerpc/include/asm/fsl_hcalls.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* Freescale Local Bus Controller * * Copyright © 2006-2007, 2010 Freescale Semiconductor * * Authors: Nick Spence <nick.spence@freescale.com>, * Scott Wood <scottwood@freescale.com> * Jack Lan <jack.lan@freescale.com> */ #ifndef __ASM_FSL_LBC_H ...
arch/powerpc/include/asm/fsl_lbc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * * Copyright (C) 2013 Freescale Semiconductor, Inc. */ #ifndef __FSL_PAMU_STASH_H #define __FSL_PAMU_STASH_H struct iommu_domain; /* cache stash targets */ enum pamu_stash_target { PAMU_ATTR_CACHE_L1 = 1, PAMU_ATTR_CACHE_L2, PAMU_ATTR_CACHE_L3, }; int fsl_pamu_c...
arch/powerpc/include/asm/fsl_pamu_stash.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Support Power Management * * Copyright 2014-2015 Freescale Semiconductor Inc. */ #ifndef __PPC_FSL_PM_H #define __PPC_FSL_PM_H #define E500_PM_PH10 1 #define E500_PM_PH15 2 #define E500_PM_PH20 3 #define E500_PM_PH30 4 #define E500_PM_DOZE E500_PM_PH10 #define E...
arch/powerpc/include/asm/fsl_pm.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_FTRACE #define _ASM_POWERPC_FTRACE #include <asm/types.h> #ifdef CONFIG_FUNCTION_TRACER #define MCOUNT_ADDR ((unsigned long)(_mcount)) #define MCOUNT_INSN_SIZE 4 /* sizeof mcount call */ /* Ignore unused weak functions which will have larger offsets */ #if...
arch/powerpc/include/asm/ftrace.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_FUTEX_H #define _ASM_POWERPC_FUTEX_H #ifdef __KERNEL__ #include <linux/futex.h> #include <linux/uaccess.h> #include <asm/errno.h> #include <asm/synch.h> #define __futex_atomic_op(insn, ret, oldval, uaddr, oparg) \ __asm__ __volatile ( \ PPC_ATOMIC_ENTRY_...
arch/powerpc/include/asm/futex.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_GRACKLE_H #define _ASM_POWERPC_GRACKLE_H #ifdef __KERNEL__ /* * Functions for setting up and using a MPC106 northbridge */ #include <asm/pci-bridge.h> extern void setup_grackle(struct pci_controller *hose); #endif /* __KERNEL__ */ #endif /* _ASM_POWERPC_GR...
arch/powerpc/include/asm/grackle.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Interface based on include/net/netlink.h */ #ifndef _ASM_POWERPC_GUEST_STATE_BUFFER_H #define _ASM_POWERPC_GUEST_STATE_BUFFER_H #include "asm/hvcall.h" #include <linux/gfp.h> #include <linux/bitmap.h> #include <asm/plpar_wrappers.h> /**************************************...
arch/powerpc/include/asm/guest-state-buffer.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_HARDIRQ_H #define _ASM_POWERPC_HARDIRQ_H #include <linux/threads.h> #include <linux/irq.h> typedef struct { unsigned int __softirq_pending; unsigned int timer_irqs_event; unsigned int broadcast_irqs_event; unsigned int timer_irqs_others; unsigned int pm...
arch/powerpc/include/asm/hardirq.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_HEAD_64_H #define _ASM_POWERPC_HEAD_64_H #include <asm/cache.h> #ifdef __ASSEMBLER__ /* * We can't do CPP stringification and concatination directly into the section * name for some reason, so these macros can do it for us. */ .macro define_ftsec name .s...
arch/powerpc/include/asm/head-64.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_HEATHROW_H #define _ASM_POWERPC_HEATHROW_H #ifdef __KERNEL__ /* * heathrow.h: definitions for using the "Heathrow" I/O controller chip. * * Grabbed from Open Firmware definitions on a PowerBook G3 Series * * Copyright (C) 1997 Paul Mackerras. */ /* Fron...
arch/powerpc/include/asm/heathrow.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * highmem.h: virtual kernel memory mappings for high memory * * PowerPC version, stolen from the i386 version. * * Used in CONFIG_HIGHMEM systems for memory pages which * are not addressable by direct kernel virtual addresses. * * Copyright (C) 1999 Gerhard Wichert, Sie...
arch/powerpc/include/asm/highmem.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Hypervisor Maintenance Interrupt header file. * * Copyright 2015 IBM Corporation * Author: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com> */ #ifndef __ASM_PPC64_HMI_H__ #define __ASM_PPC64_HMI_H__ #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLE #define CORE_TB_RESYNC_REQ...
arch/powerpc/include/asm/hmi.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_HUGETLB_H #define _ASM_POWERPC_HUGETLB_H #ifdef CONFIG_HUGETLB_PAGE #include <asm/page.h> #ifdef CONFIG_PPC_BOOK3S_64 #include <asm/book3s/64/hugetlb.h> #elif defined(CONFIG_PPC_E500) #include <asm/nohash/hugetlb-e500.h> #elif defined(CONFIG_PPC_8xx) #includ...
arch/powerpc/include/asm/hugetlb.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_HVCALL_H #define _ASM_POWERPC_HVCALL_H #ifdef __KERNEL__ #define HVSC .long 0x44000022 #define H_SUCCESS 0 #define H_BUSY 1 /* Hardware busy -- retry later */ #define H_CLOSED 2 /* Resource closed */ #define H_NOT_AVAILABLE 3 #define H_CONSTRAINED 4 /* Re...
arch/powerpc/include/asm/hvcall.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * hvconsole.h * Copyright (C) 2004 Ryan S Arnold, IBM Corporation * * LPAR console support. */ #ifndef _PPC64_HVCONSOLE_H #define _PPC64_HVCONSOLE_H #ifdef __KERNEL__ /* * PSeries firmware will only send/recv up to 16 bytes of character data per * hcall. */ #...
arch/powerpc/include/asm/hvconsole.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * hvcserver.h * Copyright (C) 2004 Ryan S Arnold, IBM Corporation * * PPC64 virtual I/O console server support. */ #ifndef _PPC64_HVCSERVER_H #define _PPC64_HVCSERVER_H #ifdef __KERNEL__ #include <linux/list.h> /* Converged Location Code length */ #define HVCS_...
arch/powerpc/include/asm/hvcserver.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _HVSI_H #define _HVSI_H #define VS_DATA_PACKET_HEADER 0xff #define VS_CONTROL_PACKET_HEADER 0xfe #define VS_QUERY_PACKET_HEADER 0xfd #define VS_QUERY_RESPONSE_PACKET_HEADER 0xfc /* control verbs */ #define VSV_SET_MODEM_CTL 1 /* to service pr...
arch/powerpc/include/asm/hvsi.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * PowerPC BookIII S hardware breakpoint definitions * * Copyright 2010, IBM Corporation. * Author: K.Prasad <prasad@linux.vnet.ibm.com> */ #ifndef _PPC_BOOK3S_64_HW_BREAKPOINT_H #define _PPC_BOOK3S_64_HW_BREAKPOINT_H #include <asm/cpu_has_feature.h> #ifdef __KE...
arch/powerpc/include/asm/hw_breakpoint.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 1999 Cort Dougan <cort@cs.nmt.edu> */ #ifndef _ASM_POWERPC_HW_IRQ_H #define _ASM_POWERPC_HW_IRQ_H #ifdef __KERNEL__ #include <linux/errno.h> #include <linux/compiler.h> #include <asm/ptrace.h> #include <asm/processor.h> #ifdef CONFIG_PPC64 /* * PACA flags...
arch/powerpc/include/asm/hw_irq.h
null
null
null
null
null
source
linux
/* * include/asm-ppc/hydra.h -- Mac I/O `Hydra' definitions * * Copyright (C) 1997 Geert Uytterhoeven * * This file is based on the following documentation: * * Macintosh Technology in the Common Hardware Reference Platform * Apple Computer, Inc. * * © Copyright 1995 Apple Computer, Inc. All rights reserve...
arch/powerpc/include/asm/hydra.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_I8259_H #define _ASM_POWERPC_I8259_H #ifdef __KERNEL__ #include <linux/irq.h> extern void i8259_init(struct device_node *node, unsigned long intack_addr); extern unsigned int i8259_irq(void); struct irq_domain *__init i8259_get_host(void); #endif /* __KERNE...
arch/powerpc/include/asm/i8259.h
null
null
null
null
null
source
linux
/* * IBM PowerPC eBus Infrastructure Support. * * Copyright (c) 2005 IBM Corporation * Joachim Fenkes <fenkes@de.ibm.com> * Heiko J Schick <schickhj@de.ibm.com> * * All rights reserved. * * This source code is distributed under a dual license of GPL v2.0 and OpenIB * BSD. * * OpenIB BSD License * * * l...
arch/powerpc/include/asm/ibmebus.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * ICSWX api * * Copyright (C) 2015 IBM Corp. * * This provides the Initiate Coprocessor Store Word Indexed (ICSWX) * instruction. This instruction is used to communicate with PowerPC * coprocessors. This also provides definitions of the structures used * to c...
arch/powerpc/include/asm/icswx.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _ASM_POWERPC_IDLE_H #define _ASM_POWERPC_IDLE_H #include <asm/runlatch.h> #include <asm/paca.h> #ifdef CONFIG_PPC_PSERIES DECLARE_PER_CPU(u64, idle_spurr_cycles); DECLARE_PER_CPU(u64, idle_entry_purr_snap); DECLARE_PER_CPU(u64, idle_entry_spurr_snap); static __a...
arch/powerpc/include/asm/idle.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __ASM_POWERPC_IMC_PMU_H #define __ASM_POWERPC_IMC_PMU_H /* * IMC Nest Performance Monitor counter support. * * Copyright (C) 2017 Madhavan Srinivasan, IBM Corporation. * (C) 2017 Anju T Sudhakar, IBM Corporation. * (C) 2017 Hemant K Shaw,...
arch/powerpc/include/asm/imc-pmu.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * CPM2 Internal Memory Map * Copyright (c) 1999 Dan Malek (dmalek@jlc.net) * * The Internal Memory Map for devices with CPM2 on them. This * is the superset of all CPM2 devices (8260, 8266, 8280, 8272, * 8560). */ #ifdef __KERNEL__ #ifndef __IMMAP_CPM2__ #define __IMMAP...
arch/powerpc/include/asm/immap_cpm2.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _ASM_POWERPC_INST_H #define _ASM_POWERPC_INST_H #include <asm/ppc-opcode.h> #include <asm/reg.h> #include <asm/disassemble.h> #include <asm/uaccess.h> #define ___get_user_instr(gu_op, dest, ptr) \ ({ \ long __gui_ret; \ u32 __user *__gui_ptr =...
arch/powerpc/include/asm/inst.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _ASM_POWERPC_INTERRUPT_H #define _ASM_POWERPC_INTERRUPT_H /* BookE/4xx */ #define INTERRUPT_CRITICAL_INPUT 0x100 /* BookE */ #define INTERRUPT_DEBUG 0xd00 #ifdef CONFIG_BOOKE #define INTERRUPT_PERFMON 0x260 #define INTERRUPT_DOORBELL 0x...
arch/powerpc/include/asm/interrupt.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* This file is meant to be include multiple times by other headers */ DEF_PCI_AC_RET(inb, u8, (unsigned long port), (port)) DEF_PCI_AC_RET(inw, u16, (unsigned long port), (port)) DEF_PCI_AC_RET(inl, u32, (unsigned long port), (port)) DEF_PCI_AC_NORET(outb, (u8 val, unsigned long...
arch/powerpc/include/asm/io-defs.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _ASM_POWERPC_IO_H #define _ASM_POWERPC_IO_H #ifdef __KERNEL__ /* */ /* Check of existence of legacy devices */ extern int check_legacy_ioport(unsigned long base_port); #define I8042_DATA_REG 0x60 #define FDC_BASE 0x3f0 #if defined(CONFIG_PPC64) && defined(CONF...
arch/powerpc/include/asm/io.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright 2010, 2011 Mark Nelson and Tseng-Hui (Frank) Lin, IBM Corporation */ #ifndef _ASM_POWERPC_IO_EVENT_IRQ_H #define _ASM_POWERPC_IO_EVENT_IRQ_H #include <linux/types.h> #include <linux/notifier.h> #define PSERIES_IOEI_RPC_MAX_LEN 216 #define PSERIES_IOEI...
arch/powerpc/include/asm/io_event_irq.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2001 Mike Corrigan & Dave Engebretsen, IBM Corporation * Rewrite, cleanup: * Copyright (C) 2004 Olof Johansson <olof@lixom.net>, IBM Corporation */ #ifndef _ASM_IOMMU_H #define _ASM_IOMMU_H #ifdef __KERNEL__ #include <linux/compiler.h> #include <l...
arch/powerpc/include/asm/iommu.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * IPIC external definitions and structure. * * Maintainer: Kumar Gala <galak@kernel.crashing.org> * * Copyright 2005 Freescale Semiconductor, Inc */ #ifdef __KERNEL__ #ifndef __ASM_IPIC_H__ #define __ASM_IPIC_H__ #include <linux/irq.h> /* Flags when we init the...
arch/powerpc/include/asm/ipic.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifdef __KERNEL__ #ifndef _ASM_POWERPC_IRQ_H #define _ASM_POWERPC_IRQ_H /* */ #include <linux/threads.h> #include <linux/list.h> #include <linux/radix-tree.h> #include <asm/types.h> #include <linux/atomic.h> extern atomic_t ppc_n_lost_interrupts; /* Total number of...
arch/powerpc/include/asm/irq.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_IRQ_WORK_H #define _ASM_POWERPC_IRQ_WORK_H static inline bool arch_irq_work_has_interrupt(void) { return true; } #endif /* _ASM_POWERPC_IRQ_WORK_H */
arch/powerpc/include/asm/irq_work.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * IRQ flags handling */ #ifndef _ASM_IRQFLAGS_H #define _ASM_IRQFLAGS_H #ifndef __ASSEMBLER__ /* * Get definitions for arch_local_save_flags(x), etc. */ #include <asm/hw_irq.h> #endif #endif
arch/powerpc/include/asm/irqflags.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ISA_BRIDGE_H #define __ISA_BRIDGE_H #ifdef CONFIG_PPC64 extern void isa_bridge_find_early(struct pci_controller *hose); extern void isa_bridge_init_non_pci(struct device_node *np); static inline int isa_vaddr_is_ioport(void __iomem *address) { /* Check if address hit...
arch/powerpc/include/asm/isa-bridge.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _ASM_POWERPC_JUMP_LABEL_H #define _ASM_POWERPC_JUMP_LABEL_H /* * Copyright 2010 Michael Ellerman, IBM Corp. */ #ifndef __ASSEMBLER__ #include <linux/types.h> #include <asm/feature-fixups.h> #include <asm/asm-const.h> #define JUMP_ENTRY_TYPE stringify_in_c(F...
arch/powerpc/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 #if defined(CONFIG_KASAN) && !defined(CONFIG_CC_HAS_KASAN_MEMINTRINSIC_PREFIX) #define _GLOBAL_KASAN(fn) _GLOBAL(__##fn) #define _GLOBAL_TOC_KASAN(fn) _GLOBAL_TOC(__##fn) #define EXPORT_SYMBOL_KASAN(fn) EXPORT_SYMBOL(__##fn) #else #defi...
arch/powerpc/include/asm/kasan.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_KDEBUG_H #define _ASM_POWERPC_KDEBUG_H #ifdef __KERNEL__ /* Grossly misnamed. */ enum die_val { DIE_OOPS = 1, DIE_IABR_MATCH, DIE_DABR_MATCH, DIE_BPT, DIE_SSTEP, }; #endif /* __KERNEL__ */ #endif /* _ASM_POWERPC_KDEBUG_H */
arch/powerpc/include/asm/kdebug.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _PPC64_KDUMP_H #define _PPC64_KDUMP_H #include <asm/page.h> #define KDUMP_KERNELBASE 0x2000000 /* How many bytes to reserve at zero for kdump. The reserve limit should * be greater or equal to the trampoline's end address. * Reserve to the end of the FWNMI area, see h...
arch/powerpc/include/asm/kdump.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_KEXEC_H #define _ASM_POWERPC_KEXEC_H #ifdef __KERNEL__ #if defined(CONFIG_PPC_85xx) || defined(CONFIG_44x) /* * On FSL-BookE we setup a 1:1 mapping which covers the first 2GiB of memory * and therefore we can only deal with memory within this range */ #de...
arch/powerpc/include/asm/kexec.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _ASM_POWERPC_KEXEC_RANGES_H #define _ASM_POWERPC_KEXEC_RANGES_H #define MEM_RANGE_CHUNK_SZ 2048 /* Memory ranges size chunk */ void sort_memory_ranges(struct crash_mem *mrngs, bool merge); struct crash_mem *realloc_mem_ranges(struct crash_mem **mem_ranges); int add...
arch/powerpc/include/asm/kexec_ranges.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_KEYLARGO_H #define _ASM_POWERPC_KEYLARGO_H #ifdef __KERNEL__ /* * keylargo.h: definitions for using the "KeyLargo" I/O controller chip. * */ /* "Pangea" chipset has keylargo device-id 0x25 while core99 * has device-id 0x22. The rev. of the pangea one is 0...
arch/powerpc/include/asm/keylargo.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * powerpc KFENCE support. * * Copyright (C) 2020 CS GROUP France */ #ifndef __ASM_POWERPC_KFENCE_H #define __ASM_POWERPC_KFENCE_H #include <linux/mm.h> #include <asm/pgtable.h> #ifdef CONFIG_PPC64_ELF_ABI_V1 #define ARCH_FUNC_PREFIX "." #endif extern bool kfence_early_i...
arch/powerpc/include/asm/kfence.h
null
null
null
null
null
source
linux
/* * The PowerPC (32/64) specific defines / externs for KGDB. Based on * the previous 32bit and 64bit specific files, which had the following * copyrights: * * PPC64 Mods (C) 2005 Frank Rowand (frowand@mvista.com) * PPC Mods (C) 2004 Tom Rini (trini@mvista.com) * PPC Mods (C) 2003 John Whitney (john.whitney@tim...
arch/powerpc/include/asm/kgdb.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _ASM_POWERPC_KPROBES_H #define _ASM_POWERPC_KPROBES_H #include <asm-generic/kprobes.h> #ifdef __KERNEL__ /* * Kernel Probes (KProbes) * * Copyright (C) IBM Corporation, 2002, 2004 * * 2002-Oct Created by Vamsi Krishna S <vamsi_krishna@in.ibm.com> Kernel *...
arch/powerpc/include/asm/kprobes.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_KUP_H_ #define _ASM_POWERPC_KUP_H_ #define KUAP_READ 1 #define KUAP_WRITE 2 #define KUAP_READ_WRITE (KUAP_READ | KUAP_WRITE) #ifndef __ASSEMBLER__ #include <linux/types.h> static __always_inline bool kuap_is_disabled(void); #endif #ifdef CONFIG_PPC_BOOK3S_...
arch/powerpc/include/asm/kup.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * * Copyright IBM Corp. 2008 * * Authors: Hollis Blanchard <hollisb@us.ibm.com> */ #ifndef __POWERPC_KVM_ASM_H__ #define __POWERPC_KVM_ASM_H__ #ifdef __ASSEMBLER__ #ifdef CONFIG_64BIT #define PPC_STD(sreg, offset, areg) std sreg, (offset)(areg) #define PPC_LD(treg,...
arch/powerpc/include/asm/kvm_asm.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * * Copyright SUSE Linux Products GmbH 2009 * * Authors: Alexander Graf <agraf@suse.de> */ #ifndef __ASM_KVM_BOOK3S_H__ #define __ASM_KVM_BOOK3S_H__ #include <linux/types.h> #include <linux/kvm_host.h> #include <asm/kvm_book3s_asm.h> #include <asm/guest-state-buffer...
arch/powerpc/include/asm/kvm_book3s.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * * Copyright SUSE Linux Products GmbH 2010 * * Authors: Alexander Graf <agraf@suse.de> */ #ifndef __ASM_KVM_BOOK3S_32_H__ #define __ASM_KVM_BOOK3S_32_H__ static inline struct kvmppc_book3s_shadow_vcpu *svcpu_get(struct kvm_vcpu *vcpu) { return vcpu->arch.shadow_vc...
arch/powerpc/include/asm/kvm_book3s_32.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * * Copyright SUSE Linux Products GmbH 2010 * * Authors: Alexander Graf <agraf@suse.de> */ #ifndef __ASM_KVM_BOOK3S_64_H__ #define __ASM_KVM_BOOK3S_64_H__ #include <linux/string.h> #include <asm/bitops.h> #include <asm/book3s/64/mmu-hash.h> #include <asm/cpu_has_fea...
arch/powerpc/include/asm/kvm_book3s_64.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * * Copyright SUSE Linux Products GmbH 2009 * * Authors: Alexander Graf <agraf@suse.de> */ #ifndef __ASM_KVM_BOOK3S_ASM_H__ #define __ASM_KVM_BOOK3S_ASM_H__ /* XICS ICP register offsets */ #define XICS_XIRR 4 #define XICS_MFRR 0xc #define XICS_IPI 2 /* interrupt ...
arch/powerpc/include/asm/kvm_book3s_asm.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_KVM_BOOK3S_UVMEM_H__ #define __ASM_KVM_BOOK3S_UVMEM_H__ #ifdef CONFIG_PPC_UV int kvmppc_uvmem_init(void); void kvmppc_uvmem_free(void); bool kvmppc_uvmem_available(void); int kvmppc_uvmem_slot_init(struct kvm *kvm, const struct kvm_memory_slot *slot); void kvmppc_uv...
arch/powerpc/include/asm/kvm_book3s_uvmem.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * * Copyright SUSE Linux Products GmbH 2010 * * Authors: Alexander Graf <agraf@suse.de> */ #ifndef __ASM_KVM_BOOKE_H__ #define __ASM_KVM_BOOKE_H__ #include <linux/types.h> #include <linux/kvm_host.h> /* * Number of available lpids. Only the low-order 6 bits of LPI...
arch/powerpc/include/asm/kvm_booke.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2010-2011 Freescale Semiconductor, Inc. */ #ifndef ASM_KVM_BOOKE_HV_ASM_H #define ASM_KVM_BOOKE_HV_ASM_H #include <asm/feature-fixups.h> #ifdef __ASSEMBLER__ /* * All exceptions from guest state must go through KVM * (except for those which are delivere...
arch/powerpc/include/asm/kvm_booke_hv_asm.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * * Copyright Novell Inc. 2010 * * Authors: Alexander Graf <agraf@suse.de> */ #ifndef __ASM_KVM_FPU_H__ #define __ASM_KVM_FPU_H__ #include <linux/types.h> extern void fps_fres(u64 *fpscr, u32 *dst, u32 *src1); extern void fps_frsqrte(u64 *fpscr, u32 *dst, u32 *src1...
arch/powerpc/include/asm/kvm_fpu.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2020 IBM Corporation */ #ifndef _ASM_POWERPC_KVM_GUEST_H_ #define _ASM_POWERPC_KVM_GUEST_H_ #if defined(CONFIG_PPC_PSERIES) || defined(CONFIG_KVM_GUEST) #include <linux/jump_label.h> DECLARE_STATIC_KEY_FALSE(kvm_guest); static inline bool is_kvm_guest...
arch/powerpc/include/asm/kvm_guest.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * * Copyright IBM Corp. 2007 * * Authors: Hollis Blanchard <hollisb@us.ibm.com> */ #ifndef __POWERPC_KVM_HOST_H__ #define __POWERPC_KVM_HOST_H__ #include <linux/mutex.h> #include <linux/hrtimer.h> #include <linux/interrupt.h> #include <linux/types.h> #include <linux...
arch/powerpc/include/asm/kvm_host.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * * Copyright IBM Corp. 2008 * * Authors: Hollis Blanchard <hollisb@us.ibm.com> */ #ifndef __POWERPC_KVM_PARA_H__ #define __POWERPC_KVM_PARA_H__ #include <asm/kvm_guest.h> #include <uapi/asm/kvm_para.h> static inline int kvm_para_available(void) { return IS_ENABLE...
arch/powerpc/include/asm/kvm_para.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * * Copyright IBM Corp. 2008 * * Authors: Hollis Blanchard <hollisb@us.ibm.com> */ #ifndef __POWERPC_KVM_PPC_H__ #define __POWERPC_KVM_PPC_H__ /* This file exists just so we can dereference kvm_vcpu, avoiding nested header * dependencies. */ #include <linux/mutex....
arch/powerpc/include/asm/kvm_ppc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_PPC_KVM_TYPES_H #define _ASM_PPC_KVM_TYPES_H #if IS_MODULE(CONFIG_KVM_BOOK3S_64_PR) && IS_MODULE(CONFIG_KVM_BOOK3S_64_HV) #define KVM_SUB_MODULES kvm-pr,kvm-hv #elif IS_MODULE(CONFIG_KVM_BOOK3S_64_PR) #define KVM_SUB_MODULES kvm-pr #elif IS_MODULE(CONFIG_KVM_BOOK3S_6...
arch/powerpc/include/asm/kvm_types.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_POWERPC_LIBATA_PORTMAP_H #define __ASM_POWERPC_LIBATA_PORTMAP_H #define ATA_PRIMARY_IRQ(dev) pci_get_legacy_ide_irq(dev, 0) #define ATA_SECONDARY_IRQ(dev) pci_get_legacy_ide_irq(dev, 1) #endif
arch/powerpc/include/asm/libata-portmap.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_LINKAGE_H #define _ASM_POWERPC_LINKAGE_H #include <asm/types.h> #ifdef CONFIG_PPC64_ELF_ABI_V1 #define cond_syscall(x) \ asm ("\t.weak " #x "\n\t.set " #x ", sys_ni_syscall\n" \ "\t.weak ." #x "\n\t.set ." #x ", .sys_ni_syscall\n") #define SYSCALL_AL...
arch/powerpc/include/asm/linkage.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * livepatch.h - powerpc-specific Kernel Live Patching Core * * Copyright (C) 2015-2016, SUSE, IBM Corp. */ #ifndef _ASM_POWERPC_LIVEPATCH_H #define _ASM_POWERPC_LIVEPATCH_H #include <linux/sched.h> #include <linux/sched/task_stack.h> #ifdef CONFIG_LIVEPATCH_64 st...
arch/powerpc/include/asm/livepatch.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ARCH_POWERPC_LOCAL_H #define _ARCH_POWERPC_LOCAL_H #ifdef CONFIG_PPC_BOOK3S_64 #include <linux/percpu.h> #include <linux/atomic.h> #include <linux/irqflags.h> #include <asm/hw_irq.h> typedef struct { long v; } local_t; #define LOCAL_INIT(i) { (i) } static __inline_...
arch/powerpc/include/asm/local.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * lppaca.h * Copyright (C) 2001 Mike Corrigan IBM Corporation */ #ifndef _ASM_POWERPC_LPPACA_H #define _ASM_POWERPC_LPPACA_H #ifdef __KERNEL__ /* * These definitions relate to hypervisors that only exist when using * a server type processor */ #ifdef CONFIG_PP...
arch/powerpc/include/asm/lppaca.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * PS3 hvcall interface. * * Copyright (C) 2006 Sony Computer Entertainment Inc. * Copyright 2006 Sony Corp. * Copyright 2003, 2004 (c) MontaVista Software, Inc. */ #if !defined(_ASM_POWERPC_LV1CALL_H) #define _ASM_POWERPC_LV1CALL_H #if !defined(__ASSEMBLER__) ...
arch/powerpc/include/asm/lv1call.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _ASM_POWERPC_MACHDEP_H #define _ASM_POWERPC_MACHDEP_H #ifdef __KERNEL__ #include <linux/compiler.h> #include <linux/init.h> #include <linux/export.h> #include <linux/time64.h> #include <asm/page.h> struct pt_regs; struct pci_bus; struct device; struct device_no...
arch/powerpc/include/asm/machdep.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __MACIO_ASIC_H__ #define __MACIO_ASIC_H__ #ifdef __KERNEL__ #include <linux/of.h> #include <linux/platform_device.h> extern const struct bus_type macio_bus_type; /* MacIO device driver is defined later */ struct macio_driver; struct macio_chip; #define MACIO_DEV_COUNT_...
arch/powerpc/include/asm/macio.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _ASM_POWERPC_MC146818RTC_H #define _ASM_POWERPC_MC146818RTC_H /* * Machine dependent access functions for RTC registers. */ #ifdef __KERNEL__ #include <asm/io.h> #ifndef RTC_PORT #define RTC_PORT(x) (0x70 + (x)) #define RTC_ALWAYS_BCD 1 /* RTC operates in bi...
arch/powerpc/include/asm/mc146818rtc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Machine check exception header file. * * Copyright 2013 IBM Corporation * Author: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com> */ #ifndef __ASM_PPC64_MCE_H__ #define __ASM_PPC64_MCE_H__ #include <linux/bitops.h> enum MCE_Version { MCE_V1 = 1, }; enum MCE_S...
arch/powerpc/include/asm/mce.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * mediabay.h: definitions for using the media bay * on PowerBook 3400 and similar computers. * * Copyright (C) 1997 Paul Mackerras. */ #ifndef _PPC_MEDIABAY_H #define _PPC_MEDIABAY_H #ifdef __KERNEL__ #define MB_FD 0 /* media bay contains floppy drive (automatic eject ?...
arch/powerpc/include/asm/mediabay.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0+ */ /* * SVM helper functions * * Copyright 2018 IBM Corporation */ #ifndef _ASM_POWERPC_MEM_ENCRYPT_H #define _ASM_POWERPC_MEM_ENCRYPT_H #include <asm/svm.h> #include <linux/types.h> struct device; static inline bool force_dma_unencrypted(struct device *dev) { return is_sec...
arch/powerpc/include/asm/mem_encrypt.h
null
null
null
null
null
source
linux
#ifndef _ASM_POWERPC_MEMBARRIER_H #define _ASM_POWERPC_MEMBARRIER_H static inline void membarrier_arch_switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *tsk) { /* * Only need the full barrier when switching between processes. * Barrier when switching from kernel to ...
arch/powerpc/include/asm/membarrier.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* */ #ifndef _ASM_POWERPC_MMAN_H #define _ASM_POWERPC_MMAN_H #include <uapi/asm/mman.h> #if defined(CONFIG_PPC64) && !defined(BUILD_VDSO) #include <asm/cputable.h> #include <linux/mm.h> #include <linux/pkeys.h> #include <asm/cpu_has_feature.h> #include <asm/firmware....
arch/powerpc/include/asm/mman.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_MMIOWB_H #define _ASM_POWERPC_MMIOWB_H #ifdef CONFIG_MMIOWB #include <linux/compiler.h> #include <asm/barrier.h> #include <asm/paca.h> #define arch_mmiowb_state() (&local_paca->mmiowb_state) #define mmiowb() mb() #endif /* CONFIG_MMIOWB */ #include <asm-...
arch/powerpc/include/asm/mmiowb.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_MMU_H_ #define _ASM_POWERPC_MMU_H_ #ifdef __KERNEL__ #include <linux/types.h> #include <asm/asm-const.h> /* * MMU features bit definitions */ /* * MMU families */ #define MMU_FTR_HPTE_TABLE ASM_CONST(0x00000001) #define MMU_FTR_TYPE_8xx ASM_CONST(0x0...
arch/powerpc/include/asm/mmu.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_POWERPC_MMU_CONTEXT_H #define __ASM_POWERPC_MMU_CONTEXT_H #ifdef __KERNEL__ #include <linux/kernel.h> #include <linux/mm.h> #include <linux/sched.h> #include <linux/spinlock.h> #include <asm/mmu.h> #include <asm/cputable.h> #include <asm/cputhreads.h> /* * Most i...
arch/powerpc/include/asm/mmu_context.h
null
null
null
null
null