Home
last modified time | relevance | path

Searched refs:bti (Results 1 – 24 of 24) sorted by relevance

/freebsd/usr.sbin/sa/
H A Dusrdb.c101 BTREEINFO bti; in usracct_init() local
103 bzero(&bti, sizeof bti); in usracct_init()
104 bti.compare = uid_compare; in usracct_init()
107 &bti, v1_to_v2)); in usracct_init()
170 BTREEINFO bti; in usracct_update() local
172 bzero(&bti, sizeof bti); in usracct_update()
173 bti.compare = uid_compare; in usracct_update()
176 &bti)); in usracct_update()
H A Ddb.c56 db_copy_in(DB **mdb, const char *dbname, const char *uname, BTREEINFO *bti, in db_copy_in() argument
63 if ((*mdb = dbopen(NULL, O_RDWR, 0, DB_BTREE, bti)) == NULL) in db_copy_in()
69 if ((ddb = dbopen(dbname, O_RDONLY, 0, DB_BTREE, bti)) == NULL) { in db_copy_in()
148 db_copy_out(DB *mdb, const char *dbname, const char *uname, BTREEINFO *bti) in db_copy_out() argument
155 DB_BTREE, bti)) == NULL) { in db_copy_out()
H A Dpdb.c161 BTREEINFO bti; in pacct_print() local
178 bzero(&bti, sizeof bti); in pacct_print()
179 bti.compare = sa_cmp; in pacct_print()
180 output_pacct_db = dbopen(NULL, O_RDWR, 0, DB_BTREE, &bti); in pacct_print()
H A Dextern.h69 BTREEINFO *bti, int (*v1_to_v2)(DBT *key, DBT *data));
71 BTREEINFO *bti);
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daeabi_memset.S18 bti
38 bti
H A Daeabi_memmove.S21 bti
H A Daeabi_memcpy.S22 bti
H A Daeabi_cdcmp.S147 bti
H A Daeabi_cfcmp.S147 bti
/freebsd/crypto/krb5/src/plugins/kdb/db2/
H A Dkdb_db2.c346 BTREEINFO bti; in open_db() local
348 bti.flags = 0; in open_db()
349 bti.cachesize = 0; in open_db()
350 bti.psize = 4096; in open_db()
351 bti.lorder = 0; in open_db()
352 bti.minkeypage = 0; in open_db()
353 bti.compare = NULL; in open_db()
354 bti.prefix = NULL; in open_db()
371 dbc->hashfirst ? (void *) &hashi : (void *) &bti); in open_db()
376 dbc->hashfirst ? (void *) &bti : (void *) &hashi); in open_db()
/freebsd/contrib/llvm-project/libunwind/src/
H A Dassembly.h91 #define AARCH64_BTI bti jc
98 #define AARCH64_BTI bti c
/freebsd/share/mk/
H A Dbsd.linker.mk119 ${X_}LINKER_FEATURES+= bti-report
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FMV.td43 def : FMVExtension<"bti", "BTI">;
H A DAArch64Features.td265 def FeatureBranchTargetId : ExtensionWithMArch<"bti", "BTI", "FEAT_BTI",
813 def FeatureNoBTIAtReturnTwice : SubtargetFeature<"no-bti-at-return-twice",
H A DAArch64InstrInfo.td342 AssemblerPredicateWithAll<(all_of FeatureBranchTargetId), "bti">;
1511 def : InstAlias<"bti", (HINT 32), 0>;
1512 def : InstAlias<"bti $op", (HINT btihint_op:$op), 0>;
1513 def : InstAlias<"bti", (HINT 32)>, Requires<[HasBTI]>;
1514 def : InstAlias<"bti $op", (HINT btihint_op:$op)>, Requires<[HasBTI]>;
H A DAArch64InstrFormats.td1942 // "bti" is an alias to "hint" only for certain values of CRm:Op2 fields.
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dassembly.h211 #define PACBTI_LANDING bti
/freebsd/contrib/arm-optimized-routines/string/arm/
H A Dasmdefs.h139 bti
/freebsd/sys/dev/al_eth/
H A Dal_eth.c2236 int bti; in al_eth_request_irq() local
2238 bti = bus_teardown_intr(adapter->dev, irq->res, irq->cookie); in al_eth_request_irq()
2239 if (bti != 0) { in al_eth_request_irq()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFeatures.td547 def FeatureNoBTIAtReturnTwice : SubtargetFeature<"no-bti-at-return-twice",
H A DARMInstrThumb2.td4190 def : t2InstAlias<"bti$p", (t2HINT 15, pred:$p), 1>;
5875 def t2BTI : PACBTIHintSpaceNoOpsInst<"bti", 0b00001111>;
/freebsd/sys/conf/
H A Dfiles.arm6478 compile-with "${NORMAL_C:N-mbranch-protection*} -mbranch-protection=bti"
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5235 def mmark_bti_property : Flag<["-"], "mmark-bti-property">,
5238 def mno_bti_at_return_twice : Flag<["-"], "mno-bti-at-return-twice">,
/freebsd/crypto/openssl/
H A DCHANGES.md16888 *"Dan S. Camper" <dan@bti.net>*