OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tbi
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/aarch64/include/
cpufunc.h
139
#define AARCH64_ADDRTOP_TAG __BIT(55) /* ECR_EL1.
TBI
[01]=1 */
140
#define AARCH64_ADDRTOP_MSB __BIT(63) /* ECR_EL1.
TBI
[01]=0 */
141
#define AARCH64_ADDRESS_TAG_MASK __BITS(63,56) /* if TCR.
TBI
[01]=1 */
149
* return the space considering
TBI
. (PAC is not yet)
160
uint64_t addrtop,
tbi
;
local
163
tbi
= addrtop ? TCR_TBI1 : TCR_TBI0;
164
if (reg_tcr_el1_read() &
tbi
) {
193
uint64_t addrtop,
tbi
;
local
196
tbi
= addrtop ? TCR_TBI1 : TCR_TBI0;
197
if (reg_tcr_el1_read() &
tbi
) {
[
all
...]
/src/bin/ksh/
exec.c
898
struct tbl *tp = NULL, *
tbi
;
local
909
tbi
= (flags & FC_BI) ? mytsearch(&builtins, name, h) : NULL;
913
if ((flags & FC_SPECBI) &&
tbi
&& (
tbi
->flag & SPEC_BI))
914
tp =
tbi
;
926
if (!tp && (flags & FC_REGBI) &&
tbi
&& (
tbi
->flag & REG_BI))
927
tp =
tbi
;
936
if (!tp && (flags & FC_UNREGBI) &&
tbi
)
937
tp =
tbi
;
[
all
...]
/src/sys/arch/arm/ep93xx/
epe.c
163
uint32_t
tbi
= *sc->TXStsQ_cur & 0x7fff;
local
164
struct mbuf *m = sc->txq[
tbi
].m;
169
bus_dmamap_unload(sc->sc_dmat, sc->txq[
tbi
].m_dmamap);
172
sc->txq[
tbi
].m = NULL;
174
tbi
= (
tbi
+ 1) % TX_QLEN;
175
} while (sc->txq[
tbi
].m == m);
Completed in 20 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026