Searched refs:mode (Results 1 – 13 of 13) sorted by relevance
/kvm-unit-tests/riscv/ |
H A D | sbi-dbtr.c | 193 static unsigned long mcontrol_size(enum Tdata1Size mode) in mcontrol_size() argument 197 ret |= ((mode >> 2) & SBI_DBTR_TDATA1_MCONTROL_SIZEHI_MASK) in mcontrol_size() 199 ret |= (mode & SBI_DBTR_TDATA1_MCONTROL_SIZELO_MASK) in mcontrol_size() 205 static unsigned long mcontrol6_size(enum Tdata1Size mode) in mcontrol6_size() argument 207 return (mode & SBI_DBTR_TDATA1_MCONTROL6_SIZE_MASK) in mcontrol6_size() 211 static unsigned long gen_tdata1_mcontrol(enum Tdata1Mode mode, enum Tdata1Value value) in gen_tdata1_mcontrol() argument 224 if (mode & MODE_M) in gen_tdata1_mcontrol() 227 if (mode & MODE_U) in gen_tdata1_mcontrol() 230 if (mode & MODE_S) in gen_tdata1_mcontrol() 236 static unsigned long gen_tdata1_mcontrol6(enum Tdata1Mode mode, enum Tdata1Value value) in gen_tdata1_mcontrol6() argument [all …]
|
/kvm-unit-tests/lib/x86/ |
H A D | apic.c | 260 void apic_setup_timer(int vector, u32 mode) in apic_setup_timer() argument 264 assert((mode & APIC_LVT_TIMER_MASK) == mode); in apic_setup_timer() 267 apic_write(APIC_LVTT, vector | mode); in apic_setup_timer()
|
H A D | apic.h | 66 void apic_setup_timer(int vector, u32 mode);
|
/kvm-unit-tests/lib/riscv/asm/ |
H A D | mmu.h | 21 void mmu_enable(unsigned long mode, pgd_t *pgtable);
|
/kvm-unit-tests/s390x/ |
H A D | cstart64.S | 31 lhi %r1, 2 # mode 2 = esame 37 sam64 # Set addressing mode to 64 bit
|
/kvm-unit-tests/arm/ |
H A D | cstart.S | 265 .macro set_mode_stack mode, stack 267 msr cpsr_c, #(\mode | PSR_I_BIT | PSR_F_BIT) 295 msr cpsr_cxsf, r2 @ back to svc mode 308 .macro vector_stub, name, vec, mode, correction=0
|
H A D | unittests.cfg | 23 # Test vector setup and exception handling (kernel mode). 29 # Test vector setup and exception handling (user mode).
|
/kvm-unit-tests/scripts/ |
H A D | vmm.bash | 10 : "${KVMTOOL_DEFAULT_OPTS:="--nodefaults --network mode=none --loglevel=warning"}"
|
H A D | arch-run.bash | 124 -mon chardev=mon,mode=control \ 167 -mon chardev=mon,mode=control -incoming unix:${dst_incoming} \ 303 -mon chardev=mon,mode=control -S &
|
/kvm-unit-tests/lib/riscv/ |
H A D | mmu.c | 119 void mmu_enable(unsigned long mode, pgd_t *pgtable) in mmu_enable() argument 122 unsigned long satp = mode | ppn; in mmu_enable()
|
/kvm-unit-tests/ |
H A D | run_tests.sh | 22 -v, --verbose Enables verbose mode
|
H A D | LICENSE | 313 when it starts in an interactive mode:
|
/kvm-unit-tests/x86/ |
H A D | README | 4 The infrastructure initialize the system/cpus, switches to long-mode, and
|