Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 3 of 3) sorted by relevance

/kvm-unit-tests/riscv/
H A Dsbi-dbtr.c193 static unsigned long mcontrol_size(enum Tdata1Size mode) in mcontrol_size()
205 static unsigned long mcontrol6_size(enum Tdata1Size mode) in mcontrol6_size()
211 static unsigned long gen_tdata1_mcontrol(enum Tdata1Mode mode, enum Tdata1Value value) in gen_tdata1_mcontrol()
236 static unsigned long gen_tdata1_mcontrol6(enum Tdata1Mode mode, enum Tdata1Value value) in gen_tdata1_mcontrol6()
267 …atic unsigned long gen_tdata1(enum McontrolType type, enum Tdata1Value value, enum Tdata1Mode mode) in gen_tdata1()
/kvm-unit-tests/lib/riscv/
H A Dmmu.c119 void mmu_enable(unsigned long mode, pgd_t *pgtable) in mmu_enable()
/kvm-unit-tests/lib/x86/
H A Dapic.c260 void apic_setup_timer(int vector, u32 mode) in apic_setup_timer()