OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crs
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/arch/riscv/starfive/
jh71x0_temp.c
148
const char *
crs
[] = { "bus", "sense" };
local
149
for (size_t i = 0; i < __arraycount(
crs
); i++) {
150
const char *cr =
crs
[i];
/src/tests/crypto/opencrypto/
h_ioctl.c
191
struct crypt_result
crs
[COUNT];
local
225
struct crypt_result *cr = &
crs
[i];
233
cret.results =
crs
;
246
cret.results =
crs
;
/src/tests/lib/libnvmm/
h_io_assist.c
95
state->
crs
[NVMM_X64_CR_CR0] = CR0_PG|CR0_PE|CR0_NE|CR0_TS|CR0_MP|CR0_WP|CR0_AM;
98
state->
crs
[NVMM_X64_CR_CR4] = CR4_PAE;
116
state->
crs
[NVMM_X64_CR_CR3] = 0x3000;
h_mem_assist.c
243
state->
crs
[NVMM_X64_CR_CR0] = CR0_PG|CR0_PE|CR0_NE|CR0_TS|CR0_MP|CR0_WP|CR0_AM;
246
state->
crs
[NVMM_X64_CR_CR4] = CR4_PAE;
264
state->
crs
[NVMM_X64_CR_CR3] = 0x3000;
/src/sys/dev/nvmm/x86/
nvmm_x86_svm.c
1844
state->
crs
[NVMM_X64_CR_CR0]) & CR0_TLB_FLUSH) {
1847
if (vmcb->state.cr3 != state->
crs
[NVMM_X64_CR_CR3]) {
1851
state->
crs
[NVMM_X64_CR_CR4]) & CR4_TLB_FLUSH) {
1918
vmcb->state.cr0 = state->
crs
[NVMM_X64_CR_CR0];
1919
vmcb->state.cr2 = state->
crs
[NVMM_X64_CR_CR2];
1920
vmcb->state.cr3 = state->
crs
[NVMM_X64_CR_CR3];
1921
vmcb->state.cr4 = state->
crs
[NVMM_X64_CR_CR4];
1925
vmcb->ctrl.v |= __SHIFTIN(state->
crs
[NVMM_X64_CR_CR8],
1930
cpudata->gxcr0 = state->
crs
[NVMM_X64_CR_XCR0];
2055
state->
crs
[NVMM_X64_CR_CR0] = vmcb->state.cr0
[
all
...]
nvmm_x86_vmx.c
2555
if ((cr0 ^ state->
crs
[NVMM_X64_CR_CR0]) & CR0_TLB_FLUSH) {
2559
if (cr3 != state->
crs
[NVMM_X64_CR_CR3]) {
2563
if ((cr4 ^ state->
crs
[NVMM_X64_CR_CR4]) & CR4_TLB_FLUSH) {
2626
(state->
crs
[NVMM_X64_CR_CR0] & CR0_STATIC_MASK) |
2629
(state->
crs
[NVMM_X64_CR_CR0] & ~CR0_STATIC_MASK) |
2632
cpudata->gcr2 = state->
crs
[NVMM_X64_CR_CR2];
2635
vmx_vmwrite(VMCS_GUEST_CR3, state->
crs
[NVMM_X64_CR_CR3]);
2639
(state->
crs
[NVMM_X64_CR_CR4] & CR4_VALID) | CR4_VMXE);
2641
cpudata->gcr8 = state->
crs
[NVMM_X64_CR_CR8];
2645
cpudata->gxcr0 = state->
crs
[NVMM_X64_CR_XCR0]
[
all
...]
nvmm_x86.h
263
uint64_t
crs
[NVMM_X64_NCR];
member in struct:nvmm_x64_state
nvmm_x86.c
178
.
crs
= {
/src/sys/arch/amiga/stand/bootblock/boot/
Makefile
128
${AR}
crs
$@ $> && ${RANLIB} $@
/src/sys/arch/amiga/stand/bootblock/bootxx_ffs/
Makefile
136
${AR}
crs
$@ $> && ${RANLIB} $@
/src/sys/arch/sgimips/gio/
newport.c
372
xmap9_read(struct newport_devconfig *dc, int chip, int
crs
)
382
(
crs
<< REX3_DCBMODE_DCBCRS_SHIFT) |
393
xmap9_write(struct newport_devconfig *dc, int chip, int
crs
, uint8_t val)
398
(
crs
<< REX3_DCBMODE_DCBCRS_SHIFT) |
/src/lib/libnvmm/
libnvmm_x86.c
96
printf("| -> CR0=%"PRIx64"\n", state->
crs
[NVMM_X64_CR_CR0]);
97
printf("| -> CR3=%"PRIx64"\n", state->
crs
[NVMM_X64_CR_CR3]);
98
printf("| -> CR4=%"PRIx64"\n", state->
crs
[NVMM_X64_CR_CR4]);
99
printf("| -> CR8=%"PRIx64"\n", state->
crs
[NVMM_X64_CR_CR8]);
397
if ((state->
crs
[NVMM_X64_CR_CR0] & CR0_PG) == 0) {
407
is_pae = (state->
crs
[NVMM_X64_CR_CR4] & CR4_PAE) != 0;
409
has_pse = (state->
crs
[NVMM_X64_CR_CR4] & CR4_PSE) != 0;
410
cr3 = state->
crs
[NVMM_X64_CR_CR3];
/src/share/mk/
bsd.lib.mk
560
_ARFL=
crs
Completed in 32 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026