代码搜索结果

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

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

pic2.d

#objdump: -dr #name: pic2 .*: +file format .* Disassembly of section .text: 0+0000 : 0: 7e 01 f0 00 bl 4 \|\| nop 4: ec 00 00 00 ld24 r12,0 4: R_M

pic2.s

.section .text # R_M32R_GOTPC24 pic_gotpc: bl.s .+4 ld24 r12,#_GLOBAL_OFFSET_TABLE_ add r12,lr # R_M32R_GOTPC_HI_ULO # R_M32R_GOTPC_HI_SLO # R_M32R_GOTPC_LO pic_gotpc_slo: bl.s .+4

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

open_pic.h

/* * arch/ppc/kernel/open_pic.h -- OpenPIC Interrupt Handling * * Copyright (C) 1997 Geert Uytterhoeven * * This file is subject to the terms and conditions of the GNU General Public * Licen