代码搜索结果
找到约 10,000 项符合
PIC 的代码
pmac_pic.c
/*
* Support for the interrupt controllers found on Power Macintosh,
* currently Apple's "Grand Central" interrupt controller in all
* it's incarnations. OpenPIC support used on newer machines i
adir_pic.c
/*
* arch/ppc/platforms/adir_pic.c
*
* Interrupt controller support for SBS Adirondack
*
* By Michael Sokolov
* based on the K2 and SCM versions by Matt Porter
pmac_pic.h
#ifndef __PPC_PLATFORMS_PMAC_PIC_H
#define __PPC_PLATFORMS_PMAC_PIC_H
#include
extern struct hw_interrupt_type pmac_pic;
void pmac_pic_init(void);
int pmac_get_irq(struct pt_regs *reg
open_pic.c
/*
* arch/ppc/kernel/open_pic.c -- OpenPIC Interrupt Handling
*
* Copyright (C) 1997 Geert Uytterhoeven
*
* This file is subject to the terms and conditions of the GNU General Public
* Licen
pic1.c
// Build don't link:
// GROUPS passed operators
// pic file
// Message-Id:
// Subject: gcc-2.5.8 -fpic fails to compile extern const char static initi
pic-1.c
/* { dg-do compile } */
/* { dg-options "-O2 -fpic -ftls-model=global-dynamic" } */
extern __thread long e1;
extern __thread int e2;
static __thread long s1;
static __thread int s2;
long *ae1 (void)
pmac_pic.c
/*
* BK Id: SCCS/s.pmac_pic.c 1.24 12/19/01 10:53:01 paulus
*/
#include
#include
#include
#include
#include
#include
open_pic.c
/*
* BK Id: SCCS/s.open_pic.c 1.33 12/19/01 09:45:54 trini
*/
/*
* arch/ppc/kernel/open_pic.c -- OpenPIC Interrupt Handling
*
* Copyright (C) 1997 Geert Uytterhoeven
*
* This file is subject
open_pic.h
/*
* BK Id: SCCS/s.open_pic.h 1.14 10/11/01 12:09:12 trini
*/
/*
* arch/ppc/kernel/open_pic.h -- OpenPIC Interrupt Handling
*
* Copyright (C) 1997 Geert Uytterhoeven
*
* This file is subject
pmac_pic.h
/*
* BK Id: SCCS/s.pmac_pic.h 1.9 08/19/01 22:23:04 paulus
*/
#ifndef _PPC_KERNEL_PMAC_PIC_H
#define _PPC_KERNEL_PMAC_PIC_H
#include "local_irq.h"
extern struct hw_interrupt_type pmac_pic;
void p