Searched refs:pic (Results 26 - 50 of 95) sorted by relevance

1234

/freebsd-9.3-release/sys/x86/x86/
H A Dio_apic.c95 struct pic io_pic;
119 static void ioapic_resume(struct pic *pic);
124 struct pic ioapic_template = { ioapic_enable_source, ioapic_disable_source,
486 ioapic_resume(struct pic *pic) argument
488 struct ioapic *io = (struct ioapic *)pic;
558 intpin->io_intsrc.is_pic = (struct pic *)io;
H A Dlocal_apic.c161 static void lapic_resume(struct pic *pic);
171 struct pic lapic_pic = { .pic_resume = lapic_resume };
571 lapic_resume(struct pic *pic) argument
1373 /* Enable the MSI "pic". */
H A Dmsi.c132 struct pic msi_pic = { msi_enable_source, msi_disable_source, msi_eoi_source,
/freebsd-9.3-release/gnu/usr.bin/groff/tmac/
H A DMakefile23 pic.tmac \
/freebsd-9.3-release/share/mk/
H A Dbsd.doc.mk36 # USE_PIC If set, preprocess with pic(1). [not set]
54 PIC?= pic
/freebsd-9.3-release/sys/mips/rmi/
H A Dintr_machdep.c50 #include <mips/rmi/pic.h>
H A Dxls_ehci.c70 #include <mips/rmi/pic.h>
H A Diodi.c57 #include <mips/rmi/pic.h>
H A Dfmn.c59 #include <mips/rmi/pic.h>
H A Dxlr_machdep.c73 #include <mips/rmi/pic.h>
311 mtx_init(&xlr_pic_lock, "pic", NULL, MTX_SPIN);
H A Dxlr_pci.c58 #include <mips/rmi/pic.h>
349 * at the XLS pic
511 /* if needed reprogram the pic to clear pcix related entry */
/freebsd-9.3-release/sys/boot/fdt/dts/
H A Ddb88f5182.dts115 PIC: pic@20200 {
120 compatible = "mrvl,pic";
H A Ddb88f5281.dts115 PIC: pic@20200 {
120 compatible = "mrvl,pic";
H A Ddockstar.dts126 PIC: pic@20200 {
131 compatible = "mrvl,pic";
H A Dsheevaplug.dts126 PIC: pic@20200 {
131 compatible = "mrvl,pic";
H A Ddb78100.dts125 PIC: pic@20200 {
130 compatible = "mrvl,pic";
H A Ddb88f6281.dts127 PIC: pic@20200 {
132 compatible = "mrvl,pic";
/freebsd-9.3-release/contrib/libreadline/support/
H A Dshobj-conf75 SHOBJ_CFLAGS=-pic
99 SHOBJ_CFLAGS='-K pic'
414 SHOBJ_CFLAGS='-K pic -b elf'
478 SHOBJ_CFLAGS='-K pic'
/freebsd-9.3-release/crypto/openssl/crypto/perlasm/
H A Dx86unix.pl363 elsif ($main'aout and !$main'pic)
395 elsif ($main'aout and !$main'pic)
672 elsif ($main'pic && ($main'elf || $main'aout))
714 $tmp.=".type $ctor,\@function\n" if ($main'pic);
/freebsd-9.3-release/sys/mips/nlm/
H A Dintr_machdep.c53 #include <mips/nlm/hal/pic.h>
H A Dcms.c63 #include <mips/nlm/hal/pic.h>
H A Dxlp_machdep.c77 #include <mips/nlm/hal/pic.h>
/freebsd-9.3-release/contrib/gdb/
H A Dltconfig334 --prefer-pic try to use only PIC objects
335 --prefer-non-pic try to use only non-PIC objects
383 --prefer-pic) pic_mode=yes ;;
384 --prefer-non-pic) pic_mode=no ;;
H A Dlibtool.m4134 AC_ARG_WITH(pic,
135 [ --with-pic try to use only PIC/non-PIC objects [default=use both]],
137 test x"$pic_mode" = xyes && libtool_flags="$libtool_flags --prefer-pic"
138 test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
348 # AC_LIBTOOL_PICMODE - implement the --with-pic flag
/freebsd-9.3-release/usr.bin/man/
H A Dman.sh937 PIC=pic

Completed in 212 milliseconds

1234