/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/ |
A D | pmm.c | 224 return mb; in split_memblk() 229 mb->next = sb; in split_memblk() 252 mb->next = nb; in collect_avail_memblks() 261 set_avail(mb); in pmm_init_heap() 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 464 return mb ? memblk_buffer(mb) : 0; in pmmFind() [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/ |
A D | barrier.c | 27 mb(); in mce_barrier_enter() 32 mb(); in mce_barrier_enter() 45 mb(); in mce_barrier_exit() 50 mb(); in mce_barrier_exit()
|
A D | mce.c | 126 struct mca_banks *mb; in mcabanks_alloc() local 128 mb = xmalloc(struct mca_banks); in mcabanks_alloc() 129 if ( !mb ) in mcabanks_alloc() 134 if ( !mb->bank_map ) in mcabanks_alloc() 136 xfree(mb); in mcabanks_alloc() 140 mb->num = nr_mce_banks; in mcabanks_alloc() 142 return mb; in mcabanks_alloc() 634 struct mca_banks *mb; in set_poll_bankmask() local 636 mb = per_cpu(poll_bankmask, cpu); in set_poll_bankmask() 637 BUG_ON(!mb); in set_poll_bankmask() [all …]
|
/xen-4.10.0-shim-comet/tools/helpers/ |
A D | init-xenstore-domain.c | 247 unsigned long mb = 0, a = 0, b = 0; in parse_maxmem() local 260 res = &mb; in parse_maxmem() 268 if ( res != &mb || a != 0 ) in parse_maxmem() 279 res = &mb; in parse_maxmem() 288 maxmem = mb < val ? val : mb; in parse_maxmem()
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_tmem.c | 239 int mb; in main_tmem_freeable() local 245 mb = libxl_tmem_freeable(ctx); in main_tmem_freeable() 246 if (mb == -1) in main_tmem_freeable() 249 printf("%d\n", mb); in main_tmem_freeable()
|
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/platform-pci/ |
A D | machine_reboot.c | 28 mb(); in ap_suspend() 33 mb(); in ap_suspend()
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | td.c | 187 ssize_t mb; in td_create() local 210 mb = 1 << 20; in td_create() 248 buf = calloc(1, mb); in td_create() 260 if (write(fd, buf, mb) != mb) { in td_create()
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | util.h | 51 #define MB(mb) (mb##ULL << 20) argument 136 #define mb() asm volatile ( "lock; addl $0,0(%%esp)" : : : "memory" ) macro
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | system.h | 19 #define mb() dsb(sy) macro
|
/xen-4.10.0-shim-comet/xen/arch/x86/genapic/ |
A D | x2apic.c | 114 mb(); in send_IPI_mask_x2apic_phys() 138 mb(); /* See above for an explanation. */ in send_IPI_mask_x2apic_cluster()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/x86_64/ |
A D | system.h | 83 #define mb() \ macro
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | system.h | 181 #define smp_mb() mb()
|
/xen-4.10.0-shim-comet/xen/arch/x86/acpi/ |
A D | cpu_idle.c | 403 mb(); in mwait_idle_with_hints() 405 mb(); in mwait_idle_with_hints() 768 mb(); in acpi_dead_idle() 771 mb(); in acpi_dead_idle() 1344 mb(); in cpuidle_disable_deep_cstate()
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/hap/ |
A D | hap.c | 605 rc = hap_set_allocation(d, sc->mb << (20 - PAGE_SHIFT), &preempted); in hap_domctl() 613 sc->mb = hap_get_allocation(d); in hap_domctl() 616 sc->mb = hap_get_allocation(d); in hap_domctl()
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xc/ |
A D | xenctrl_stubs.c | 1012 CAMLlocal1(mb); in stub_shadow_allocation_get() 1024 mb = Val_int(c_mb); in stub_shadow_allocation_get() 1025 CAMLreturn(mb); in stub_shadow_allocation_get() 1029 value mb) in stub_shadow_allocation_set() argument 1031 CAMLparam3(xch, domid, mb); in stub_shadow_allocation_set() 1035 c_mb = Int_val(mb); in stub_shadow_allocation_set()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | smpboot.c | 89 #define set_cpu_state(state) do { mb(); cpu_state = (state); } while (0) 574 mb(); in do_boot_cpu() 592 mb(); in do_boot_cpu()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_domain.c | 680 unsigned long *mb, in xc_shadow_control() argument 694 domctl.u.shadow_op.mb = mb ? *mb : 0; in xc_shadow_control() 706 if ( mb ) in xc_shadow_control() 707 *mb = domctl.u.shadow_op.mb; in xc_shadow_control()
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | qconf.cc | 1647 QMessageBox mb("qconf", _("Save configuration?"), QMessageBox::Warning, in closeEvent() local 1649 mb.setButtonText(QMessageBox::Yes, _("&Save Changes")); in closeEvent() 1650 mb.setButtonText(QMessageBox::No, _("&Discard Changes")); in closeEvent() 1651 mb.setButtonText(QMessageBox::Cancel, _("Cancel Exit")); in closeEvent() 1652 switch (mb.exec()) { in closeEvent()
|
/xen-4.10.0-shim-comet/xen/include/public/io/ |
A D | ring.h | 48 #define xen_mb() mb()
|
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 1271 unsigned long mb; in pyxc_shadow_mem_control() local 1283 mb = mbarg; in pyxc_shadow_mem_control() 1286 if ( xc_shadow_control(xc->xc_handle, dom, op, NULL, 0, &mb, 0, NULL) < 0 ) in pyxc_shadow_mem_control() 1289 mbarg = mb; in pyxc_shadow_mem_control()
|
/xen-4.10.0-shim-comet/ |
A D | config.sub | 276 | maxq | mb | microblaze | mcore | mep | metag \
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | domctl.h | 236 uint32_t mb; /* Shadow memory allocation in MB */ member
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/ |
A D | common.c | 3851 sc->mb = shadow_get_allocation(d); in shadow_domctl() 3856 if ( sc->mb == 0 && shadow_mode_enabled(d) ) in shadow_domctl() 3865 rc = shadow_set_allocation(d, sc->mb << (20 - PAGE_SHIFT), &preempted); in shadow_domctl() 3873 sc->mb = shadow_get_allocation(d); in shadow_domctl()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 946 unsigned long *mb,
|