代码搜索结果

找到约 10,000 项符合 PIC 的代码

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

ld-pic.s

# Source file used to test the ld macro with PIC code. .set mips1 .data data_label: .extern big_external_data_label,1000 .extern small_external_data_label,1 .comm big_external_common,1000 .co

lb-pic.s

# Source file used to test the lb macro with PIC code. .data data_label: .extern big_external_data_label,1000 .extern small_external_data_label,1 .comm big_external_common,1000 .comm small_exte

ulh-pic.s

# Test unaligned load and store macros with PIC code. We don't bother # to test most cases. The actual loads and stores are tested by the # non-PIC test case. We just want to check that the initial

pic1.s

.text .globl _foo _foo: leal %pc@(_i), %a0 leal %pc@(_i-.), %a1