Searched defs:cti (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c397 cti_t cti; local
416 bzero(&cti, sizeof (cti));
417 cti.filter = i_cpr_ufw;
419 cti.index = cpunodes[CPU->cpu_id].dtlb_size - 1;
420 cti.reader = dtlb_rd_entry;
421 cti.writer = dtlb_wr_entry;
422 i_cpr_scan_tlb(&cti);
424 cti.index = cpunodes[CPU->cpu_id].itlb_size - 1;
425 cti
1707 cti_t cti = {0}; local
[all...]
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfbt.c687 uint32_t cti = *instr, restore = *(instr + 1), rs1, dest; local
718 cti = FBT_RET;
734 if (FBT_FMT3_OP(cti) == FBT_OP_JMPL) {
735 uint32_t rs1 = FBT_FMT3_RS1(cti);
738 if (!FBT_FMT3_ISIMM(cti)) {
739 uint32_t rs2 = FBT_FMT3_RS2(cti);
755 if (FBT_FMT3_OP(cti) == FBT_OP_JMPL) {
756 uint32_t rs1 = FBT_FMT3_RS1(cti);
760 FBT_FMT3_RS1_SET(cti, local);
764 if (!FBT_FMT3_ISIMM(cti)) {
849 uint32_t cti = *instr, dest; local
1093 int have_ctf = 0, is_leaf = 0, nargs, cti = 0; local
[all...]

Completed in 48 milliseconds