Home
last modified time | relevance | path

Searched full:pku (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dpkuintrin.h1 /*===---- pkuintrin.h - PKU intrinsics -------------------------------------===
18 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("pku")))
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DX86TargetParser.def211 X86_FEATURE_COMPAT(PKU, "pku", 0)
/freebsd/tools/test/stress2/misc/
H A Dpkru2.sh6 grep -qw PKU /var/run/dmesg.boot || exit 0
H A Dpkru.sh31 grep -qw PKU /var/run/dmesg.boot || exit 0
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DFreeBSDSignals.cpp69 ADD_SIGCODE(SIGSEGV, 11, SEGV_PKUERR, 100, "PKU violation", in Reset()
/freebsd/sys/sys/
H A Dsignal.h309 #define SEGV_PKUERR 100 /* x86: PKU violation */
H A Delf_common.h305 #define EM_UNICORE 110 /* Microprocessor series from PKU-Unity Ltd.
/freebsd/contrib/file/magic/Magdir/
H A Delf217 >18 leshort 110 PKU-Unity Ltd.,
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp364 } else if (Feature == "+pku") { in handleTargetFeatures()
1113 .Case("pku", true) in isValidFeatureName()
1228 .Case("pku", HasPKU) in hasFeature()
/freebsd/sys/contrib/xen/arch-x86/
H A Dcpufeatureset.h232 XEN_CPUFEATURE(PKU, 6*32+ 3) /*H Protection Keys for Userspace */
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsX86.def793 // PKU
794 TARGET_BUILTIN(__builtin_ia32_rdpkru, "Ui", "n", "pku")
795 TARGET_BUILTIN(__builtin_ia32_wrpkru, "vUi", "n", "pku")
/freebsd/sys/amd64/amd64/
H A Dtrap.c879 * User-mode protection key violation (PKU). May happen in trap_pfault()
H A Dpmap.c11466 * Returns true if the PKU setting is the same across the specified address
11468 * to reflect the PKU setting.
11479 ("pte %p has unexpected PKU %ld", pte, *pte & X86_PG_PKU_MASK)); in pmap_pkru_same()
/freebsd/crypto/libecc/src/sig/
H A Dbip0340.c781 /* As per specification, seed = seed_hash(pk1..pku || m1..mu || sig1..sigu), instantiated in _bip0340_compute_batch_csprng_seed()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.td151 def FeaturePKU : SubtargetFeature<"pku", "HasPKU", "true",
H A DX86InstrSystem.td683 // PKU - enable protection key
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h228 EM_UNICORE = 110, // Microprocessor series from PKU-Unity Ltd. and MPRC
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td1941 def PKU : SideEffectBinarySSf<"pku", 0xE1>;
H A DSystemZScheduleZEC12.td632 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
H A DSystemZScheduleZ196.td619 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
H A DSystemZScheduleZ14.td682 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp1845 Features["pku"] = HasLeaf7 && ((ECX >> 4) & 1); in getHostCPUFeatures()
/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c268 /* 0 */ "prefetchwt1", "avx512vbmi", "umip", "pku", in linprocfs_docpuinfo()
/freebsd/sys/x86/x86/
H A Didentcpu.c1007 "\004PKU" in printcpuinfo()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h748 "Microprocessor series from PKU-Unity Ltd. and MPRC of Peking University") \

12