HomeSort by: relevance | last modified time | path
    Searched refs:PIC (Results 1 - 16 of 16) sorted by relevancy

  /src/lib/libc/arch/sh3/gen/
swapcontext.S 49 !! getcontext captures oucp resuming here with r12 (when PIC),
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_internal.h 47 # ifdef PIC
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_internal_defs.h 100 // functions very early in the process startup (unless PIC macro is defined).
109 SANITIZER_FUCHSIA) && !defined(PIC)
113 #elif SANITIZER_SOLARIS && !defined(PIC)
sanitizer_linux.cc 1551 #ifdef PIC
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
armada-388-clearfog.dtsi 232 * CS1: PIC microcontroller (Pro models)
integratorap-im-pd1.dts 267 /* LM site 0 has IRQ 9 on the PIC */
268 interrupts-extended = <&pic 9>;
da850-lego-ev3.dts 263 bt_pic_bias: bt-pic-bias-groups {
429 * There is a PIC microcontroller for interfacing with an Apple MFi
integratorcp.dts 163 pic: pic@14000000 { label
176 /* The SIC is cascaded off IRQ 26 on the PIC */
179 interrupt-parent = <&pic>;
191 interrupt-parent = <&pic>;
  /src/sys/external/isc/libsodium/dist/m4/
ltoptions.m4 82 _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
379 # implement the --with-pic flag, and support the 'pic-only' and 'no-pic'
383 [AC_ARG_WITH([pic],
384 [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@],
385 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
407 LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])]
    [all...]
libtool.m4 3530 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4192 # C++ specific cases for pic, static, wl, etc.
4199 # All AIX code is PIC.
4223 # PIC is the default for these OSes.
4239 # PIC is the default on this platform
4248 # PIC is the default for Haiku.
4262 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
4263 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
4285 # All AIX code is PIC
    [all...]
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/
save.h 306 * PIC
347 /* Is this a master PIC or slave PIC? (NB. This is not programmable.) */
357 DECLARE_HVM_SAVE_TYPE(PIC, 3, struct hvm_hw_vpic);
  /src/share/mk/
bsd.sys.mk 246 #CPUFLAGS+= -mno-abicalls -fno-PIC
bsd.lib.mk 34 . elif ${LIBISPRIVATE} != "pic"
61 # The order matters here, PIC needs to be last
62 .if ${LIBISPRIVATE} == "pic" && ${MKPIC} != "no"
156 # .pico is used for PIC object files.
480 # make _pic.a, which isn't really pic,
bsd.own.mk 554 TOOL_PIC= ${TOOLDIR}/bin/${_TOOL_PREFIX}pic
673 TOOL_PIC= pic
711 NOPIE= # we don't have PIC, so no PIE
982 # On VAX using ELF, all objects are PIC, not just shared libraries,
  /src/sys/arch/x86/x86/
intr.c 200 #define msipic_is_msi_pic(PIC) (false)
220 static int intr_allocate_slot_cpu(struct cpu_info *, struct pic *, int, int *,
222 static int __noinline intr_allocate_slot(struct pic *, int, int,
226 static void intr_source_free(struct cpu_info *, int, struct pic *, int);
231 static const char *legacy_intr_string(int, char *, size_t, struct pic *);
233 static const char *xen_intr_string(int, char *, size_t, struct pic *);
303 intr_create_intrid(int legacy_irq, struct pic *pic, int pin, char *buf,
310 if ((pic->pic_type == PIC_MSI) || (pic->pic_type == PIC_MSIX))
768 struct pic * const pic = source->is_pic; local in function:intr_hwunmask_xcall
1073 struct pic * const pic = source->is_pic; local in function:intr_mask_xcall
1186 struct pic *pic; local in function:intr_disestablish_xcall
1336 struct ioapic_softc *pic; local in function:intr_string
1608 struct pic *pic; local in function:intr_redistribute_xc_s1
1941 struct pic *pic; local in function:intr_set_affinity
    [all...]
  /src/sys/external/isc/libsodium/dist/
configure 1528 --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
10002 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
12290 # Check whether --with-pic was given.
12799 # All AIX code is PIC.
12823 # PIC is the default for these OSes.
12840 # PIC is the default on this platform
12846 # PIC is the default for Haiku.
12852 # PIC is the default for 64-bit PA HP-UX, but not for 32-bi
    [all...]

Completed in 190 milliseconds