Searched refs:VPL011_LOCK (Results 1 – 2 of 2) sorted by relevance
| /xen/xen/arch/arm/ |
| A D | vpl011.c | 93 VPL011_LOCK(d, flags); in vpl011_write_data_xen() 146 VPL011_LOCK(d, flags); in vpl011_read_data_xen() 205 VPL011_LOCK(d, flags); in vpl011_read_data() 287 VPL011_LOCK(d, flags); in vpl011_write_data() 376 VPL011_LOCK(d, flags); in vpl011_mmio_read() 384 VPL011_LOCK(d, flags); in vpl011_mmio_read() 392 VPL011_LOCK(d, flags); in vpl011_mmio_read() 401 VPL011_LOCK(d, flags); in vpl011_mmio_read() 468 VPL011_LOCK(d, flags); in vpl011_mmio_write() 568 VPL011_LOCK(d, flags); in vpl011_rx_char_xen() [all …]
|
| /xen/xen/include/asm-arm/ |
| A D | vpl011.h | 28 #define VPL011_LOCK(d,flags) spin_lock_irqsave(&(d)->arch.vpl011.lock, flags) macro
|
Completed in 6 milliseconds