Home
last modified time | relevance | path

Searched defs:mb (Results 1 – 14 of 14) sorted by relevance

/xen/tools/firmware/rombios/32bit/
A Dpmm.c170 static void set_inuse(memblk_t *mb, uint32_t handle) in set_inuse()
176 static void set_avail(memblk_t *mb) in set_avail()
218 split_memblk(memblk_t *mb, uint32_t size) in split_memblk()
245 collect_avail_memblks(heap_t *heap, memblk_t *mb) in collect_avail_memblks()
258 memblk_t *mb = (memblk_t *)ALIGN_UP(from_addr, HEAP_ALIGNMENT); in pmm_init_heap() local
293 memblk_t *mb; in pmm_max_avail_length() local
312 memblk_t *mb; in first_fit() local
360 memblk_t *mb; in pmm_find_handle() local
401 memblk_t *mb; in pmmAllocate() local
455 memblk_t *mb; in pmmFind() local
[all …]
/xen/xen/arch/arm/include/asm/
A Dsystem.h16 #define mb() dsb(sy) macro
/xen/xen/arch/riscv/include/asm/
A Dsystem.h16 #define mb() RISCV_FENCE(iorw, iorw) macro
/xen/xen/arch/x86/include/asm/
A Dsystem.h202 #define mb() asm volatile ( "mfence" ::: "memory" ) macro
/xen/tools/helpers/
A Dinit-xenstore-domain.c364 unsigned long mb = 0, a = 0, b = 0; in parse_maxmem() local
/xen/xen/arch/ppc/include/asm/
A Dsystem.h167 #define mb() __asm__ __volatile__ ( "sync" : : : "memory" ) macro
/xen/tools/firmware/hvmloader/
A Dutil.h209 #define mb() asm volatile ( "lock addl $0, -4(%%esp)" ::: "memory" ) macro
/xen/xen/arch/x86/cpu/mcheck/
A Dmce.c106 struct mca_banks *mb; in mcabanks_alloc() local
614 struct mca_banks *mb; in set_poll_bankmask() local
/xen/xen/tools/kconfig/
A Dqconf.cc1746 QMessageBox mb("qconf", "Save configuration?", QMessageBox::Warning, in closeEvent() local
/xen/tools/ocaml/libs/xc/
A Dxenctrl_stubs.c1177 value mb) in stub_shadow_allocation_set()
/xen/xen/arch/x86/mm/
A Dmem_sharing.c1750 unsigned long mb = hap_get_allocation(d); in fork_hap_allocation() local
/xen/tools/python/xen/lowlevel/xc/
A Dxc.c1240 unsigned int mb; in pyxc_shadow_mem_control() local
/xen/tools/libs/ctrl/
A Dxc_domain.c605 unsigned int *mb, in xc_shadow_control()
/xen/xen/include/public/
A Ddomctl.h278 uint32_t mb; /* Shadow memory allocation in MB */ member

Completed in 47 milliseconds