HomeSort by: relevance | last modified time | path
    Searched refs:segmap (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libkvm/
kvm_sparc.c 100 u_long segmapoffset; /* start of segmap array (relative */
182 struct segmap *sp, *segmaps;
195 * segmap[cpup->nsegmap];
198 segmaps = (struct segmap *)((long)kd->cpu_data + cpup->segmapoffset);
231 struct segmap *sp, *segmaps;
243 * segmap[cpup->nsegmap];
245 segmaps = (struct segmap *)((long)kd->cpu_data + cpup->segmapoffset);
325 * segmap[cpup->nsegmap];
  /src/sys/arch/sparc/include/
pmap.h 131 * is a hierarchy of regmap and segmap structures which contain kernel virtual
170 struct segmap *rg_segmap; /* point to NSGPRG PMEGs */
177 struct segmap { struct
  /src/sys/arch/sparc/sparc/
pmap.c 401 struct segmap kernel_segmap_store[NKREG*NSEGRG];/* the kernel's segmaps */
568 static void mmu_setup4m_L3(int, struct segmap *);
888 struct segmap *sp;
1073 struct segmap *sp;
1482 struct segmap *sp = &rp->rg_segmap[j];
1513 struct segmap *sp;
1557 mmu_setup4m_L3(int pagtblptd, struct segmap *sp)
1603 * enter its pmeg number into that pmap's segmap,
1618 struct segmap *sp;
2029 mmu_pagein_seg(struct pmap *pm, struct segmap *sp, vaddr_t va
    [all...]
locore.s 4150 lduba [%l0] ASI_SEGMAP, %l4 ! segmap[highva] = segmap[lowva];
4190 lduha [%l0] ASI_SEGMAP, %l4 ! segmap[highva] = segmap[lowva];
  /src/sys/arch/sun3/sun3/
locore.s 123 movsb %a0@,%d1 | copy segmap entry
614 movsb %d1,%a1@ | set segmap

Completed in 50 milliseconds