Home
last modified time | relevance | path

Searched refs:pconfig (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_ioctl.h87 VCHIQ_CONFIG_T *pconfig; member
H A Dvchiq_if.h175 int config_size, VCHIQ_CONFIG_T *pconfig);
H A Dvchiq_core.c3554 int config_size, VCHIQ_CONFIG_T *pconfig) in vchiq_get_config() argument
3570 memcpy(pconfig, &config, in vchiq_get_config()
H A Dvchiq_arm.c1062 if (copy_to_user((void __user *)args.pconfig, in vchiq_ioctl()
/freebsd/sys/dev/usb/
H A Dusb_msctest.c603 const struct usb_config *pconfig; in bbb_attach() local
650 pconfig = bbb_config; in bbb_attach()
660 pconfig = bbb_raw_config; in bbb_attach()
671 err = usbd_transfer_setup(udev, &iface_index, sc->xfer, pconfig, in bbb_attach()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DX86TargetParser.def210 X86_FEATURE_COMPAT(PCONFIG, "pconfig", 0)
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSystem.td846 def PCONFIG : I<0x01, MRM_C5, (outs), (ins), "pconfig", []>, TB,
H A DX86.td315 def FeaturePCONFIG : SubtargetFeature<"pconfig", "HasPCONFIG", "true",
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6308 def mno_pconfig : Flag<["-"], "mno-pconfig">, Group<m_x86_Features_Group>;