Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/bhyve-tests/tests/kdev/
H A Dpayload_vlapic_mmio_access.c28 volatile uint32_t *ptr = (uint32_t *)(MMIO_LAPIC_BASE + reg); in write_vlapic()
35 volatile uint32_t *ptr = (uint32_t *)(MMIO_LAPIC_BASE + reg); in read_vlapic()
74 volatile uint8_t *ptr = (uint8_t *)(MMIO_LAPIC_BASE + off); in start()
H A Dpayload_vlapic_freq.c31 volatile uint32_t *ptr = (uint32_t *)(MMIO_LAPIC_BASE + reg); in write_vlapic()
38 volatile uint32_t *ptr = (uint32_t *)(MMIO_LAPIC_BASE + reg); in read_vlapic()
H A Dpayload_vlapic_freq_periodic.c35 volatile uint32_t *ptr = (uint32_t *)(MMIO_LAPIC_BASE + reg); in write_vlapic()
42 volatile uint32_t *ptr = (uint32_t *)(MMIO_LAPIC_BASE + reg); in read_vlapic()
H A Dtest_defs.h30 #define MMIO_LAPIC_BASE 0xfee00000UL macro