OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_cr3
(Results
1 - 4
of
4
) sorted by null
/external/qemu/target-i386/
seg_helper.c
191
uint32_t new_eflags, new_eip,
new_cr3
, new_ldt;
local
237
new_cr3
= cpu_ldl_kernel(env, tss_base + 0x1c);
248
new_cr3
= 0;
342
cpu_x86_update_cr3(env,
new_cr3
);
[
all
...]
helper.c
899
void cpu_x86_update_cr3(CPUX86State *env, target_ulong
new_cr3
)
901
env->cr[3] =
new_cr3
;
904
printf("CR3 update: CR3=" TARGET_FMT_lx "\n",
new_cr3
);
[
all
...]
cpu.h
988
void cpu_x86_update_cr3(CPUX86State *env, target_ulong
new_cr3
);
[
all
...]
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
kvm_host.h
256
void (*
new_cr3
)(struct kvm_vcpu *vcpu);
member in struct:kvm_mmu
Completed in 700 milliseconds