OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpu_kh
(Results
1 - 11
of
11
) sorted by relevancy
/src/lib/libkvm/
kvm_i386pae.c
70
cpu_kcore_hdr_t *
cpu_kh
;
local in function:_kvm_kvatop_i386pae
76
cpu_kh
= kd->cpu_data;
86
pde_pa = (
cpu_kh
->pdppaddr & PTE_FRAME) + (pl2_pi(va) * sizeof(pde));
kvm_or1k.c
77
// cpu_kcore_hdr_t *
cpu_kh
;
92
cpu_kcore_hdr_t *
cpu_kh
;
local in function:_kvm_pa2off
97
cpu_kh
= kd->cpu_data;
99
ram = (void *)((char *)(void *)
cpu_kh
+ ALIGN(sizeof *
cpu_kh
));
kvm_riscv.c
77
// cpu_kcore_hdr_t *
cpu_kh
;
92
cpu_kcore_hdr_t *
cpu_kh
;
local in function:_kvm_pa2off
97
cpu_kh
= kd->cpu_data;
99
ram = (void *)((char *)(void *)
cpu_kh
+ ALIGN(sizeof *
cpu_kh
));
kvm_arm.c
78
cpu_kcore_hdr_t *
cpu_kh
;
local in function:_kvm_kvatop
87
cpu_kh
= kd->cpu_data;
89
if (
cpu_kh
->version != 1) {
93
if (
cpu_kh
->flags != 0) {
100
if (va >= (
cpu_kh
->UserL1TableSize << 17))
101
pde_pa =
cpu_kh
->PAKernelL1Table;
103
pde_pa =
cpu_kh
->PAUserL1Table;
165
cpu_kcore_hdr_t *
cpu_kh
;
local in function:_kvm_pa2off
170
cpu_kh
= kd->cpu_data;
171
ramsegs = (void *) ((char *) (void *)
cpu_kh
+ cpu_kh->omemsegs)
[
all
...]
kvm_mips.c
89
cpu_kcore_hdr_t *
cpu_kh
;
local in function:_kvm_kvatop
99
cpu_kh
= kd->cpu_data;
165
if (va >= (MIPS_XKSEG_START + (
cpu_kh
->sysmapsize * NBPG))) {
170
if (va >= (MIPS_KSEG2_START + (
cpu_kh
->sysmapsize * NBPG))) {
179
pte_pa =
cpu_kh
->sysmappa +
190
if ((pte &
cpu_kh
->pg_v) == 0) {
194
*pa = (((pte &
cpu_kh
->pg_frame) >>
cpu_kh
->pg_shift) << PGSHIFT) +
209
cpu_kcore_hdr_t *
cpu_kh
;
local in function:_kvm_pa2off
214
cpu_kh
= kd->cpu_data
[
all
...]
kvm_alpha.c
72
cpu_kcore_hdr_t *
cpu_kh
;
local in function:_kvm_kvatop
82
cpu_kh
= kd->cpu_data;
83
page_off = va & (
cpu_kh
->page_size - 1);
91
rv =
cpu_kh
->page_size - page_off;
98
pteoff =
cpu_kh
->lev1map_pa +
111
pteoff = ALPHA_PTE_TO_PFN(pte) *
cpu_kh
->page_size +
124
pteoff = ALPHA_PTE_TO_PFN(pte) *
cpu_kh
->page_size +
137
*pa = ALPHA_PTE_TO_PFN(pte) *
cpu_kh
->page_size + page_off;
138
rv =
cpu_kh
->page_size - page_off;
159
cpu_kcore_hdr_t *
cpu_kh
;
local in function:_kvm_pa2off
[
all
...]
kvm_powerpc64.c
127
cpu_kcore_hdr_t *
cpu_kh
= kd->cpu_data;
128
uint32_t pvr = (
cpu_kh
->pvr >> 16);
140
cpu_kcore_hdr_t *
cpu_kh
;
local in function:_kvm_pa2off
145
cpu_kh
= kd->cpu_data;
147
ram = (void *)((char *)(void *)
cpu_kh
+ ALIGN(sizeof *
cpu_kh
));
kvm_i386.c
99
cpu_kcore_hdr_t *
cpu_kh
= kd->cpu_data;
local in function:_kvm_initvtop
102
if ((
cpu_kh
->pdppaddr & I386_KCORE_PAE) == I386_KCORE_PAE)
138
cpu_kcore_hdr_t *
cpu_kh
;
local in function:_kvm_kvatop_i386
144
cpu_kh
= kd->cpu_data;
151
pde_pa = (
cpu_kh
->pdppaddr & PTE_FRAME) + (pl2_pi(va) * sizeof(pde));
201
cpu_kcore_hdr_t *
cpu_kh
;
local in function:_kvm_pa2off
206
cpu_kh
= kd->cpu_data;
207
ramsegs = (void *)((char *)(void *)
cpu_kh
+ ALIGN(sizeof *
cpu_kh
));
210
for (i = 0; i <
cpu_kh
->nmemsegs; i++)
[
all
...]
kvm_x86_64.c
95
cpu_kcore_hdr_t *
cpu_kh
;
local in function:_kvm_kvatop
106
cpu_kh
= kd->cpu_data;
115
pde_pa =
cpu_kh
->ptdpaddr + (pl4_pi(va) * sizeof(pd_entry_t));
225
cpu_kcore_hdr_t *
cpu_kh
;
local in function:_kvm_pa2off
233
cpu_kh
= kd->cpu_data;
234
ramsegs = (void *)((char *)(void *)
cpu_kh
+ ALIGN(sizeof *
cpu_kh
));
237
map = calloc(sizeof *map,
cpu_kh
->nmemsegs);
239
for (i = 0; i <
cpu_kh
->nmemsegs; i++) {
247
qsort(map,
cpu_kh
->nmemsegs, sizeof(*map), cmp_p2o)
[
all
...]
kvm_aarch64.c
86
const cpu_kcore_hdr_t * const
cpu_kh
= kd->cpu_data;
local in function:_kvm_kvatop
87
const uint64_t tg1 =
cpu_kh
->kh_tcr1 & TCR_TG1;
88
const u_int t1siz = __SHIFTOUT(
cpu_kh
->kh_tcr1, TCR_T1SZ);
125
paddr_t pte_addr =
cpu_kh
->kh_ttbr1 & TTBR_BADDR;
175
const cpu_kcore_hdr_t * const
cpu_kh
= kd->cpu_data;
local in function:_kvm_pa2off
178
for (const phys_ram_seg_t *ramsegs =
cpu_kh
->kh_ramsegs;
kvm_powerpc.c
121
cpu_kcore_hdr_t *
cpu_kh
;
local in function:_kvm_match_601bat
126
cpu_kh
= kd->cpu_data;
129
if (!BAT601_VALID_P(
cpu_kh
->dbatu[i]))
131
if (BAT601_VA_MATCH_P(
cpu_kh
->dbatu[i],
cpu_kh
->dbatl[i], va)) {
132
size = BAT601_SIZE(
cpu_kh
->dbatu[i] & BAT601_BSM);
134
*pa = (
cpu_kh
->dbatl[i] & BAT601_PBN) + pgoff;
149
cpu_kcore_hdr_t *
cpu_kh
;
local in function:_kvm_match_bat
154
cpu_kh
= kd->cpu_data;
160
if ( ((
cpu_kh
->dbatu[i] & BAT_Vs) != 0
204
cpu_kcore_hdr_t *
cpu_kh
;
local in function:_kvm_match_sr
272
cpu_kcore_hdr_t *
cpu_kh
;
local in function:_kvm_kvatop
337
cpu_kcore_hdr_t *
cpu_kh
;
local in function:_kvm_pa2off
[
all
...]
Completed in 18 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025