HomeSort by: relevance | last modified time | path
    Searched defs:bt (Results 1 - 25 of 118) sorted by relevancy

1 2 3 4 5

  /src/sys/arch/hp300/stand/common/
exec.c 50 struct btinfo_magic *bt; local in function:exec_hp300
62 bt = (struct btinfo_magic *)loadaddr;
63 bt->common.type = BTINFO_MAGIC;
64 bt->magic1 = BOOTINFO_MAGIC1;
65 bt->magic2 = BOOTINFO_MAGIC2;
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
ucmpti2_test.c 32 utwords bt; local in function:test__ucmpti2
33 bt.all = b;
36 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected);
cmpti2_test.c 32 twords bt; local in function:test__cmpti2
33 bt.all = b;
35 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected);
mulvti3_test.c 32 twords bt; local in function:test__mulvti3
33 bt.all = b;
40 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
udivti3_test.c 30 utwords bt; local in function:test__udivti3
31 bt.all = b;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, qt.s.high, qt.s.low,
umodti3_test.c 30 utwords bt; local in function:test__umodti3
31 bt.all = b;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, rt.s.high, rt.s.low,
addvti3_test.c 33 twords bt; local in function:test__addvti3
34 bt.all = b;
41 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
ashlti3_test.c 32 twords bt; local in function:test__ashlti3
33 bt.all = b;
divti3_test.c 30 twords bt; local in function:test__divti3
31 bt.all = b;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
modti3_test.c 30 twords bt; local in function:test__modti3
31 bt.all = b;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
muloti4_test.c 32 twords bt; local in function:test__muloti4
33 bt.all = b;
43 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
51 twords bt; local in function:test__muloti4
52 bt.all = b;
59 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
multi3_test.c 28 twords bt; local in function:test__multi3
29 bt.all = b;
36 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
subvti3_test.c 34 twords bt; local in function:test__subvti3
35 bt.all = b;
42 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
ucmpti2_test.c 32 utwords bt; local in function:test__ucmpti2
33 bt.all = b;
36 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected);
cmpti2_test.c 32 twords bt; local in function:test__cmpti2
33 bt.all = b;
35 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected);
mulvti3_test.c 32 twords bt; local in function:test__mulvti3
33 bt.all = b;
40 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
udivti3_test.c 30 utwords bt; local in function:test__udivti3
31 bt.all = b;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, qt.s.high, qt.s.low,
umodti3_test.c 30 utwords bt; local in function:test__umodti3
31 bt.all = b;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, rt.s.high, rt.s.low,
addvti3_test.c 33 twords bt; local in function:test__addvti3
34 bt.all = b;
41 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
ashlti3_test.c 32 twords bt; local in function:test__ashlti3
33 bt.all = b;
divti3_test.c 30 twords bt; local in function:test__divti3
31 bt.all = b;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
modti3_test.c 30 twords bt; local in function:test__modti3
31 bt.all = b;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
  /src/sys/arch/news68k/dev/
kbc.c 81 bus_space_tag_t bt = ha->ha_bust; local in function:kbc_attach
84 if (bus_space_map(bt, ha->ha_address, KBC_SIZE, 0, &bh) != 0) {
91 ka.ka_bt = bt;
  /src/sys/arch/x86/pci/
ichlpcib_hpet.c 57 bus_space_tag_t bt; local in function:lpcib_hpet_match
59 bt = arg->hpet_mem_t;
61 if (bus_space_map(bt, arg->hpet_reg, HPET_WINDOW_SIZE, 0, &bh) != 0)
64 bus_space_unmap(bt, bh, HPET_WINDOW_SIZE);
  /src/sys/dev/isa/
tpm_isa.c 77 bus_space_tag_t bt = ia->ia_memt; local in function:tpm_isa_match
89 if (bus_space_map(bt, (unsigned int)ia->ia_iomem[0].ir_addr,
93 if ((rv = (*tpm_intf_tis12.probe)(bt, bh)) == 0) {
100 bus_space_unmap(bt, bh, TPM_SPACE_SIZE);

Completed in 54 milliseconds

1 2 3 4 5