| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | pkuintrin.h | 1 /*===---- 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 D | X86TargetParser.def | 211 X86_FEATURE_COMPAT(PKU, "pku", 0)
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | pkru2.sh | 6 grep -qw PKU /var/run/dmesg.boot || exit 0
|
| H A D | pkru.sh | 31 grep -qw PKU /var/run/dmesg.boot || exit 0
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | FreeBSDSignals.cpp | 69 ADD_SIGCODE(SIGSEGV, 11, SEGV_PKUERR, 100, "PKU violation", in Reset()
|
| /freebsd/sys/sys/ |
| H A D | signal.h | 309 #define SEGV_PKUERR 100 /* x86: PKU violation */
|
| H A D | elf_common.h | 305 #define EM_UNICORE 110 /* Microprocessor series from PKU-Unity Ltd.
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | elf | 217 >18 leshort 110 PKU-Unity Ltd.,
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | X86.cpp | 364 } 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 D | cpufeatureset.h | 232 XEN_CPUFEATURE(PKU, 6*32+ 3) /*H Protection Keys for Userspace */
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | BuiltinsX86.def | 793 // 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 D | trap.c | 879 * User-mode protection key violation (PKU). May happen in trap_pfault()
|
| H A D | pmap.c | 11466 * 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 D | bip0340.c | 781 /* 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 D | X86.td | 151 def FeaturePKU : SubtargetFeature<"pku", "HasPKU", "true",
|
| H A D | X86InstrSystem.td | 683 // PKU - enable protection key
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 228 EM_UNICORE = 110, // Microprocessor series from PKU-Unity Ltd. and MPRC
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.td | 1941 def PKU : SideEffectBinarySSf<"pku", 0xE1>;
|
| H A D | SystemZScheduleZEC12.td | 632 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
|
| H A D | SystemZScheduleZ196.td | 619 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
|
| H A D | SystemZScheduleZ14.td | 682 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Host.cpp | 1845 Features["pku"] = HasLeaf7 && ((ECX >> 4) & 1); in getHostCPUFeatures()
|
| /freebsd/sys/compat/linprocfs/ |
| H A D | linprocfs.c | 268 /* 0 */ "prefetchwt1", "avx512vbmi", "umip", "pku", in linprocfs_docpuinfo()
|
| /freebsd/sys/x86/x86/ |
| H A D | identcpu.c | 1007 "\004PKU" in printcpuinfo()
|
| /freebsd/contrib/elftoolchain/common/ |
| H A D | elfdefinitions.h | 748 "Microprocessor series from PKU-Unity Ltd. and MPRC of Peking University") \
|