Home
last modified time | relevance | path

Searched defs:advice (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/bsd-user/
H A Dbsd-mem.h143 abi_long advice = arg3; in do_bsd_madvise() local
/openbmc/openbmc/poky/bitbake/lib/bb/
H A D__init__.py236 def deprecated(func, name=None, advice=""): argument
/openbmc/qemu/util/
H A Dosdep.c51 int qemu_madvise(void *addr, size_t len, int advice) in qemu_madvise()
/openbmc/qemu/linux-user/
H A Dmmap.c1198 abi_long target_madvise(abi_ulong start, abi_ulong len_in, int advice) in target_madvise()
/openbmc/qemu/migration/
H A Drdma.c999 int advice = wr ? IBV_ADVISE_MR_ADVICE_PREFETCH_WRITE : in qemu_rdma_advise_prefetch_mr() local