Searched refs:pauth (Results 1 – 8 of 8) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A D | prompt.c | 87 const char *pconnect, *pauth; in prompt_Display() local 100 pauth = " ON "; in prompt_Display() 102 pauth = " on "; in prompt_Display() 127 fprintf(p->Term, "%s%s%s> ", pconnect, pauth, shostname); in prompt_Display()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Features.td | 180 def FeaturePAuth : ExtensionWithMArch<"pauth", "PAuth", "FEAT_PAuth", 520 def FeaturePAuthLR : ExtensionWithMArch<"pauth-lr", "PAuthLR", "FEAT_PAuth_LR",
|
H A D | AArch64SchedOryon.td | 844 // here we just assume all signing and pauth instructions are 7 cycles
|
H A D | AArch64InstrInfo.td | 67 AssemblerPredicateWithAll<(all_of FeaturePAuth), "pauth">; 70 AssemblerPredicateWithAll<(all_of FeaturePAuthLR), "pauth-lr">; 1919 // disassembling if we don't have the pauth-lr feature.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Attributes.td | 396 def : CompatRuleStrAttr<"isEqual", "branch-protection-pauth-lr">;
|
/freebsd/contrib/tcsh/ |
H A D | complete.tcsh | 596 partial partial_thres pauth= popup post_data \
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 4608 auto pauth = PointerAuthQualifier::fromOpaqueValue(payload); in AddPtrAuthModifier() local 4610 clang_ast.getPointerAuthType(GetQualType(type), pauth); in AddPtrAuthModifier()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 7373 def mbranch_protection_pauth_lr : Flag<["-"], "mbranch-protection-pauth-lr">,
|