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 * * Low-Level PCI Support for SH7780 targets * * Dustin McIntire (dustin@sensoria.com) (c) 2001 * Paul Mundt (lethal@linux-sh.org) (c) 2003 */ #ifndef _PCI_SH7780_H_ #define _PCI_SH7780_H_ /* SH7780 Control Registers */ #define PCIECR 0xFE000008 #define PCIECR_ENBL 0x01 ...
arch/sh/drivers/pci/pci-sh7780.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * New-style PCI core. * * Copyright (c) 2004 - 2009 Paul Mundt * Copyright (c) 2002 M. R. Brown * * Modelled after arch/mips/pci/pci.c: * Copyright (C) 2003, 04 Ralf Baechle (ralf@linux-mips.org) */ #include <linux/kernel.h> #include <linux/mm.h> #include <linux/pci.h> ...
arch/sh/drivers/pci/pci.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Low-Level PCI Express Support for the SH7786 * * Copyright (C) 2009 - 2011 Paul Mundt */ #define pr_fmt(fmt) "PCI: " fmt #include <linux/pci.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/io.h> #include <linux/async.h> #include <linux/delay.h> #inclu...
arch/sh/drivers/pci/pcie-sh7786.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 * * SH7786 PCI-Express controller definitions. * * Copyright (C) 2008, 2009 Renesas Technology Corp. * All rights reserved. */ #ifndef __PCI_SH7786_H #define __PCI_SH7786_H /* PCIe bus-0(x4) on SH7786 */ // Rev1.171 #define SH4A_PCIE_SPW_BASE 0xFE000000 /* spw config address...
arch/sh/drivers/pci/pcie-sh7786.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_ADC_H #define __ASM_ADC_H /* * Copyright (C) 2004 Andriy Skulysh */ #include <cpu/adc.h> int adc_single(unsigned int channel); #endif /* __ASM_ADC_H */
arch/sh/include/asm/adc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 * * Copyright (C) 1999 by Kaz Kojima * * Defitions for the address spaces of the SH CPUs. */ #ifndef __ASM_SH_ADDRSPACE_H #define __ASM_SH_ADDRSPACE_H #include <cpu/addrspace.h> /* If this CPU supports segmentation, hook up the helpers */ #ifdef P1SEG /* [ P0/U0 (virtual) ...
arch/sh/include/asm/addrspace.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_ALIGNMENT_H #define __ASM_SH_ALIGNMENT_H #include <linux/types.h> extern void inc_unaligned_byte_access(void); extern void inc_unaligned_word_access(void); extern void inc_unaligned_dword_access(void); extern void inc_unaligned_multi_access(void); extern void in...
arch/sh/include/asm/alignment.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_ATOMIC_GRB_H #define __ASM_SH_ATOMIC_GRB_H #define ATOMIC_OP(op) \ static inline void arch_atomic_##op(int i, atomic_t *v) \ { \ int tmp; \ \ __asm__ __volatile__ ( \ " .align 2 \n\t" \ " mova 1f, ...
arch/sh/include/asm/atomic-grb.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_ATOMIC_IRQ_H #define __ASM_SH_ATOMIC_IRQ_H #include <linux/irqflags.h> /* * To get proper branch prediction for the main line, we must branch * forward to code at the end of this object's .text section, then * branch back to restart the operation. */ #defin...
arch/sh/include/asm/atomic-irq.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_ATOMIC_LLSC_H #define __ASM_SH_ATOMIC_LLSC_H /* * SH-4A note: * * We basically get atomic_xxx_return() for free compared with * atomic_xxx(). movli.l/movco.l require r0 due to the instruction * encoding, so the retval is automatically set without having to ...
arch/sh/include/asm/atomic-llsc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_ATOMIC_H #define __ASM_SH_ATOMIC_H #if defined(CONFIG_CPU_J2) #include <asm-generic/atomic.h> #else /* * Atomic operations that C can't guarantee us. Useful for * resource counting etc.. * */ #include <linux/compiler.h> #include <linux/types.h> #include ...
arch/sh/include/asm/atomic.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 1999, 2000 Niibe Yutaka & Kaz Kojima * Copyright (C) 2002 Paul Mundt */ #ifndef __ASM_SH_BARRIER_H #define __ASM_SH_BARRIER_H #if defined(CONFIG_CPU_SH4A) #include <asm/cache_insns.h> #endif /* * A brief note on ctrl_barrier(), the control register writ...
arch/sh/include/asm/barrier.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_BITOPS_CAS_H #define __ASM_SH_BITOPS_CAS_H static inline unsigned __bo_cas(volatile unsigned *p, unsigned old, unsigned new) { __asm__ __volatile__("cas.l %1,%0,@r0" : "+r"(new) : "r"(old), "z"(p) : "t", "memory" ); return new; } static inline void set_b...
arch/sh/include/asm/bitops-cas.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_BITOPS_GRB_H #define __ASM_SH_BITOPS_GRB_H static inline void set_bit(int nr, volatile void * addr) { int mask; volatile unsigned int *a = addr; unsigned long tmp; a += nr >> 5; mask = 1 << (nr & 0x1f); __asm__ __volatile__ ( " .a...
arch/sh/include/asm/bitops-grb.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_BITOPS_LLSC_H #define __ASM_SH_BITOPS_LLSC_H static inline void set_bit(int nr, volatile void *addr) { int mask; volatile unsigned int *a = addr; unsigned long tmp; a += nr >> 5; mask = 1 << (nr & 0x1f); __asm__ __volatile__ ( "1: \n\t" "movli.l ...
arch/sh/include/asm/bitops-llsc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_BITOPS_OP32_H #define __ASM_SH_BITOPS_OP32_H #include <linux/bits.h> /* * The bit modifying instructions on SH-2A are only capable of working * with a 3-bit immediate, which signifies the shift position for the bit * being worked on. */ #if defined(__BIG_END...
arch/sh/include/asm/bitops-op32.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_BITOPS_H #define __ASM_SH_BITOPS_H #ifndef _LINUX_BITOPS_H #error only <linux/bitops.h> can be included directly #endif /* For __swab32 */ #include <asm/byteorder.h> #include <asm/barrier.h> #ifdef CONFIG_GUSA_RB #include <asm/bitops-grb.h> #elif defined(CONFIG...
arch/sh/include/asm/bitops.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_BL_BIT_32_H #define __ASM_SH_BL_BIT_32_H static inline void set_bl_bit(void) { unsigned long __dummy0, __dummy1; __asm__ __volatile__ ( "stc sr, %0\n\t" "or %2, %0\n\t" "and %3, %0\n\t" "ldc %0, sr\n\t" : "=&r" (__dummy0), "=r" (__dummy1) : "r" (0x...
arch/sh/include/asm/bl_bit_32.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_BUG_H #define __ASM_SH_BUG_H #include <linux/linkage.h> #define TRAPA_BUG_OPCODE 0xc33e /* trapa #0x3e */ #define BUGFLAG_UNWINDER (1 << 1) #ifdef CONFIG_GENERIC_BUG #define HAVE_ARCH_BUG #define HAVE_ARCH_WARN_ON /** * _EMIT_BUG_ENTRY * %1 - __FILE__ * %2 ...
arch/sh/include/asm/bug.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* $Id: cache.h,v 1.6 2004/03/11 18:08:05 lethal Exp $ * * include/asm-sh/cache.h * * Copyright 1999 (C) Niibe Yutaka * Copyright 2002, 2003 (C) Paul Mundt */ #ifndef __ASM_SH_CACHE_H #define __ASM_SH_CACHE_H #include <linux/init.h> #include <cpu/cache.h> #define L1_CACHE_...
arch/sh/include/asm/cache.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_CACHE_INSNS_32_H #define __ASM_SH_CACHE_INSNS_32_H #include <linux/types.h> #if defined(CONFIG_CPU_SH4A) #define __icbi(addr) __asm__ __volatile__ ( "icbi @%0\n\t" : : "r" (addr)) #else #define __icbi(addr) mb() #endif #define __ocbp(addr) __asm__ __volatile__ ...
arch/sh/include/asm/cache_insns_32.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_CACHEFLUSH_H #define __ASM_SH_CACHEFLUSH_H #include <linux/mm.h> /* * Cache flushing: * * - flush_cache_all() flushes entire cache * - flush_cache_mm(mm) flushes the specified mm context's cache lines * - flush_cache_dup mm(mm) handles cache flushing whe...
arch/sh/include/asm/cacheflush.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_CACHETYPE_H #define __ASM_SH_CACHETYPE_H #include <linux/types.h> #define cpu_dcache_is_aliasing() true #endif
arch/sh/include/asm/cachetype.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_CHECKSUM_H #define __ASM_SH_CHECKSUM_H /* * Copyright (C) 1999 by Kaz Kojima & Niibe Yutaka */ #include <linux/in6.h> #include <linux/uaccess.h> /* * computes the checksum of a memory block at buff, length len, * and adds in "sum" (32-bit) * * returns a 3...
arch/sh/include/asm/checksum_32.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_CLOCK_H #define __ASM_SH_CLOCK_H #include <linux/sh_clk.h> /* Should be defined by processor-specific code */ void __deprecated arch_init_clk_ops(struct sh_clk_ops **, int type); int __init arch_clk_init(void); /* arch/sh/kernel/cpu/clock-cpg.c */ int __init __...
arch/sh/include/asm/clock.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_CMPXCHG_CAS_H #define __ASM_SH_CMPXCHG_CAS_H static inline unsigned long __cmpxchg_u32(volatile u32 *m, unsigned long old, unsigned long new) { __asm__ __volatile__("cas.l %1,%0,@r0" : "+r"(new) : "r"(old), "z"(m) : "t", "memory" ); return new; } static ...
arch/sh/include/asm/cmpxchg-cas.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_CMPXCHG_GRB_H #define __ASM_SH_CMPXCHG_GRB_H static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) { unsigned long retval; __asm__ __volatile__ ( " .align 2 \n\t" " mova 1f, r0 \n\t" /* r0 = end point */ " ...
arch/sh/include/asm/cmpxchg-grb.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_CMPXCHG_IRQ_H #define __ASM_SH_CMPXCHG_IRQ_H #include <linux/irqflags.h> static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) { unsigned long flags, retval; local_irq_save(flags); retval = *m; *m = val; local_irq_restore(flags); return...
arch/sh/include/asm/cmpxchg-irq.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_CMPXCHG_LLSC_H #define __ASM_SH_CMPXCHG_LLSC_H static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) { unsigned long retval; unsigned long tmp; __asm__ __volatile__ ( "1: \n\t" "movli.l @%2, %0 ! xchg_u32 \n\t" "mov %0, %1 \n\t...
arch/sh/include/asm/cmpxchg-llsc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_CMPXCHG_XCHG_H #define __ASM_SH_CMPXCHG_XCHG_H /* * Copyright (C) 2016 Red Hat, Inc. * Author: Michael S. Tsirkin <mst@redhat.com> */ #include <linux/bits.h> #include <linux/compiler.h> #include <asm/byteorder.h> /* * Portable implementations of 1 and 2 byte...
arch/sh/include/asm/cmpxchg-xchg.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_CMPXCHG_H #define __ASM_SH_CMPXCHG_H /* * Atomic operations that C can't guarantee us. Useful for * resource counting etc.. */ #include <linux/compiler.h> #include <linux/types.h> #include <linux/cmpxchg-emu.h> #if defined(CONFIG_GUSA_RB) #include <asm/cmpx...
arch/sh/include/asm/cmpxchg.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 * * Arch specific extensions to struct device */ #ifndef __ASM_SH_DEVICE_H #define __ASM_SH_DEVICE_H #include <asm-generic/device.h> struct platform_device; /* allocate contiguous memory chunk and fill in struct resource */ int platform_resource_setup_memory(struct platform_devi...
arch/sh/include/asm/device.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 * * Common header for the legacy SH DMA driver and the new dmaengine driver * * extracted from arch/sh/include/asm/dma-sh.h: * * Copyright (C) 2000 Takashi YOSHII * Copyright (C) 2003 Paul Mundt */ #ifndef DMA_REGISTER_H #define DMA_REGISTER_H /* DMA registers */ #define S...
arch/sh/include/asm/dma-register.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 * * include/asm-sh/dma.h * * Copyright (C) 2003, 2004 Paul Mundt */ #ifndef __ASM_SH_DMA_H #define __ASM_SH_DMA_H #include <linux/spinlock.h> #include <linux/wait.h> #include <linux/sched.h> #include <linux/device.h> #include <asm-generic/dma.h> /* * Read and write modes can...
arch/sh/include/asm/dma.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * SH7760 DMABRG (USB/Audio) support */ #ifndef _DMABRG_H_ #define _DMABRG_H_ /* IRQ sources */ #define DMABRGIRQ_USBDMA 0 #define DMABRGIRQ_USBDMAERR 1 #define DMABRGIRQ_A0TXF 2 #define DMABRGIRQ_A0TXH 3 #define DMABRGIRQ_A0RXF 4 #define DMABRGIRQ_A0RXH 5 #define DMABRG...
arch/sh/include/asm/dmabrg.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 * * Copyright (C) 2009 Matt Fleming <matt@console-pimps.org> */ #ifndef __ASM_SH_DWARF_H #define __ASM_SH_DWARF_H #ifdef CONFIG_DWARF_UNWINDER /* * DWARF expression operations */ #define DW_OP_addr 0x03 #define DW_OP_deref 0x06 #define DW_OP_const1u 0x08 #define DW_OP_const1s ...
arch/sh/include/asm/dwarf.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_ELF_H #define __ASM_SH_ELF_H #include <linux/utsname.h> #include <asm/auxvec.h> #include <asm/ptrace.h> #include <asm/user.h> /* ELF header e_flags defines */ #define EF_SH_PIC 0x100 /* -fpic */ #define EF_SH_FDPIC 0x8000 /* -mfdpic */ /* SH (particularly SHc...
arch/sh/include/asm/elf.h
null
null
null
null
null
source
linux
! SPDX-License-Identifier: GPL-2.0 ! entry.S macro define .macro cli stc sr, r0 or #0xf0, r0 ldc r0, sr .endm .macro sti mov #0xfffffff0, r11 extu.b r11, r11 not r11, r11 stc sr, r10 and r11, r10 #ifdef CONFIG_CPU_HAS_SR_RB stc k_g_imask, r11 or r11, r10 #endif ldc r10, sr .endm .macro get_current_t...
arch/sh/include/asm/entry-macros.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_EXTABLE_H #define __ASM_SH_EXTABLE_H #include <asm-generic/extable.h> #endif
arch/sh/include/asm/extable.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 * * fixmap.h: compile-time virtual memory allocation * * Copyright (C) 1998 Ingo Molnar * * Support of BIGMEM added by Gerhard Wichert, Siemens AG, July 1999 */ #ifndef _ASM_FIXMAP_H #define _ASM_FIXMAP_H #include <linux/kernel.h> #include <linux/threads.h> #include <asm/pag...
arch/sh/include/asm/fixmap.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 * * include/asm-sh/flat.h * * uClinux flat-format executables * * Copyright (C) 2003 Paul Mundt */ #ifndef __ASM_SH_FLAT_H #define __ASM_SH_FLAT_H #include <linux/unaligned.h> static inline int flat_get_addr_from_rp(u32 __user *rp, u32 relval, u32 flags, u32 *addr) { ...
arch/sh/include/asm/flat.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_FPU_H #define __ASM_SH_FPU_H #ifndef __ASSEMBLER__ #include <asm/ptrace.h> struct task_struct; #ifdef CONFIG_SH_FPU static inline void release_fpu(struct pt_regs *regs) { regs->sr |= SR_FD; } static inline void grab_fpu(struct pt_regs *regs) { regs->sr &= ~...
arch/sh/include/asm/fpu.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0+ * * include/asm-sh/freq.h * * Copyright (C) 2002, 2003 Paul Mundt */ #ifndef __ASM_SH_FREQ_H #define __ASM_SH_FREQ_H #include <cpu/freq.h> #endif /* __ASM_SH_FREQ_H */
arch/sh/include/asm/freq.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_FTRACE_H #define __ASM_SH_FTRACE_H #ifdef CONFIG_FUNCTION_TRACER #define MCOUNT_INSN_SIZE 4 /* sizeof mcount call */ #define FTRACE_SYSCALL_MAX NR_syscalls #ifndef __ASSEMBLER__ extern void mcount(void); #define MCOUNT_ADDR ((unsigned long)(mcount)) #ifdef C...
arch/sh/include/asm/ftrace.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_FUTEX_CAS_H #define __ASM_SH_FUTEX_CAS_H static inline int atomic_futex_op_cmpxchg_inatomic(u32 *uval, u32 __user *uaddr, u32 oldval, u32 newval) { int err = 0; __asm__ __volatile__( "1:\n\t" "cas.l %2, %1, @r0\n" "2:\n\t" #ifdef CONFIG_...
arch/sh/include/asm/futex-cas.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_FUTEX_IRQ_H #define __ASM_SH_FUTEX_IRQ_H static inline int atomic_futex_op_cmpxchg_inatomic(u32 *uval, u32 __user *uaddr, u32 oldval, u32 newval) { unsigned long flags; int ret; u32 prev = 0; local_irq_save(flags); ret = get_user(prev, ua...
arch/sh/include/asm/futex-irq.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_FUTEX_LLSC_H #define __ASM_SH_FUTEX_LLSC_H static inline int atomic_futex_op_cmpxchg_inatomic(u32 *uval, u32 __user *uaddr, u32 oldval, u32 newval) { int err = 0; __asm__ __volatile__( "synco\n" "1:\n\t" "movli.l @%2, r0\n\t" "mov r0, ...
arch/sh/include/asm/futex-llsc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_FUTEX_H #define __ASM_SH_FUTEX_H #include <linux/futex.h> #include <linux/uaccess.h> #include <asm/errno.h> #if !defined(CONFIG_SMP) #include <asm/futex-irq.h> #elif defined(CONFIG_CPU_J2) #include <asm/futex-cas.h> #elif defined(CONFIG_CPU_SH4A) #include <asm/f...
arch/sh/include/asm/futex.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_HARDIRQ_H #define __ASM_SH_HARDIRQ_H extern void ack_bad_irq(unsigned int irq); #define ack_bad_irq ack_bad_irq #define ARCH_WANTS_NMI_IRQSTAT #include <asm-generic/hardirq.h> #endif /* __ASM_SH_HARDIRQ_H */
arch/sh/include/asm/hardirq.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_HD64461 #define __ASM_SH_HD64461 /* * Copyright (C) 2007 Kristoffer Ericson <Kristoffer.Ericson@gmail.com> * Copyright (C) 2004 Paul Mundt * Copyright (C) 2000 YAEGASHI Takeshi * * Hitachi HD64461 companion chip support * (please note manual reference 0x100...
arch/sh/include/asm/hd64461.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_HEARTBEAT_H #define __ASM_SH_HEARTBEAT_H #include <linux/timer.h> #define HEARTBEAT_INVERTED (1 << 0) struct heartbeat_data { void __iomem *base; unsigned char *bit_pos; unsigned int nr_bits; struct timer_list timer; unsigned int regsize; unsigned int mas...
arch/sh/include/asm/heartbeat.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_SH_HUGETLB_H #define _ASM_SH_HUGETLB_H #include <asm/cacheflush.h> #include <asm/page.h> #define __HAVE_ARCH_HUGE_PTEP_CLEAR_FLUSH static inline pte_t huge_ptep_clear_flush(struct vm_area_struct *vma, unsigned long addr, pte_t *ptep) { return *ptep; } stati...
arch/sh/include/asm/hugetlb.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_HW_BREAKPOINT_H #define __ASM_SH_HW_BREAKPOINT_H #include <uapi/asm/hw_breakpoint.h> #define __ARCH_HW_BREAKPOINT_H #include <linux/kdebug.h> #include <linux/types.h> struct arch_hw_breakpoint { unsigned long address; u16 len; u16 type; }; enum { SH_BRE...
arch/sh/include/asm/hw_breakpoint.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_HW_IRQ_H #define __ASM_SH_HW_IRQ_H #include <linux/init.h> #include <linux/sh_intc.h> #include <linux/atomic.h> extern atomic_t irq_err_count; struct ipr_data { unsigned char irq; unsigned char ipr_idx; /* Index for the IPR registered */ unsigned char shift...
arch/sh/include/asm/hw_irq.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * MMIO/IRQ and platform data for SH7760 I2C channels */ #ifndef _I2C_SH7760_H_ #define _I2C_SH7760_H_ #define SH7760_I2C_DEVNAME "sh7760-i2c" #define SH7760_I2C0_MMIO 0xFE140000 #define SH7760_I2C0_MMIOEND 0xFE14003B #define SH7760_I2C1_MMIO 0xFE150000 #define SH7760_I2C1...
arch/sh/include/asm/i2c-sh7760.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_IO_H #define __ASM_SH_IO_H /* * Convention: * read{b,w,l,q}/write{b,w,l,q} are for PCI, * while in{b,w,l}/out{b,w,l} are for ISA * * In addition we have 'pausing' versions: in{b,w,l}_p/out{b,w,l}_p * and 'string' versions: ins{b,w,l}/outs{b,w,l} * *...
arch/sh/include/asm/io.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Trivial I/O routine definitions, intentionally meant to be included * multiple times. Ugly I/O routine concatenation helpers taken from * alpha. Must be included _before_ io.h to avoid preprocessor-induced * routine mismatch. */ #define IO_CONCAT(a,b) _IO_CONCAT(a,b) #de...
arch/sh/include/asm/io_generic.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_IO_NOIOPORT_H #define __ASM_SH_IO_NOIOPORT_H static inline u8 inb(unsigned long addr) { BUG(); return -1; } static inline u16 inw(unsigned long addr) { BUG(); return -1; } static inline u32 inl(unsigned long addr) { BUG(); return -1; } static inline void...
arch/sh/include/asm/io_noioport.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_IO_TRAPPED_H #define __ASM_SH_IO_TRAPPED_H #include <linux/list.h> #include <linux/ioport.h> #include <asm/page.h> #define IO_TRAPPED_MAGIC 0xfeedbeef struct trapped_io { unsigned int magic; struct resource *resource; unsigned int num_resources; unsigned in...
arch/sh/include/asm/io_trapped.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_IRQ_H #define __ASM_SH_IRQ_H #include <linux/cpumask.h> #include <asm/machvec.h> /* * This is a special IRQ number for indicating that no IRQ has been * triggered and to simply ignore the IRQ dispatch. This is a special * case that can happen with IRQ auto-di...
arch/sh/include/asm/irq.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_IRQFLAGS_H #define __ASM_SH_IRQFLAGS_H #define ARCH_IRQ_DISABLED 0xf0 #define ARCH_IRQ_ENABLED 0x00 #include <asm-generic/irqflags.h> #endif /* __ASM_SH_IRQFLAGS_H */
arch/sh/include/asm/irqflags.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_KDEBUG_H #define __ASM_SH_KDEBUG_H /* Grossly misnamed. */ enum die_val { DIE_TRAP, DIE_NMI, DIE_OOPS, DIE_BREAKPOINT, DIE_SSTEP, }; /* arch/sh/kernel/dumpstack.c */ extern void printk_address(unsigned long address, int reliable); extern void dump_mem(const...
arch/sh/include/asm/kdebug.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_KEXEC_H #define __ASM_SH_KEXEC_H #include <asm/ptrace.h> #include <asm/string.h> #include <linux/kernel.h> /* * KEXEC_SOURCE_MEMORY_LIMIT maximum page get_free_page can return. * I.e. Maximum page that is mapped directly into kernel memory, * and kmap is not ...
arch/sh/include/asm/kexec.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_KGDB_H #define __ASM_SH_KGDB_H #include <asm/cacheflush.h> #include <asm/ptrace.h> enum regnames { GDB_R0, GDB_R1, GDB_R2, GDB_R3, GDB_R4, GDB_R5, GDB_R6, GDB_R7, GDB_R8, GDB_R9, GDB_R10, GDB_R11, GDB_R12, GDB_R13, GDB_R14, GDB_R15, GDB_PC, GDB_PR, GDB_SR, G...
arch/sh/include/asm/kgdb.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_KPROBES_H #define __ASM_SH_KPROBES_H #include <asm-generic/kprobes.h> #define BREAKPOINT_INSTRUCTION 0xc33a #ifdef CONFIG_KPROBES #include <linux/types.h> #include <linux/ptrace.h> typedef insn_size_t kprobe_opcode_t; #define MAX_INSN_SIZE 16 #define MAX_STA...
arch/sh/include/asm/kprobes.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_LINKAGE_H #define __ASM_LINKAGE_H #define __ALIGN .balign 4 #define __ALIGN_STR ".balign 4" #endif
arch/sh/include/asm/linkage.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 * * include/asm-sh/machvec.h * * Copyright 2000 Stuart Menefy (stuart.menefy@st.com) */ #ifndef _ASM_SH_MACHVEC_H #define _ASM_SH_MACHVEC_H #include <linux/types.h> #include <linux/time.h> #include <generated/machtypes.h> struct sh_machine_vector { void (*mv_setup)(char **cm...
arch/sh/include/asm/machvec.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_MMIOWB_H #define __ASM_SH_MMIOWB_H #include <asm/barrier.h> /* synco on SH-4A, otherwise a nop */ #define mmiowb() wmb() #include <asm-generic/mmiowb.h> #endif /* __ASM_SH_MMIOWB_H */
arch/sh/include/asm/mmiowb.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __MMU_H #define __MMU_H /* * Privileged Space Mapping Buffer (PMB) definitions */ #define PMB_PASCR 0xff000070 #define PMB_IRMCR 0xff000078 #define PASCR_SE 0x80000000 #define PMB_ADDR 0xf6100000 #define PMB_DATA 0xf7100000 #define NR_PMB_ENTRIES 16 #define PM...
arch/sh/include/asm/mmu.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 1999 Niibe Yutaka * Copyright (C) 2003 - 2007 Paul Mundt * * ASID handling idea taken from MIPS implementation. */ #ifndef __ASM_SH_MMU_CONTEXT_H #define __ASM_SH_MMU_CONTEXT_H #include <cpu/mmu_context.h> #include <asm/tlbflush.h> #include <linux/uaccess....
arch/sh/include/asm/mmu_context.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_MMU_CONTEXT_32_H #define __ASM_SH_MMU_CONTEXT_32_H #ifdef CONFIG_CPU_HAS_PTEAEX static inline void set_asid(unsigned long asid) { __raw_writel(asid, MMU_PTEAEX); } static inline unsigned long get_asid(void) { return __raw_readl(MMU_PTEAEX) & MMU_CONTEXT_ASID_M...
arch/sh/include/asm/mmu_context_32.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_MMZONE_H #define __ASM_SH_MMZONE_H #ifdef CONFIG_NUMA #include <linux/numa.h> static inline int pfn_to_nid(unsigned long pfn) { int nid; for (nid = 0; nid < MAX_NUMNODES; nid++) if (pfn >= node_start_pfn(nid) && pfn <= node_end_pfn(nid)) break; return ...
arch/sh/include/asm/mmzone.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_SH_MODULE_H #define _ASM_SH_MODULE_H #include <asm-generic/module.h> #ifdef CONFIG_DWARF_UNWINDER struct mod_arch_specific { struct list_head fde_list; struct list_head cie_list; }; #endif #endif /* _ASM_SH_MODULE_H */
arch/sh/include/asm/module.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_PAGE_H #define __ASM_SH_PAGE_H /* * Copyright (C) 1999 Niibe Yutaka */ #include <linux/const.h> #include <vdso/page.h> #define PTE_MASK PAGE_MASK #if defined(CONFIG_HUGETLB_PAGE_SIZE_64K) #define HPAGE_SHIFT 16 #elif defined(CONFIG_HUGETLB_PAGE_SIZE_256K) ...
arch/sh/include/asm/page.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_PCI_H #define __ASM_SH_PCI_H /* Can be used to override the logic in pci_scan_bus for skipping already-configured bus numbers - to be used for buggy BIOSes or architectures with incomplete PCI setup by the loader */ #define pcibios_assign_all_busses() 1 /...
arch/sh/include/asm/pci.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_PERF_EVENT_H #define __ASM_SH_PERF_EVENT_H struct hw_perf_event; #define MAX_HWEVENTS 2 struct sh_pmu { const char *name; unsigned int num_events; void (*disable_all)(void); void (*enable_all)(void); void (*enable)(struct hw_perf_event *, int); void (...
arch/sh/include/asm/perf_event.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_PGALLOC_H #define __ASM_SH_PGALLOC_H #include <linux/mm.h> #include <asm/page.h> #define __HAVE_ARCH_PMD_ALLOC_ONE #define __HAVE_ARCH_PMD_FREE #define __HAVE_ARCH_PGD_FREE #include <asm-generic/pgalloc.h> extern pgd_t *pgd_alloc(struct mm_struct *); extern voi...
arch/sh/include/asm/pgalloc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_PGTABLE_2LEVEL_H #define __ASM_SH_PGTABLE_2LEVEL_H #include <asm-generic/pgtable-nopmd.h> /* * traditional two-level paging structure */ #define PAGETABLE_LEVELS 2 /* PTE bits */ #define PTE_MAGNITUDE 2 /* 32-bit PTEs */ #define PTE_SHIFT PAGE_SHIFT #defin...
arch/sh/include/asm/pgtable-2level.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_PGTABLE_3LEVEL_H #define __ASM_SH_PGTABLE_3LEVEL_H #include <asm-generic/pgtable-nopud.h> /* * Some cores need a 3-level page table layout, for example when using * 64-bit PTEs and 4K pages. */ #define PAGETABLE_LEVELS 3 #define PTE_MAGNITUDE 3 /* 64-bit PT...
arch/sh/include/asm/pgtable-3level.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 * * This file contains the functions and defines necessary to modify and * use the SuperH page table tree. * * Copyright (C) 1999 Niibe Yutaka * Copyright (C) 2002 - 2007 Paul Mundt */ #ifndef __ASM_SH_PGTABLE_H #define __ASM_SH_PGTABLE_H #ifdef CONFIG_X2TLB #include <asm/pgt...
arch/sh/include/asm/pgtable.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_PGTABLE_32_H #define __ASM_SH_PGTABLE_32_H /* * Linux PTEL encoding. * * Hardware and software bit definitions for the PTEL value (see below for * notes on SH-X2 MMUs and 64-bit PTEs): * * - Bits 0 and 7 are reserved on SH-3 (_PAGE_WT and _PAGE_SZ1 on SH-4)...
arch/sh/include/asm/pgtable_32.h
null
null
null
null
null
source
linux
/* SPDX--License-Identifier: GPL-2.0 */ #ifndef __PLATFORM_EARLY__ #define __PLATFORM_EARLY__ #include <linux/types.h> #include <linux/platform_device.h> #include <linux/pm_runtime.h> #include <linux/slab.h> struct sh_early_platform_driver { const char *class_str; struct platform_driver *pdrv; struct list_head li...
arch/sh/include/asm/platform_early.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_PROCESSOR_H #define __ASM_SH_PROCESSOR_H #include <asm/cpu-features.h> #include <asm/cache.h> #ifndef __ASSEMBLER__ /* * CPU type and hardware bug flags. Kept separately for each CPU. * * Each one of these also needs a CONFIG_CPU_SUBTYPE_xxx entry * in ar...
arch/sh/include/asm/processor.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * include/asm-sh/processor.h * * Copyright (C) 1999, 2000 Niibe Yutaka * Copyright (C) 2002, 2003 Paul Mundt */ #ifndef __ASM_SH_PROCESSOR_32_H #define __ASM_SH_PROCESSOR_32_H #include <linux/compiler.h> #include <linux/linkage.h> #include <asm/page.h> #include <asm/ty...
arch/sh/include/asm/processor_32.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 1999, 2000 Niibe Yutaka */ #ifndef __ASM_SH_PTRACE_H #define __ASM_SH_PTRACE_H #include <linux/stringify.h> #include <linux/stddef.h> #include <linux/thread_info.h> #include <asm/addrspace.h> #include <asm/page.h> #include <uapi/asm/ptrace.h> #define user_...
arch/sh/include/asm/ptrace.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_PTRACE_32_H #define __ASM_SH_PTRACE_32_H #include <uapi/asm/ptrace_32.h> #define MAX_REG_OFFSET offsetof(struct pt_regs, tra) static inline long regs_return_value(struct pt_regs *regs) { return regs->regs[0]; } #endif /* __ASM_SH_PTRACE_32_H */
arch/sh/include/asm/ptrace_32.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_PUSH_SWITCH_H #define __ASM_SH_PUSH_SWITCH_H #include <linux/timer.h> #include <linux/interrupt.h> #include <linux/workqueue.h> #include <linux/platform_device.h> struct push_switch { /* switch state */ unsigned int state:1; /* debounce timer */ struct time...
arch/sh/include/asm/push-switch.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_REBOOT_H #define __ASM_SH_REBOOT_H #include <linux/kdebug.h> struct pt_regs; struct machine_ops { void (*restart)(char *cmd); void (*halt)(void); void (*power_off)(void); void (*shutdown)(void); void (*crash_shutdown)(struct pt_regs *); }; extern struct m...
arch/sh/include/asm/reboot.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ROMIMAGE_MACRO_H #define __ROMIMAGE_MACRO_H /* The LIST command is used to include comments in the script */ .macro LIST comment .endm /* The ED command is used to write a 32-bit word */ .macro ED, addr, data mov.l 1f, r1 mov.l 2f, r0 mov.l r0, @r1 bra 3f nop ....
arch/sh/include/asm/romimage-macros.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_RTC_H #define _ASM_RTC_H #define RTC_CAP_4_DIGIT_YEAR (1 << 0) struct sh_rtc_platform_info { unsigned long capabilities; }; #include <cpu/rtc.h> #endif /* _ASM_RTC_H */
arch/sh/include/asm/rtc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SECCOMP_H #include <linux/unistd.h> #define __NR_seccomp_read __NR_read #define __NR_seccomp_write __NR_write #define __NR_seccomp_exit __NR_exit #define __NR_seccomp_sigreturn __NR_rt_sigreturn #ifdef CONFIG_CPU_LITTLE_ENDIAN #define __SECCOMP_ARCH_LE __AUDIT_AR...
arch/sh/include/asm/seccomp.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_SECTIONS_H #define __ASM_SH_SECTIONS_H #include <asm-generic/sections.h> extern char __machvec_start[], __machvec_end[]; extern char __uncached_start, __uncached_end; extern char __start_eh_frame[], __stop_eh_frame[]; #endif /* __ASM_SH_SECTIONS_H */
arch/sh/include/asm/sections.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _SH_SETUP_H #define _SH_SETUP_H #include <uapi/asm/setup.h> /* * This is set up by the setup-routine at boot-time */ #define PARAM ((unsigned char *)empty_zero_page) #define MOUNT_ROOT_RDONLY (*(unsigned long *) (PARAM+0x000)) #define RAMDISK_FLAGS (*(unsigned long *)...
arch/sh/include/asm/setup.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0+ * * Machine-dependent software floating-point definitions. SuperH kernel version. Copyright (C) 1997,1998,1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson (rth@cygnus.com), Jakub Jelinek (jj@ultra.linux.cz...
arch/sh/include/asm/sfp-machine.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * sh7760fb.h -- platform data for SH7760/SH7763 LCDC framebuffer driver. * * (c) 2006-2008 MSC Vertriebsges.m.b.H., * Manuel Lauss <mano@roarinelk.homelinux.net> * (c) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> */ #ifndef _ASM_SH_SH7760FB_H #define _ASM_SH...
arch/sh/include/asm/sh7760fb.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_BIOS_H #define __ASM_SH_BIOS_H #ifdef CONFIG_SH_STANDARD_BIOS /* * Copyright (C) 2000 Greg Banks, Mitch Davis * C API to interface to the standard LinuxSH BIOS * usually from within the early stages of kernel boot. */ extern void sh_bios_console_write(const ...
arch/sh/include/asm/sh_bios.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 * * include/asm-sh/shmparam.h * * Copyright (C) 1999 Niibe Yutaka * Copyright (C) 2006 Paul Mundt */ #ifndef __ASM_SH_SHMPARAM_H #define __ASM_SH_SHMPARAM_H /* * SH-4 and SH-3 7705 have an aliasing dcache. Bump this up to a sensible value * for everyone, and work out the spe...
arch/sh/include/asm/shmparam.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 * * platform header for the SIU ASoC driver * * Copyright (C) 2009-2010 Guennadi Liakhovetski <g.liakhovetski@gmx.de> */ #ifndef ASM_SIU_H #define ASM_SIU_H struct device; struct siu_platform { unsigned int dma_slave_tx_a; unsigned int dma_slave_rx_a; unsigned int dma_slav...
arch/sh/include/asm/siu.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_SMC37C93X_H #define __ASM_SH_SMC37C93X_H /* * linux/include/asm-sh/smc37c93x.h * * Copyright (C) 2000 Kazumoto Kojima * * SMSC 37C93x Super IO Chip support */ /* Default base I/O address */ #define FDC_PRIMARY_BASE 0x3f0 #define IDE1_PRIMARY_BASE 0x1f0 #d...
arch/sh/include/asm/smc37c93x.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_SMP_OPS_H #define __ASM_SH_SMP_OPS_H struct plat_smp_ops { void (*smp_setup)(void); unsigned int (*smp_processor_id)(void); void (*prepare_cpus)(unsigned int max_cpus); void (*start_cpu)(unsigned int cpu, unsigned long entry_point); void (*send_ipi)(unsigned...
arch/sh/include/asm/smp-ops.h
null
null
null
null
null