Searched refs:segmap (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/lib/libkvm/ |
H A D | kvm_sparc.c | 182 struct segmap *sp, *segmaps; in _kvm_kvatop44c() 198 segmaps = (struct segmap *)((long)kd->cpu_data + cpup->segmapoffset); in _kvm_kvatop44c() 231 struct segmap *sp, *segmaps; in _kvm_kvatop4m() 245 segmaps = (struct segmap *)((long)kd->cpu_data + cpup->segmapoffset); in _kvm_kvatop4m()
|
/netbsd-src/sys/arch/sparc/sparc/ |
H A D | 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; in setpte4m() 1073 struct segmap *sp; in pmap_growkernel() 1482 struct segmap *sp = &rp->rg_segmap[j]; in mmu_setup4m_L1() 1513 struct segmap *sp; in mmu_setup4m_L2() 1557 mmu_setup4m_L3(int pagtblptd, struct segmap *sp) in mmu_setup4m_L3() 1618 struct segmap *sp; in me_alloc() 2029 mmu_pagein_seg(struct pmap *pm, struct segmap *sp, vaddr_t va, in mmu_pagein_seg() 2074 struct segmap *sp; in mmu_pagein() [all …]
|
H A D | locore.s | 4150 lduba [%l0] ASI_SEGMAP, %l4 ! segmap[highva] = segmap[lowva]; 4190 lduha [%l0] ASI_SEGMAP, %l4 ! segmap[highva] = segmap[lowva];
|
/netbsd-src/sys/arch/sparc/include/ |
H A D | pmap.h | 170 struct segmap *rg_segmap; /* point to NSGPRG PMEGs */ 177 struct segmap { struct
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
H A D | pfilestat_example.txt | 49 Woah, we are now spending much more time in read()! I imagine segmap is 75 process is more often exhausting the (faster) segmap cache and getting
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
H A D | pfilestat_example.txt | 49 Woah, we are now spending much more time in read()! I imagine segmap is 75 process is more often exhausting the (faster) segmap cache and getting
|
/netbsd-src/sys/arch/sun3/sun3/ |
H A D | locore.s | 123 movsb %a0@,%d1 | copy segmap entry 614 movsb %d1,%a1@ | set segmap
|