Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Dvmx_tests.c3950 static void test_pi_desc_addr(u64 addr, bool is_ctrl_valid) in test_pi_desc_addr() function
4063 test_pi_desc_addr(1ul << i, false); in test_posted_intr()
4066 test_pi_desc_addr(0xf0, false); in test_posted_intr()
4067 test_pi_desc_addr(0xff, false); in test_posted_intr()
4068 test_pi_desc_addr(0x0f, false); in test_posted_intr()
4069 test_pi_desc_addr(0x8000, true); in test_posted_intr()
4070 test_pi_desc_addr(0x00, true); in test_posted_intr()
4071 test_pi_desc_addr(0xc000, true); in test_posted_intr()