HomeSort by: relevance | last modified time | path
    Searched defs:ste (Results 1 - 13 of 13) sorted by relevancy

  /src/lib/libkvm/
kvm_m68k_cmn.c 194 uint32_t ste, pte; local in function:vatop_030
217 if (_kvm_pread(kd, kd->pmfd, &ste, sizeof(ste),
218 _kvm_cmn_pa2off(kd, addr)) != sizeof(ste))
220 } else if (KREAD(kd, addr, &ste))
222 if ((ste & m->sg_v) == 0) {
223 _kvm_err(kd, 0, "invalid segment (%x)", ste);
227 addr = (ste & m->sg_frame) + (p * sizeof(u_int32_t));
230 * Address from STE is a physical address so don't use kvm_read.
256 uint32_t ste, pte local in function:vatop_040
    [all...]
  /src/sys/arch/cesfic/cesfic/
pmap_bootstrap.c 84 st_entry_t protoste, *ste, *este; local in function:pmap_bootstrap
167 ste = (st_entry_t *)kstpa;
168 este = &ste[kstsize * NPTEPG];
169 while (ste < este)
170 *ste++ = SG_NV;
180 ste = (st_entry_t *)kstpa;
181 ste = &ste[SG4_LEV1SIZE];
182 este = &ste[nl2desc];
184 while (ste < este)
    [all...]
  /src/sys/arch/hp300/hp300/
pmap_bootstrap.c 90 st_entry_t protoste, *ste, *este; local in function:pmap_bootstrap
171 ste = (st_entry_t *)kstpa;
172 este = &ste[kstsize * NPTEPG];
173 while (ste < este)
174 *ste++ = SG_NV;
184 ste = (st_entry_t *)kstpa;
185 ste = &ste[SG4_LEV1SIZE];
186 este = &ste[nl2desc];
188 while (ste < este)
    [all...]
  /src/sys/arch/luna68k/luna68k/
pmap_bootstrap.c 88 st_entry_t protoste, *ste, *este; local in function:pmap_bootstrap
168 ste = (st_entry_t *)kstpa;
169 este = &ste[kstsize * NPTEPG];
170 while (ste < este)
171 *ste++ = SG_NV;
181 ste = (st_entry_t *)kstpa;
182 ste = &ste[SG4_LEV1SIZE];
183 este = &ste[nl2desc];
185 while (ste < este)
    [all...]
  /src/sys/arch/mvme68k/mvme68k/
pmap_bootstrap.c 93 st_entry_t protoste, *ste, *este; local in function:pmap_bootstrap
216 ste = (st_entry_t *)kstpa;
217 este = &ste[kstsize * NPTEPG];
218 while (ste < este)
219 *ste++ = SG_NV;
229 ste = (st_entry_t *)kstpa;
230 ste = &ste[SG4_LEV1SIZE];
231 este = &ste[nl2desc];
233 while (ste < este)
    [all...]
  /src/sys/arch/news68k/news68k/
pmap_bootstrap.c 93 st_entry_t protoste, *ste, *este; local in function:pmap_bootstrap
189 ste = (st_entry_t *)kstpa;
190 este = &ste[kstsize * NPTEPG];
191 while (ste < este)
192 *ste++ = SG_NV;
202 ste = (st_entry_t *)kstpa;
203 ste = &ste[SG4_LEV1SIZE];
204 este = &ste[nl2desc];
206 while (ste < este)
    [all...]
  /src/sys/arch/next68k/next68k/
pmap_bootstrap.c 104 st_entry_t protoste, *ste, *este; local in function:pmap_bootstrap
225 ste = (st_entry_t *)kstpa;
226 este = &ste[kstsize * NPTEPG];
227 while (ste < este)
228 *ste++ = SG_NV;
238 ste = (st_entry_t *)kstpa;
239 ste = &ste[SG4_LEV1SIZE];
240 este = &ste[nl2desc];
242 while (ste < este)
    [all...]
  /src/sys/arch/virt68k/virt68k/
pmap_bootstrap.c 86 st_entry_t protoste, *ste, *este; local in function:pmap_bootstrap1
172 ste = (st_entry_t *)kstpa;
173 este = &ste[kstsize * NPTEPG];
174 while (ste < este)
175 *ste++ = SG_NV;
185 ste = (st_entry_t *)kstpa;
186 ste = &ste[SG4_LEV1SIZE];
187 este = &ste[nl2desc];
189 while (ste < este)
    [all...]
  /src/sys/arch/x68k/x68k/
pmap_bootstrap.c 89 st_entry_t protoste, *ste, *este; local in function:pmap_bootstrap
168 ste = (st_entry_t *)kstpa;
169 este = &ste[kstsize * NPTEPG];
170 while (ste < este)
171 *ste++ = SG_NV;
181 ste = (st_entry_t *)kstpa;
182 ste = &ste[SG4_LEV1SIZE];
183 este = &ste[nl2desc];
185 while (ste < este)
    [all...]
  /src/sys/arch/mac68k/mac68k/
pmap_bootstrap.c 121 st_entry_t protoste, *ste, *este; local in function:pmap_bootstrap
224 ste = PA2VA(kstpa, st_entry_t *);
225 este = &ste[kstsize * NPTEPG];
226 while (ste < este)
227 *ste++ = SG_NV;
237 ste = PA2VA(kstpa, st_entry_t *);
238 ste = &ste[SG4_LEV1SIZE];
239 este = &ste[nl2desc];
241 while (ste < este)
    [all...]
  /src/sys/arch/powerpc/include/oea/
pte.h 131 struct ste { struct
137 struct ste st[8];
  /src/sys/dev/i2o/
iop.c 473 struct i2o_systab_entry *ste; local in function:iop_config_interrupts
518 for (i = 0, ste = iop_systab->entry; i < iop_cd.cd_ndevs; i++) {
524 ste->orgid = iop->sc_status.orgid;
525 ste->iopid = device_unit(iop->sc_dev) + 2;
526 ste->segnumber =
528 ste->iopcaps = iop->sc_status.iopcaps;
529 ste->inboundmsgframesize =
531 ste->inboundmsgportaddresslow =
533 ste++;
  /src/sys/arch/m68k/m68k/
pmap_motorola.c 87 * references so we use them when accessing STE/PTEs in the pmap_pte_*
1691 st_entry_t *ste; local in function:pmap_collect1
1730 printf("collect: freeing KPT page at %lx (ste %x@%p)\n",
1736 ste = pv->pv_ptste;
1745 printf("collect: freeing KPT page at %lx (ste %x@%p)\n",
1777 if (*ste != SG_NV)
1778 printf("collect: kernel STE at %p still valid (%x)\n",
1779 ste, *ste);
1780 ste = &Sysptmap[ste - pmap_ste(pmap_kernel(), 0)]
2068 st_entry_t *ste; local in function:pmap_remove_mapping
2513 st_entry_t *ste; local in function:pmap_enter_ptpage
    [all...]

Completed in 20 milliseconds