Searched defs:lob (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | range.h | 37 uint64_t lob; /* inclusive lower bound */ member 75 static inline void range_set_bounds(Range *range, uint64_t lob, uint64_t upb) in range_set_bounds() 89 uint64_t lob, uint64_t upb_plus1) in range_set_bounds1() 120 static inline int range_init(Range *range, uint64_t lob, uint64_t size) in range_init() 135 static inline void range_init_nofail(Range *range, uint64_t lob, uint64_t size) in range_init_nofail()
|
/openbmc/qemu/tests/unit/ |
H A D | test-resv-mem.c | 61 static GList *insert_sorted_range(GList *list, uint64_t lob, uint64_t upb) in insert_sorted_range() 185 static ReservedRegion *alloc_resv_mem(unsigned type, uint64_t lob, uint64_t upb) in alloc_resv_mem()
|
/openbmc/qemu/util/ |
H A D | reserved-region.c | 64 uint64_t lob = range_lob(range_iter); in resv_region_list_insert() local
|
H A D | range.c | 71 GList *append_new_range(GList *list, uint64_t lob, uint64_t upb) in append_new_range()
|
H A D | log.c | 401 uint64_t r1val, r2val, lob, upb; in qemu_set_dfilter_ranges() local
|
/openbmc/linux/drivers/staging/olpc_dcon/ |
H A D | olpc_dcon_xo_1.c | 41 unsigned char lob; in dcon_init_xo_1() local
|
/openbmc/qemu/hw/core/ |
H A D | qdev-properties-system.c | 759 uint64_t lob, upb; in set_reserved_region() local
|
/openbmc/qemu/hw/pci/ |
H A D | pci.c | 2838 pcibus_t lob, upb; in pci_dev_get_w64() local
|