Home
last modified time | relevance | path

Searched defs:MEMTXATTRS_UNSPECIFIED (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/exec/
H A Dmemattrs.h80 #define MEMTXATTRS_UNSPECIFIED ((MemTxAttrs) { .unspecified = true }) macro
/openbmc/qemu/rust/qemu-api/src/
H A Dmemory.rs201 pub const MEMTXATTRS_UNSPECIFIED: MemTxAttrs = MemTxAttrs { constant