Home
last modified time | relevance | path

Searched refs:ac (Results 1 – 16 of 16) sorted by relevance

/xen/xen/arch/arm/
A Dmem_access.c35 #define ACCESS(ac) [p2m_access_##ac] = XENMEM_access_##ac in __p2m_get_mem_access() argument
364 #define ACCESS(ac) [XENMEM_access_##ac] = p2m_access_##ac in p2m_set_mem_access() argument
/xen/xen/arch/x86/mm/
A Dmem_access.c49 #define ACCESS(ac) [p2m_access_##ac] = XENMEM_access_##ac in _p2m_get_mem_access() argument
321 #define ACCESS(ac) [XENMEM_access_##ac] = p2m_access_##ac in xenmem_access_to_p2m_access() argument
/xen/xen/tools/kconfig/
A Dconf.c486 int main(int ac, char **av) in main() argument
495 while ((opt = getopt_long(ac, av, "s", long_opts, NULL)) != -1) { in main()
554 if (ac == optind) { in main()
A Dmconf.c1003 int main(int ac, char **av) in main() argument
1010 if (ac > 1 && strcmp(av[1], "-s") == 0) { in main()
A Dgconf.c1443 int main(int ac, char *av[]) in main() argument
1451 gtk_init(&ac, &av); in main()
1467 if (ac > 1 && av[1][0] == '-') { in main()
A Dnconf.c1474 int main(int ac, char **av) in main() argument
1479 if (ac > 1 && strcmp(av[1], "-s") == 0) { in main()
A Dqconf.cc1853 int main(int ac, char** av) in main() argument
1859 configApp = new QApplication(ac, av); in main()
1860 if (ac > 1 && av[1][0] == '-') { in main()
/xen/m4/
A Dpkg.m455 # only at the first occurence in configure.ac, so if the first place
101 # explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
170 # an explicit call to PKG_PROG_PKG_CONFIG in your configure.ac.
/xen/stubdom/grub.patches/
A D00cvs24 + * configure.ac: Always use "_cv_" in cache variables for
42 + * configure.ac: Test if '--build-id=none' is supported by the
143 * configure.ac (AC_INIT): Upgraded to 0.97.
221 diff -uprN grub-0.97/configure.ac grub/configure.ac
222 --- grub-0.97/configure.ac 2005-05-08 03:36:03.000000000 +0100
223 +++ grub/configure.ac 2008-04-10 23:26:50.000000000 +0100
958 Yedidyah Bar-David <didi@post.tau.ac.il>
A D10graphics.diff1 diff -Naur grub-0.97.orig/configure.ac grub-0.97/configure.ac
2 --- grub-0.97.orig/configure.ac 2005-05-07 23:36:03.000000000 -0300
3 +++ grub-0.97/configure.ac 2005-06-12 20:56:49.000000000 -0300
A D61btrfs.diff13 diff -up grub-upstream.wip/configure.ac.btrfs grub-upstream.wip/configure.ac
14 --- grub-upstream.wip/configure.ac.btrfs 2012-03-20 05:06:49.000000000 +0000
15 +++ grub-upstream.wip/configure.ac 2012-03-20 05:07:09.000000000 +0000
/xen/tools/
A Dconfig.h.in1 /* config.h.in. Generated from configure.ac by autoheader. */
/xen/
A DMAINTAINERS478 F: *.ac
480 F: */*.ac
/xen/tools/xentrace/
A Dxenalyze.c1941 void abs_cycles_to_time(unsigned long long ac, struct time_struct *t) { in abs_cycles_to_time() argument
1942 if(ac > P.f.first_tsc) { in abs_cycles_to_time()
1946 t->time = ((ac - P.f.first_tsc) << 10) / opt.cpu_qhz; in abs_cycles_to_time()
1954 tsc_t abs_cycles_to_global(unsigned long long ac) { in abs_cycles_to_global() argument
1955 if(ac > P.f.first_tsc) in abs_cycles_to_global()
1956 return ac - P.f.first_tsc; in abs_cycles_to_global()
/xen/xen/tools/
A Dxen.flf14 Modified by Keir Fraser <kaf24@cl.cam.ac.uk> for Xen build system.
/xen/tools/tests/x86_emulator/
A Devex-disp8.c169 INSN(fnmadd213, 66, 0f38, ac, vl, sd, vl),

Completed in 61 milliseconds