Home
last modified time | relevance | path

Searched refs:pauth (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dprompt.c87 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 DAArch64Features.td180 def FeaturePAuth : ExtensionWithMArch<"pauth", "PAuth", "FEAT_PAuth",
520 def FeaturePAuthLR : ExtensionWithMArch<"pauth-lr", "PAuthLR", "FEAT_PAuth_LR",
H A DAArch64SchedOryon.td844 // here we just assume all signing and pauth instructions are 7 cycles
H A DAArch64InstrInfo.td67 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 DAttributes.td396 def : CompatRuleStrAttr<"isEqual", "branch-protection-pauth-lr">;
/freebsd/contrib/tcsh/
H A Dcomplete.tcsh596 partial partial_thres pauth= popup post_data \
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4608 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 DOptions.td7373 def mbranch_protection_pauth_lr : Flag<["-"], "mbranch-protection-pauth-lr">,