Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 13 of 13) sorted by relevance

/kvm-unit-tests/riscv/
H A Dsbi-dbtr.c193 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 Dapic.c260 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 Dapic.h66 void apic_setup_timer(int vector, u32 mode);
/kvm-unit-tests/lib/riscv/asm/
H A Dmmu.h21 void mmu_enable(unsigned long mode, pgd_t *pgtable);
/kvm-unit-tests/s390x/
H A Dcstart64.S31 lhi %r1, 2 # mode 2 = esame
37 sam64 # Set addressing mode to 64 bit
/kvm-unit-tests/arm/
H A Dcstart.S265 .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 Dunittests.cfg23 # Test vector setup and exception handling (kernel mode).
29 # Test vector setup and exception handling (user mode).
/kvm-unit-tests/scripts/
H A Dvmm.bash10 : "${KVMTOOL_DEFAULT_OPTS:="--nodefaults --network mode=none --loglevel=warning"}"
H A Darch-run.bash124 -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 Dmmu.c119 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 Drun_tests.sh22 -v, --verbose Enables verbose mode
H A DLICENSE313 when it starts in an interactive mode:
/kvm-unit-tests/x86/
H A DREADME4 The infrastructure initialize the system/cpus, switches to long-mode, and