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 */ /* * Written by Kanoj Sarcar (kanoj@sgi.com) Aug 99 * * PowerPC64 port: * Copyright (C) 2002 Anton Blanchard, IBM Corp. */ #ifndef _ASM_MMZONE_H_ #define _ASM_MMZONE_H_ #ifdef __KERNEL__ #include <linux/cpumask.h> /* * generic non-linear memory support: * * 1) we will no...
arch/powerpc/include/asm/mmzone.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _ASM_POWERPC_MODULE_H #define _ASM_POWERPC_MODULE_H #ifdef __KERNEL__ #include <linux/list.h> #include <asm/bug.h> #include <asm-generic/module.h> #ifndef __powerpc64__ /* * Thanks to Paul M for explaining this. * * PPC can only do rel jumps += 32MB, and ofte...
arch/powerpc/include/asm/module.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * MPC5121 Prototypes and definitions */ #ifndef __ASM_POWERPC_MPC5121_H__ #define __ASM_POWERPC_MPC5121_H__ /* MPC512x Reset module registers */ struct mpc512x_reset_module { u32 rcwlr; /* Reset Configuration Word Low Register */ u32 rcwhr; /* Reset Configuration Wor...
arch/powerpc/include/asm/mpc5121.h
null
null
null
null
null
source
linux
/* * Prototypes, etc. for the Freescale MPC52xx embedded cpu chips * May need to be cleaned as the port goes on ... * * Copyright (C) 2004-2005 Sylvain Munaut <tnt@246tNt.com> * Copyright (C) 2003 MontaVista, Software, Inc. * * kind, whether express or implied. */ #ifndef __ASM_POWERPC_MPC52xx_H__ #define __AS...
arch/powerpc/include/asm/mpc52xx.h
null
null
null
null
null
source
linux
/* * include/asm-ppc/mpc52xx_psc.h * * Definitions of consts/structs to drive the Freescale MPC52xx OnChip * PSCs. Theses are shared between multiple drivers since a PSC can be * UART, AC97, IR, I2S, ... So this header is in asm-ppc. * * * Maintainer : Sylvain Munaut <tnt@246tNt.com> * * Based/Extracted from ...
arch/powerpc/include/asm/mpc52xx_psc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved. * * Author: John Rigby, <jrigby@freescale.com>, Friday Apr 13 2007 * * Description: * MPC5xxx Prototypes and definitions */ #ifndef __ASM_POWERPC_MPC5xxx_H__ #define __ASM_POWERPC_MPC5xxx_H...
arch/powerpc/include/asm/mpc5xxx.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_POWERPC_MPC6xx_H #define __ASM_POWERPC_MPC6xx_H void mpc6xx_enter_standby(void); #endif
arch/powerpc/include/asm/mpc6xx.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * MPC85xx cpu type detection * * Copyright 2011-2012 Freescale Semiconductor, Inc. */ #ifndef __ASM_PPC_MPC85XX_H #define __ASM_PPC_MPC85XX_H #define SVR_REV(svr) ((svr) & 0xFF) /* SOC design resision */ #define SVR_MAJ(svr) (((svr) >> 4) & 0xF) /* Major revisi...
arch/powerpc/include/asm/mpc85xx.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_MPIC_H #define _ASM_POWERPC_MPIC_H #ifdef __KERNEL__ #include <linux/irq.h> #include <asm/dcr.h> #include <asm/msi_bitmap.h> /* * Global registers */ #define MPIC_GREG_BASE 0x01000 #define MPIC_GREG_FEATURE_0 0x00000 #define MPIC_GREG_FEATURE_LAST_SR...
arch/powerpc/include/asm/mpic.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2011-2012, Meador Inge, Mentor Graphics Corporation. */ #ifndef _ASM_MPIC_MSGR_H #define _ASM_MPIC_MSGR_H #include <linux/types.h> #include <linux/spinlock.h> #include <asm/smp.h> #include <asm/io.h> struct mpic_msgr { u32 __iomem *base; u32 __iomem *mer...
arch/powerpc/include/asm/mpic_msgr.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * arch/powerpc/include/asm/mpic_timer.h * * Header file for Mpic Global Timer * * Copyright 2013 Freescale Semiconductor, Inc. * * Author: Wang Dongsheng <Dongsheng.Wang@freescale.com> * Li Yang <leoli@freescale.com> */ #ifndef __MPIC_TIMER__ #define __MPI...
arch/powerpc/include/asm/mpic_timer.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _POWERPC_SYSDEV_MSI_BITMAP_H #define _POWERPC_SYSDEV_MSI_BITMAP_H /* * Copyright 2008, Michael Ellerman, IBM Corporation. */ #include <linux/of.h> #include <asm/irq.h> struct msi_bitmap { struct device_node *of_node; unsigned long *bitmap; spinlock_t lock; ...
arch/powerpc/include/asm/msi_bitmap.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_NMI_H #define _ASM_NMI_H #ifdef CONFIG_PPC_WATCHDOG long soft_nmi_interrupt(struct pt_regs *regs); void watchdog_hardlockup_set_timeout_pct(u64 pct); #else static inline void watchdog_hardlockup_set_timeout_pct(u64 pct) {} #endif extern void hv_nmi_check_nonrecovera...
arch/powerpc/include/asm/nmi.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * NVRAM definitions and access functions. */ #ifndef _ASM_POWERPC_NVRAM_H #define _ASM_POWERPC_NVRAM_H #include <linux/types.h> #include <linux/errno.h> #include <linux/list.h> #include <uapi/asm/nvram.h> /* * Set oops header version to distinguish between old and...
arch/powerpc/include/asm/nvram.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_OHARE_H #define _ASM_POWERPC_OHARE_H #ifdef __KERNEL__ /* * ohare.h: definitions for using the "O'Hare" I/O controller chip. * * Copyright (C) 1997 Paul Mackerras. * * BenH: Changed to match those of heathrow (but not all of them). Please * check i...
arch/powerpc/include/asm/ohare.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * OPAL API definitions. * * Copyright 2011-2015 IBM Corp. */ #ifndef __OPAL_API_H #define __OPAL_API_H /****** OPAL APIs ******/ /* Return codes */ #define OPAL_SUCCESS 0 #define OPAL_PARAMETER -1 #define OPAL_BUSY -2 #define OPAL_PARTIAL -3 #define OPAL_CON...
arch/powerpc/include/asm/opal-api.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * PowerNV OPAL definitions. * * Copyright 2011 IBM Corp. */ #ifndef _ASM_POWERPC_OPAL_H #define _ASM_POWERPC_OPAL_H #include <asm/opal-api.h> #ifndef __ASSEMBLER__ #include <linux/notifier.h> /* We calculate number of sg entries based on PAGE_SIZE */ #define S...
arch/powerpc/include/asm/opal.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * This control block defines the PACA which defines the processor * specific data for each logical processor on the system. * There are some pointers defined that are utilized by PLIC. * * C 2001 PPC 64 Team, IBM Corp */ #ifndef _ASM_POWERPC_PACA_H #define _ASM_P...
arch/powerpc/include/asm/paca.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _ASM_POWERPC_PAGE_H #define _ASM_POWERPC_PAGE_H /* * Copyright (C) 2001,2005 IBM Corporation. */ #ifndef __ASSEMBLER__ #include <linux/types.h> #include <linux/kernel.h> #include <linux/bug.h> #else #include <asm/types.h> #endif #include <asm/asm-const.h> /* ...
arch/powerpc/include/asm/page.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_PAGE_32_H #define _ASM_POWERPC_PAGE_32_H #include <asm/cache.h> #if defined(CONFIG_PHYSICAL_ALIGN) && (CONFIG_PHYSICAL_START != 0) #if (CONFIG_PHYSICAL_START % CONFIG_PHYSICAL_ALIGN) != 0 #error "CONFIG_PHYSICAL_START must be a multiple of CONFIG_PHYSICAL_AL...
arch/powerpc/include/asm/page_32.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _ASM_POWERPC_PAGE_64_H #define _ASM_POWERPC_PAGE_64_H /* * Copyright (C) 2001 PPC64 Team, IBM Corp */ #include <asm/asm-const.h> /* * We always define HW_PAGE_SHIFT to 12 as use of 64K pages remains Linux * specific, every notion of page number shared with ...
arch/powerpc/include/asm/page_64.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _ASM_POWERPC_PAPR_SYSPARM_H #define _ASM_POWERPC_PAPR_SYSPARM_H #include <uapi/asm/papr-sysparm.h> typedef struct { u32 token; } papr_sysparm_t; #define mk_papr_sysparm(x_) ((papr_sysparm_t){ .token = x_, }) /* * Derived from the "Defined Parameters" table in PA...
arch/powerpc/include/asm/papr-sysparm.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _ASM_POWERPC_PARAVIRT_H #define _ASM_POWERPC_PARAVIRT_H #include <linux/jump_label.h> #include <asm/smp.h> #ifdef CONFIG_PPC64 #include <asm/paca.h> #include <asm/lppaca.h> #include <asm/hvcall.h> #endif #ifdef CONFIG_PPC_SPLPAR #include <linux/smp.h> #include <...
arch/powerpc/include/asm/paravirt.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * parport.h: platform-specific PC-style parport initialisation * * Copyright (C) 1999, 2000 Tim Waugh <tim@cyberelk.demon.co.uk> * * This file should only be included by drivers/parport/parport_pc.c. */ #ifndef _ASM_POWERPC_PARPORT_H #define _ASM_POWERPC_PARPORT_H #ifde...
arch/powerpc/include/asm/parport.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2006-2008 PA Semi, Inc * * Hardware register layout and descriptor formats for the on-board * DMA engine on PA Semi PWRficient. Used by ethernet, function and security * drivers. */ #ifndef ASM_PASEMI_DMA_H #define ASM_PASEMI_DMA_H /* status registe...
arch/powerpc/include/asm/pasemi_dma.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _ASM_POWERPC_PCI_BRIDGE_H #define _ASM_POWERPC_PCI_BRIDGE_H #ifdef __KERNEL__ /* */ #include <linux/pci.h> #include <linux/list.h> #include <linux/ioport.h> #include <linux/numa.h> #include <linux/iommu.h> struct device_node; /* * PCI controller operations */...
arch/powerpc/include/asm/pci-bridge.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __ASM_POWERPC_PCI_H #define __ASM_POWERPC_PCI_H #ifdef __KERNEL__ /* */ #include <linux/types.h> #include <linux/slab.h> #include <linux/string.h> #include <linux/dma-map-ops.h> #include <linux/scatterlist.h> #include <asm/machdep.h> #include <asm/io.h> #inclu...
arch/powerpc/include/asm/pci.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_PERCPU_H_ #define _ASM_POWERPC_PERCPU_H_ #ifdef __powerpc64__ /* * Same as asm-generic/percpu.h, except that we store the per cpu offset * in the paca. Based on the x86-64 implementation. */ #ifdef CONFIG_SMP #define __my_cpu_offset local_paca->data_offs...
arch/powerpc/include/asm/percpu.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Performance event support - hardware-specific disambiguation * * For now this is a compile-time decision, but eventually it should be * runtime. This would allow multiplatform perf event support for e300 (fsl * embedded perf counters) plus server/classic, and w...
arch/powerpc/include/asm/perf_event.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Performance event support - Freescale embedded specific definitions. * * Copyright 2008-2009 Paul Mackerras, IBM Corporation. * Copyright 2010 Freescale Semiconductor, Inc. */ #include <linux/types.h> #include <asm/hw_irq.h> #define MAX_HWEVENTS 6 /* event fl...
arch/powerpc/include/asm/perf_event_fsl_emb.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Performance event support - PowerPC classic/server specific definitions. * * Copyright 2008-2009 Paul Mackerras, IBM Corporation. */ #include <linux/types.h> #include <asm/hw_irq.h> #include <linux/device.h> #include <uapi/asm/perf_event.h> /* Update perf_event...
arch/powerpc/include/asm/perf_event_server.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_PGALLOC_H #define _ASM_POWERPC_PGALLOC_H #include <linux/mm.h> #ifndef MODULE static inline gfp_t pgtable_gfp_flags(struct mm_struct *mm, gfp_t gfp) { if (unlikely(mm == &init_mm)) return gfp; return gfp | __GFP_ACCOUNT; } #else /* !MODULE */ static inli...
arch/powerpc/include/asm/pgalloc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_PGTABLE_BE_TYPES_H #define _ASM_POWERPC_PGTABLE_BE_TYPES_H #include <asm/cmpxchg.h> /* PTE level */ typedef struct { __be64 pte; } pte_t; #define __pte(x) ((pte_t) { cpu_to_be64(x) }) #define __pte_raw(x) ((pte_t) { (x) }) static inline unsigned long pte_val...
arch/powerpc/include/asm/pgtable-be-types.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_PGTABLE_MASKS_H #define _ASM_POWERPC_PGTABLE_MASKS_H #ifndef _PAGE_NA #define _PAGE_NA 0 #define _PAGE_NAX _PAGE_EXEC #define _PAGE_RO _PAGE_READ #define _PAGE_ROX (_PAGE_READ | _PAGE_EXEC) #define _PAGE_RW (_PAGE_READ | _PAGE_WRITE) #define _PAGE_RWX (_PAGE_...
arch/powerpc/include/asm/pgtable-masks.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_PGTABLE_TYPES_H #define _ASM_POWERPC_PGTABLE_TYPES_H #if defined(__CHECKER__) || !defined(CONFIG_PPC32) #define STRICT_MM_TYPECHECKS #endif /* PTE level */ #if defined(CONFIG_PPC_8xx) && defined(CONFIG_PPC_16K_PAGES) typedef struct { pte_basic_t pte, pte1, p...
arch/powerpc/include/asm/pgtable-types.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_PGTABLE_H #define _ASM_POWERPC_PGTABLE_H #ifndef __ASSEMBLER__ #include <linux/mmdebug.h> #include <linux/mmzone.h> #include <asm/processor.h> /* For TASK_SIZE */ #include <asm/mmu.h> #include <asm/page.h> #include <asm/tlbflush.h> struct mm_struct; #endif...
arch/powerpc/include/asm/pgtable.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0+ */ /* * PowerPC Memory Protection Keys management * * Copyright 2017, Ram Pai, IBM Corporation. */ #ifndef _ASM_POWERPC_KEYS_H #define _ASM_POWERPC_KEYS_H #include <linux/jump_label.h> #include <asm/firmware.h> extern int num_pkey; extern u32 reserved_allocation_mask; /* bits...
arch/powerpc/include/asm/pkeys.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_PLPAR_WRAPPERS_H #define _ASM_POWERPC_PLPAR_WRAPPERS_H #ifdef CONFIG_PPC_PSERIES #include <linux/string.h> #include <linux/irqflags.h> #include <linux/delay.h> #include <asm/hvcall.h> #include <asm/paca.h> #include <asm/lppaca.h> #include <asm/page.h> stat...
arch/powerpc/include/asm/plpar_wrappers.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2022 IBM Corporation * Author: Nayna Jain <nayna@linux.ibm.com> * * Platform keystore for pseries LPAR(PLPKS). */ #ifndef _ASM_POWERPC_PLPKS_H #define _ASM_POWERPC_PLPKS_H #ifdef CONFIG_PSERIES_PLPKS #include <linux/types.h> #include <linux/list.h> #incl...
arch/powerpc/include/asm/plpks.h
null
null
null
null
null
source
linux
/* * Definition of platform feature hooks for PowerMacs * * 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 Paul Mackerras & * Ben. Herrenschmidt. * ...
arch/powerpc/include/asm/pmac_feature.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * include/asm-ppc/pmac_low_i2c.h * * Copyright (C) 2003 Ben. Herrenschmidt (benh@kernel.crashing.org) */ #ifndef __PMAC_LOW_I2C_H__ #define __PMAC_LOW_I2C_H__ #ifdef __KERNEL__ /* i2c mode (based on the platform functions format) */ enum { pmac_i2c_mode_dumb =...
arch/powerpc/include/asm/pmac_low_i2c.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __PMAC_PFUNC_H__ #define __PMAC_PFUNC_H__ #include <linux/types.h> #include <linux/list.h> /* Flags in command lists */ #define PMF_FLAGS_ON_INIT 0x80000000u #define PMF_FLGAS_ON_TERM 0x40000000u #define PMF_FLAGS_ON_SLEEP 0x20000000u #define PMF_FLAGS_ON_WAKE 0x1000...
arch/powerpc/include/asm/pmac_pfunc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * pmc.h * Copyright (C) 2004 David Gibson, IBM Corporation */ #ifndef _POWERPC_PMC_H #define _POWERPC_PMC_H #ifdef __KERNEL__ #include <asm/ptrace.h> typedef void (*perf_irq_t)(struct pt_regs *); extern perf_irq_t perf_irq; int reserve_pmc_hardware(perf_irq_t ne...
arch/powerpc/include/asm/pmc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0+ */ // Copyright 2017 IBM Corp. #ifndef _ASM_PNV_OCXL_H #define _ASM_PNV_OCXL_H #include <linux/bitfield.h> #include <linux/pci.h> #define PNV_OCXL_TL_MAX_TEMPLATE 63 #define PNV_OCXL_TL_BITS_PER_RATE 4 #define PNV_OCXL_TL_RATE_BUF_SIZE ((PNV_OCXL_TL_MAX_TEMPLATE...
arch/powerpc/include/asm/pnv-ocxl.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright 2014 IBM Corp. */ #ifndef _ASM_PNV_PCI_H #define _ASM_PNV_PCI_H #include <linux/pci.h> #include <linux/pci_hotplug.h> #include <linux/irq.h> #include <linux/of.h> #include <asm/opal-api.h> #define PCI_SLOT_ID_PREFIX (1UL << 63) #define PCI_SLOT_ID(phb_...
arch/powerpc/include/asm/pnv-pci.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright 2017 IBM Corp. */ #ifndef _ASM_POWERNV_H #define _ASM_POWERNV_H #ifdef CONFIG_PPC_POWERNV extern void powernv_set_nmmu_ptcr(unsigned long ptcr); void pnv_program_cpu_hotplug_lpcr(unsigned int cpu, u64 lpcr_val); void pnv_tm_init(void); #else static in...
arch/powerpc/include/asm/powernv.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright 2009 Freescale Semiconductor, Inc. * * provides masks and opcode images for use by code generation, emulation * and for instructions that older assemblers might not know about */ #ifndef _ASM_POWERPC_PPC_OPCODE_H #define _ASM_POWERPC_PPC_OPCODE_H #inc...
arch/powerpc/include/asm/ppc-opcode.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * c 2001 PPC 64 Team, IBM Corp */ #ifndef _ASM_POWERPC_PPC_PCI_H #define _ASM_POWERPC_PPC_PCI_H #ifdef __KERNEL__ #ifdef CONFIG_PCI #include <linux/pci.h> #include <asm/pci-bridge.h> extern unsigned long isa_io_base; extern struct list_head hose_list; extern str...
arch/powerpc/include/asm/ppc-pci.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * PPC4xx Prototypes and definitions * * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de> */ #ifndef __ASM_POWERPC_PPC4xx_H__ #define __ASM_POWERPC_PPC4xx_H__ extern void __noreturn ppc4xx_reset_system(char *cmd); #endif /* __ASM_POWERPC_PPC4xx...
arch/powerpc/include/asm/ppc4xx.h
null
null
null
null
null
source
linux
/* * Copyright (C) 1995-1999 Gary Thomas, Paul Mackerras, Cort Dougan. */ #ifndef _ASM_POWERPC_PPC_ASM_H #define _ASM_POWERPC_PPC_ASM_H #include <linux/stringify.h> #include <asm/asm-compat.h> #include <asm/processor.h> #include <asm/ppc-opcode.h> #include <asm/firmware.h> #include <asm/feature-fixups.h> #include <a...
arch/powerpc/include/asm/ppc_asm.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_POWERPC_PREEMPT_H #define __ASM_POWERPC_PREEMPT_H #include <asm-generic/preempt.h> #if defined(CONFIG_PREEMPT_DYNAMIC) #include <linux/jump_label.h> DECLARE_STATIC_KEY_TRUE(sk_dynamic_irqentry_exit_cond_resched); #define need_irq_preemption() \ (static_branch_unli...
arch/powerpc/include/asm/preempt.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _ASM_POWERPC_PROBES_H #define _ASM_POWERPC_PROBES_H #ifdef __KERNEL__ /* * Definitions common to probes files * * Copyright IBM Corporation, 2012 */ #include <linux/types.h> #include <asm/disassemble.h> #include <asm/ppc-opcode.h> #define BREAKPOINT_INSTRUCTI...
arch/powerpc/include/asm/probes.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _ASM_POWERPC_PROCESSOR_H #define _ASM_POWERPC_PROCESSOR_H /* * Copyright (C) 2001 PPC 64 Team, IBM Corp */ #include <vdso/processor.h> #include <asm/reg.h> #ifdef CONFIG_VSX #define TS_FPRWIDTH 2 #ifdef __BIG_ENDIAN__ #define TS_FPROFFSET 0 #define TS_VSRLO...
arch/powerpc/include/asm/processor.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _POWERPC_PROM_H #define _POWERPC_PROM_H #ifdef __KERNEL__ /* * Definitions for talking to the Open Firmware PROM on * Power Macintosh computers. * * Copyright (C) 1996-2005 Paul Mackerras. * * Updates for PPC64 by Peter Bergner & David Engebretsen, IBM Corp...
arch/powerpc/include/asm/prom.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * PS3 platform declarations. * * Copyright (C) 2006 Sony Computer Entertainment Inc. * Copyright 2006 Sony Corp. */ #if !defined(_ASM_POWERPC_PS3_H) #define _ASM_POWERPC_PS3_H #include <linux/types.h> #include <linux/device.h> #include <asm/cell-pmu.h> union ps3...
arch/powerpc/include/asm/ps3.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * PS3 AV backend support. * * Copyright (C) 2007 Sony Computer Entertainment Inc. * Copyright 2007 Sony Corp. */ #ifndef _ASM_POWERPC_PS3AV_H_ #define _ASM_POWERPC_PS3AV_H_ /** command for ioctl() **/ #define PS3AV_VERSION 0x205 /* version of ps3av command */ #d...
arch/powerpc/include/asm/ps3av.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * PS3 GPU declarations. * * Copyright 2009 Sony Corporation */ #ifndef _ASM_POWERPC_PS3GPU_H #define _ASM_POWERPC_PS3GPU_H #include <linux/mutex.h> #include <asm/lv1call.h> #define L1GPU_CONTEXT_ATTRIBUTE_DISPLAY_SYNC 0x101 #define L1GPU_CONTEXT_ATTRIBUTE_DISPLA...
arch/powerpc/include/asm/ps3gpu.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * PS3 Storage Devices * * Copyright (C) 2007 Sony Computer Entertainment Inc. * Copyright 2007 Sony Corp. */ #ifndef _ASM_POWERPC_PS3STOR_H_ #define _ASM_POWERPC_PS3STOR_H_ #include <linux/interrupt.h> #include <asm/ps3.h> struct ps3_storage_region { unsigned in...
arch/powerpc/include/asm/ps3stor.h
null
null
null
null
null
source
linux
#ifndef _ASM_POWERPC_PTE_WALK_H #define _ASM_POWERPC_PTE_WALK_H #include <linux/sched.h> /* Don't use this directly */ extern pte_t *__find_linux_pte(pgd_t *pgdir, unsigned long ea, bool *is_thp, unsigned *hshift); static inline pte_t *find_linux_pte(pgd_t *pgdir, unsigned long ea, bool *is_thp, un...
arch/powerpc/include/asm/pte-walk.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2001 PPC64 Team, IBM Corp * * This struct defines the way the registers are stored on the * kernel stack during a system call or other kernel entry. * * this should only contain volatile regs * since we can keep non-volatile in the thread_struct ...
arch/powerpc/include/asm/ptrace.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_QSPINLOCK_H #define _ASM_POWERPC_QSPINLOCK_H #include <linux/compiler.h> #include <asm/qspinlock_types.h> #include <asm/paravirt.h> #ifdef CONFIG_PPC64 /* * Use the EH=1 hint for accesses that result in the lock being acquired. * The hardware is supposed t...
arch/powerpc/include/asm/qspinlock.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _ASM_POWERPC_QSPINLOCK_TYPES_H #define _ASM_POWERPC_QSPINLOCK_TYPES_H #include <linux/types.h> #include <asm/byteorder.h> typedef struct qspinlock { union { u32 val; #ifdef __LITTLE_ENDIAN struct { u16 locked; u8 reserved[2]; }; #else struct { ...
arch/powerpc/include/asm/qspinlock_types.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Contains the definition of registers common to all PowerPC variants. * If a register definition has been changed in a different PowerPC * variant, we will case it in #ifndef XXX ... #endif, and have the * number used in the Programming Environments Manual For 32-Bit * Im...
arch/powerpc/include/asm/reg.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Contains register definitions common to PowerPC 8xx CPUs. Notice */ #ifndef _ASM_POWERPC_REG_8xx_H #define _ASM_POWERPC_REG_8xx_H /* Cache control on the MPC8xx is provided through some additional * special purpose registers. */ #define SPRN_IC_CST 560 /* Instruction ca...
arch/powerpc/include/asm/reg_8xx.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Contains register definitions common to the Book E PowerPC * specification. * * Copyright 2009-2010 Freescale Semiconductor, Inc. */ #ifdef __KERNEL__ #ifndef __ASM_POWERPC_REG_BOOKE_H__ #define __ASM_POWERPC_REG_BOOKE_H__ #include <asm/ppc-opcode.h> /* Machine St...
arch/powerpc/include/asm/reg_booke.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Contains register definitions for the Freescale Embedded Performance * Monitor. */ #ifdef __KERNEL__ #ifndef __ASM_POWERPC_REG_FSL_EMB_H__ #define __ASM_POWERPC_REG_FSL_EMB_H__ #include <linux/stringify.h> #ifndef __ASSEMBLER__ /* Performance Monitor Registers */ static ...
arch/powerpc/include/asm/reg_fsl_emb.h
null
null
null
null
null
source
linux
/* * include/asm-ppc/rheap.h * * Header file for the implementation of a remote heap. * * Author: Pantelis Antoniou <panto@intracom.gr> * * 2004 (c) INTRACOM S.A. Greece. This file is licensed under * or implied. */ #ifndef __ASM_PPC_RHEAP_H__ #define __ASM_PPC_RHEAP_H__ #include <linux/list.h> typedef stru...
arch/powerpc/include/asm/rheap.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * RapidIO architecture support * * Copyright 2005 MontaVista Software, Inc. * Matt Porter <mporter@kernel.crashing.org> */ #ifndef ASM_PPC_RIO_H #define ASM_PPC_RIO_H #ifdef CONFIG_FSL_RIO extern int fsl_rio_mcheck_exception(struct pt_regs *); #else static inlin...
arch/powerpc/include/asm/rio.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _ASM_POWERPC_RTAS_TYPES_H #define _ASM_POWERPC_RTAS_TYPES_H #include <linux/compiler_attributes.h> typedef __be32 rtas_arg_t; struct rtas_args { __be32 token; __be32 nargs; __be32 nret; rtas_arg_t args[16]; rtas_arg_t *rets; /* Pointer to return values...
arch/powerpc/include/asm/rtas-types.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _ASM_POWERPC_RTAS_WORK_AREA_H #define _ASM_POWERPC_RTAS_WORK_AREA_H #include <linux/build_bug.h> #include <linux/sizes.h> #include <linux/types.h> #include <asm/page.h> /** * struct rtas_work_area - RTAS work area descriptor. * * Descriptor for a "work area" in ...
arch/powerpc/include/asm/rtas-work-area.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _POWERPC_RTAS_H #define _POWERPC_RTAS_H #ifdef __KERNEL__ #include <linux/mutex.h> #include <linux/spinlock.h> #include <asm/page.h> #include <asm/rtas-types.h> #include <linux/time.h> #include <linux/cpumask.h> /* * Definitions for talking to the RTAS on CHRP ...
arch/powerpc/include/asm/rtas.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_RUNLATCH_H #define _ASM_POWERPC_RUNLATCH_H #ifdef CONFIG_PPC64 extern void __ppc64_runlatch_on(void); extern void __ppc64_runlatch_off(void); /* * We manually hard enable-disable, this is called *...
arch/powerpc/include/asm/runlatch.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_SECCOMP_H #define _ASM_POWERPC_SECCOMP_H #include <linux/unistd.h> #define __NR_seccomp_sigreturn_32 __NR_sigreturn #include <asm-generic/seccomp.h> #ifdef __LITTLE_ENDIAN__ #define __SECCOMP_ARCH_LE __AUDIT_ARCH_LE #define __SECCOMP_ARCH_LE_NAME "le" #e...
arch/powerpc/include/asm/seccomp.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_SECTIONS_H #define _ASM_POWERPC_SECTIONS_H #ifdef __KERNEL__ #include <linux/elf.h> #include <linux/uaccess.h> #ifdef CONFIG_HAVE_FUNCTION_DESCRIPTORS typedef struct func_desc func_desc_t; #endif #include <asm-generic/sections.h> extern char __head_end[]; ...
arch/powerpc/include/asm/sections.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Secure boot definitions * * Copyright (C) 2019 IBM Corporation * Author: Nayna Jain */ #ifndef _ASM_POWER_SECURE_BOOT_H #define _ASM_POWER_SECURE_BOOT_H #ifdef CONFIG_PPC_SECURE_BOOT bool is_ppc_secureboot_enabled(void); bool is_ppc_trustedboot_enabled(void); #else s...
arch/powerpc/include/asm/secure_boot.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Security related feature bit definitions. * * Copyright 2018, Michael Ellerman, IBM Corporation. */ #ifndef _ASM_POWERPC_SECURITY_FEATURES_H #define _ASM_POWERPC_SECURITY_FEATURES_H extern u64 powerpc_security_features; extern bool rfi_flush; /* These are bit flags *...
arch/powerpc/include/asm/security_features.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2019 IBM Corporation * Author: Nayna Jain * * PowerPC secure variable operations. */ #ifndef SECVAR_OPS_H #define SECVAR_OPS_H #include <linux/types.h> #include <linux/errno.h> #include <linux/sysfs.h> extern const struct secvar_operations *secvar_ops; s...
arch/powerpc/include/asm/secvar.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* */ #ifndef _ASM_POWERPC_SERIAL_H #define _ASM_POWERPC_SERIAL_H /* * Serial ports are not listed here, because they are discovered * through the device tree. */ /* Default baud base if not found in device-tree */ #define BASE_BAUD ( 1843200 / 16 ) #ifdef CONFIG_P...
arch/powerpc/include/asm/serial.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_SET_MEMORY_H #define _ASM_POWERPC_SET_MEMORY_H #define SET_MEMORY_RO 0 #define SET_MEMORY_RW 1 #define SET_MEMORY_NX 2 #define SET_MEMORY_X 3 #define SET_MEMORY_NP 4 /* Set memory non present */ #define SET_MEMORY_P 5 /* Set memory present */ #define SET_MEMO...
arch/powerpc/include/asm/set_memory.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright © 2008 Michael Neuling IBM Corporation */ #ifndef _ASM_POWERPC_SETJMP_H #define _ASM_POWERPC_SETJMP_H #define JMP_BUF_LEN 23 typedef long jmp_buf[JMP_BUF_LEN]; extern int setjmp(jmp_buf env) __attribute__((returns_twice)); extern void longjmp(jmp_bu...
arch/powerpc/include/asm/setjmp.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_SETUP_H #define _ASM_POWERPC_SETUP_H #include <uapi/asm/setup.h> #ifndef __ASSEMBLER__ extern void ppc_printk_progress(char *s, unsigned short hex); extern unsigned long long memory_limit; struct device_node; /* Used in very early kernel initialization. *...
arch/powerpc/include/asm/setup.h
null
null
null
null
null
source
linux
/* Machine-dependent software floating-point definitions. PPC version. Copyright (C) 1997 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as publ...
arch/powerpc/include/asm/sfp-machine.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_SHMPARAM_H #define _ASM_POWERPC_SHMPARAM_H #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ #endif /* _ASM_POWERPC_SHMPARAM_H */
arch/powerpc/include/asm/shmparam.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_SIGNAL_H #define _ASM_POWERPC_SIGNAL_H #define __ARCH_HAS_SA_RESTORER #include <uapi/asm/signal.h> #include <uapi/asm/ptrace.h> struct pt_regs; void do_notify_resume(struct pt_regs *regs, unsigned long thread_info_flags); unsigned long get_min_sigframe_size...
arch/powerpc/include/asm/signal.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _ASM_POWERPC_SIMPLE_SPINLOCK_H #define _ASM_POWERPC_SIMPLE_SPINLOCK_H /* * Simple spin lock operations. * * Copyright (C) 2001-2004 Paul Mackerras <paulus@au.ibm.com>, IBM * Copyright (C) 2001 Anton Blanchard <anton@au.ibm.com>, IBM * Copyright (C) 2002 Dave...
arch/powerpc/include/asm/simple_spinlock.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_SIMPLE_SPINLOCK_TYPES_H #define _ASM_POWERPC_SIMPLE_SPINLOCK_TYPES_H #ifndef __LINUX_SPINLOCK_TYPES_RAW_H # error "Please do not include this file directly." #endif typedef struct { volatile unsigned int slock; } arch_spinlock_t; #define __ARCH_SPIN_LOCK_U...
arch/powerpc/include/asm/simple_spinlock_types.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * smp.h: PowerPC-specific SMP code. * * Original was a copy of sparc smp.h. Now heavily modified * for PPC. * * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu) * Copyright (C) 1996-2001 Cort Dougan <cort@fsmlabs.com> */ #ifndef _ASM_POWERPC_SMP_H...
arch/powerpc/include/asm/smp.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _SMU_H #define _SMU_H /* * Definitions for talking to the SMU chip in newer G5 PowerMacs */ #ifdef __KERNEL__ #include <linux/list.h> #endif #include <linux/types.h> /* * Known SMU commands * * Most of what is below comes from looking at the Open Firmware driver, *...
arch/powerpc/include/asm/smu.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_SPARSEMEM_H #define _ASM_POWERPC_SPARSEMEM_H 1 #ifdef __KERNEL__ #ifdef CONFIG_SPARSEMEM /* * SECTION_SIZE_BITS 2^N: how big each section will be * MAX_PHYSMEM_BITS 2^N: how much memory we can have in that space */ #define SECTION_SIZE_BITS 24 #en...
arch/powerpc/include/asm/sparsemem.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __ASM_SPINLOCK_H #define __ASM_SPINLOCK_H #ifdef __KERNEL__ #ifdef CONFIG_PPC_QUEUED_SPINLOCKS #include <asm/qspinlock.h> #include <asm/qrwlock.h> #else #include <asm/simple_spinlock.h> #endif /* See include/linux/spinlock.h */ #define smp_mb__after_spinlock() s...
arch/powerpc/include/asm/spinlock.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_SPINLOCK_TYPES_H #define _ASM_POWERPC_SPINLOCK_TYPES_H #ifndef __LINUX_SPINLOCK_TYPES_RAW_H # error "Please do not include this file directly." #endif #ifdef CONFIG_PPC_QUEUED_SPINLOCKS #include <asm/qspinlock_types.h> #include <asm-generic/qrwlock_types.h> ...
arch/powerpc/include/asm/spinlock_types.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * SPU core / file system interface and HW structures * * (C) Copyright IBM Deutschland Entwicklung GmbH 2005 * * Author: Arnd Bergmann <arndb@de.ibm.com> */ #ifndef _SPU_H #define _SPU_H #ifdef __KERNEL__ #include <linux/workqueue.h> #include <linux/device.h> #...
arch/powerpc/include/asm/spu.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * spu_csa.h: Definitions for SPU context save area (CSA). * * (C) Copyright IBM 2005 * * Author: Mark Nutter <mnutter@us.ibm.com> */ #ifndef _SPU_CSA_H_ #define _SPU_CSA_H_ #ifdef __KERNEL__ /* * Total number of 128-bit registers. */ #define NR_SPU_GPRS ...
arch/powerpc/include/asm/spu_csa.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * SPU info structures * * (C) Copyright 2006 IBM Corp. * * Author: Dwayne Grant McConnell <decimal@us.ibm.com> */ #ifndef _SPU_INFO_H #define _SPU_INFO_H #include <asm/spu.h> #include <uapi/asm/spu_info.h> #endif
arch/powerpc/include/asm/spu_info.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Defines an spu hypervisor abstraction layer. * * Copyright 2006 Sony Corp. */ #if !defined(_SPU_PRIV1_H) #define _SPU_PRIV1_H #if defined(__KERNEL__) #include <linux/types.h> struct spu; struct spu_context; /* access to priv1 registers */ struct spu_priv1_ops {...
arch/powerpc/include/asm/spu_priv1.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2004 Paul Mackerras <paulus@au.ibm.com>, IBM */ #include <asm/inst.h> struct pt_regs; /* * We don't allow single-stepping an mtmsrd that would clear * MSR_RI, since that would make the exception unrecoverable. * Since we need to single-step to pr...
arch/powerpc/include/asm/sstep.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * GCC stack protector support. * */ #ifndef _ASM_STACKPROTECTOR_H #define _ASM_STACKPROTECTOR_H #include <asm/reg.h> #include <asm/current.h> #include <asm/paca.h> /* * Initialize the stackprotector canary value. * * NOTE: this must only be called from functions that n...
arch/powerpc/include/asm/stackprotector.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Stack trace functions. * * Copyright 2018, Murilo Opsfelder Araujo, IBM Corporation. */ #ifndef _ASM_POWERPC_STACKTRACE_H #define _ASM_POWERPC_STACKTRACE_H void show_user_instructions(struct pt_regs *regs); #endif /* _ASM_POWERPC_STACKTRACE_H */
arch/powerpc/include/asm/stacktrace.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_STATIC_CALL_H #define _ASM_POWERPC_STATIC_CALL_H #define __PPC_SCT(name, inst) \ asm(".pushsection .text, \"ax\" \n" \ ".align 5 \n" \ ".globl " STATIC_CALL_TRAMP_STR(name) " \n" \ STATIC_CALL_TRAMP_STR(name) ": \n" \ inst ...
arch/powerpc/include/asm/static_call.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_POWERPC_STRING_H #define _ASM_POWERPC_STRING_H #ifdef __KERNEL__ #ifndef CONFIG_KASAN #define __HAVE_ARCH_STRNCPY #define __HAVE_ARCH_STRNCMP #define __HAVE_ARCH_MEMCHR #define __HAVE_ARCH_MEMCMP #define __HAVE_ARCH_MEMSET16 #endif #define __HAVE_ARCH_MEMSET #defin...
arch/powerpc/include/asm/string.h
null
null
null
null
null