Displaying 4 results from an estimated 4 matches for "ptoa".
Did you mean:
btoa
2003 Aug 22
3
PAE removal patch for testing
...86/machdep.c /usr/src/sys/i386/i386/machdep.c
--- /usr/src/sys.old/i386/i386/machdep.c Thu Aug 21 18:35:33 2003
+++ /usr/src/sys/i386/i386/machdep.c Fri Aug 22 02:37:16 2003
@@ -271,8 +271,7 @@
#ifdef PERFMON
perfmon_init();
#endif
- printf("real memory = %llu (%lluK bytes)\n",
- ptoa((u_int64_t)Maxmem), ptoa((u_int64_t)Maxmem) / 1024);
+ printf("real memory = %u (%uK bytes)\n", ptoa(Maxmem), ptoa(Maxmem) / 1024);
/*
* Display any holes after the first chunk of extended memory.
*/
@@ -281,14 +280,11 @@
printf("Physical memory chunk(s):\n");
f...
2013 Oct 28
5
FreeBSD PVH guest support
...hared_info_t *)(si->shared_info + KERNBASE);
+
+ /*
+ * Setup some misc global variables for Xen devices
+ *
+ * XXX: devices that need this specific variables should
+ * be rewritten to fetch this info by themselves from the
+ * start_info page.
+ */
+ console_page =
+ (char *)(ptoa(si->console.domU.mfn) + KERNBASE);
+ xen_store = (struct xenstore_domain_interface *)
+ (ptoa(si->store_mfn) + KERNBASE);
+
+ xen_domain_type = XEN_PV_DOMAIN;
+ vm_guest = VM_GUEST_XEN;
+
+ /*
+ * Use the stack Xen gives us to build the page tables
+ * as native FreeBSD expects...
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...69 0 0.01 45641 0 0.01 45641
PropVariant.ll 23 90547 2 0.01 84417 2 0.01 82355
pseudo.ll 11 132106 0 0.02 132076 0 0.01 132076
psqrt.ll 1 7056 0 0.01 7029 0 0.00 7029
psub.ll 1 20187 0 0.00 20160 0 0.01 20160
psymodel.ll 2 270891 0 0.03 270860 0 0.03 270860
ptalloc.ll 3 6768 0 0.01 6734 0 0.01 6734
ptoa.ll 1 16862 0 0.01 16835 0 0.01 16835
ptou.ll 1 7432 0 0.01 7405 0 0.01 7405
puzzle.ll 7 13008 0 0.01 12984 0 0.01 12984
Puzzle.ll 8 59672 0 0.01 59653 0 0.01 59653
pw.ll 6 31350 0 0.01 31319 0 0.01 28916
Qalignmm.ll 14 343623 0 0.04 343608 0 0.04 343608
q_matrix.ll 8 180117 0 0.02 180096 0 0.03 180...