OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pdc_hwtlb
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/hppa/include/
pmap.h
94
extern struct
pdc_hwtlb
pdc_hwtlb
;
pdc.h
539
struct
pdc_hwtlb
{ /* PDC_TLB */
struct
802
int pdcproc_tlb_info(struct
pdc_hwtlb
*);
803
int pdcproc_tlb_config(struct
pdc_hwtlb
*, vaddr_t, vsize_t, unsigned long);
/src/sys/arch/hppa/hppa/
machdep.c
294
struct
pdc_hwtlb
pdc_hwtlb
;
variable in typeref:struct:pdc_hwtlb
761
error = pdcproc_tlb_info(&
pdc_hwtlb
);
762
if (error == 0 &&
pdc_hwtlb
.min_size != 0 &&
pdc_hwtlb
.max_size != 0) {
764
if (pmap_hptsize >
pdc_hwtlb
.max_size)
765
pmap_hptsize =
pdc_hwtlb
.max_size;
766
else if (pmap_hptsize && pmap_hptsize <
pdc_hwtlb
.min_size)
767
pmap_hptsize =
pdc_hwtlb
.min_size;
1051
return pdcproc_tlb_config(&
pdc_hwtlb
, hpt, hptsize, PDC_TLB_CURRPDE)
[
all
...]
/src/sys/arch/hppa/dev/
pdc.c
801
int pdcproc_tlb_info(struct
pdc_hwtlb
*ph)
815
pdcproc_tlb_config(struct
pdc_hwtlb
*ph, unsigned long hpt,
Completed in 16 milliseconds
Indexes created Mon Oct 20 08:09:54 GMT 2025