Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dprep_systemio.c53 uint8_t iomap_type; /* 0x0850 */ member
200 trace_prep_systemio_read(addr, s->iomap_type); in prep_port0850_read()
201 return s->iomap_type; in prep_port0850_read()
211 s->iomap_type = val & PORT0850_IOMAP_NONCONTIGUOUS; in prep_port0850_write()
261 s->iomap_type = PORT0850_IOMAP_NONCONTIGUOUS; in prep_systemio_realize()
263 s->iomap_type & PORT0850_IOMAP_NONCONTIGUOUS); in prep_systemio_realize()
283 VMSTATE_UINT8(iomap_type, PrepSystemIoState),
/openbmc/linux/fs/ext4/
H A Dextents.c4927 u16 iomap_type; in ext4_iomap_xattr_fiemap() local
4943 iomap_type = IOMAP_INLINE; in ext4_iomap_xattr_fiemap()
4947 iomap_type = IOMAP_MAPPED; in ext4_iomap_xattr_fiemap()
4957 iomap->type = iomap_type; in ext4_iomap_xattr_fiemap()