search for: asmmacros

Displaying 20 results from an estimated 50 matches for "asmmacros".

Did you mean: asmmacro
2013 Nov 12
0
[klibc:master] arm64: remove useless <klibc/asmmacros.h> file
...libc/klibc.git;a=commit;h=45647d9f97cac184d399eae9bcbe24aef2223f70 Author: H. Peter Anvin <hpa at zytor.com> AuthorDate: Mon, 11 Nov 2013 19:33:40 -0800 Committer: H. Peter Anvin <hpa at zytor.com> CommitDate: Mon, 11 Nov 2013 19:33:40 -0800 [klibc] arm64: remove useless <klibc/asmmacros.h> file <klibc/asmmacros.h> is a file specific to arm32; the file is empty on arm64 so we can just drop it. Cc: Neil Williams <codehelp at debian.org> Cc: Anil Singhar <anil.singhar at linaro.org> Cc: Steve Capper <steve.capper at linaro.org> Signed-off-by: H. Peter Anv...
2011 May 17
2
[PATCH] arm: use bx on thumb2 v3
...Steve Langasek <steve.langasek at canonical.com> Cc: Kirill A. Shutemov <kirill at shutemov.name> Cc: Michael Tokarev <mjt at tls.msk.ru> Signed-off-by: maximilian attems <max at stro.at> --- usr/include/arch/arm/klibc/archconfig.h | 6 +++++- usr/include/arch/arm/klibc/asmmacros.h | 6 ++++++ usr/include/klibc/sysconfig.h | 9 +++++++++ usr/klibc/arch/arm/setjmp.S | 10 ++++++---- usr/klibc/arch/arm/vfork.S | 5 +++-- 5 files changed, 29 insertions(+), 7 deletions(-) diff --git a/usr/include/arch/arm/klibc/archconfig.h b/usr/...
2013 Nov 08
0
[PATCH 3/3] arm64: Introduce arm64 support
...| 3 +- usr/include/arch/arm64/klibc/archconfig.h | 17 ++++++++++ usr/include/arch/arm64/klibc/archsetjmp.h | 20 ++++++++++++ usr/include/arch/arm64/klibc/archsignal.h | 14 +++++++++ usr/include/arch/arm64/klibc/archstat.h | 29 +++++++++++++++++ usr/include/arch/arm64/klibc/asmmacros.h | 11 +++++++ usr/klibc/README.klibc | 1 + usr/klibc/SYSCALLS.def | 8 ++--- usr/klibc/arch/arm64/Kbuild | 7 +++++ usr/klibc/arch/arm64/MCONFIG | 23 ++++++++++++++ usr/klibc/arch/arm64/crt0.S | 19 +++++++++++ u...
2013 Nov 12
0
[klibc:master] arm64: Add arm64 support
...3 +- usr/include/arch/{sh => arm64}/klibc/archconfig.h | 4 +- usr/include/arch/arm64/klibc/archsetjmp.h | 22 ++++++++++ .../arch/{m32r => arm64}/klibc/archsignal.h | 2 +- usr/include/arch/arm64/klibc/archstat.h | 29 +++++++++++++ usr/include/arch/arm64/klibc/asmmacros.h | 11 +++++ usr/klibc/README.klibc | 1 + usr/klibc/SYSCALLS.def | 2 +- usr/klibc/arch/{parisc => arm64}/Kbuild | 5 +-- usr/klibc/arch/{sparc64 => arm64}/MCONFIG | 18 +++++---- usr/klibc/arch/{arm =&...
2011 Aug 08
0
[PATCH/RFC] Add initial avr32 port
...ormation. maks usr/include/arch/avr32/klibc/archconfig.h | 14 ++++ usr/include/arch/avr32/klibc/archsetjmp.h | 14 ++++ usr/include/arch/avr32/klibc/archsignal.h | 110 +++++++++++++++++++++++++++++ usr/include/arch/avr32/klibc/archstat.h | 40 +++++++++++ usr/include/arch/avr32/klibc/asmmacros.h | 10 +++ usr/klibc/README.klibc | 2 +- usr/klibc/arch/avr32/Kbuild | 8 ++ usr/klibc/arch/avr32/MCONFIG | 16 ++++ usr/klibc/arch/avr32/crt0.S | 20 +++++ usr/klibc/arch/avr32/setjmp.S | 30 ++++++++ usr/klib...
2006 Jun 26
0
[klibc 22/43] arm support for klibc
...usr/include/arch/arm/klibc/archconfig.h | 14 ++++ usr/include/arch/arm/klibc/archsetjmp.h | 14 ++++ usr/include/arch/arm/klibc/archsignal.h | 14 ++++ usr/include/arch/arm/klibc/archstat.h | 40 ++++++++++++ usr/include/arch/arm/klibc/archsys.h | 12 ++++ usr/include/arch/arm/klibc/asmmacros.h | 30 +++++++++ usr/klibc/arch/arm/MCONFIG | 36 +++++++++++ usr/klibc/arch/arm/Makefile.inc | 23 +++++++ usr/klibc/arch/arm/__muldi3.c | 15 +++++ usr/klibc/arch/arm/aeabi_nonsense.S | 9 +++ usr/klibc/arch/arm/crt0.S | 23 +++++++...
2013 Nov 11
5
[PATCH V2 0/3] Introduce arm64 support
...| 3 +- usr/include/arch/arm64/klibc/archconfig.h | 17 +++++++++++ usr/include/arch/arm64/klibc/archsetjmp.h | 22 ++++++++++++++ usr/include/arch/arm64/klibc/archsignal.h | 14 +++++++++ usr/include/arch/arm64/klibc/archstat.h | 29 ++++++++++++++++++ usr/include/arch/arm64/klibc/asmmacros.h | 11 +++++++ usr/include/sys/stat.h | 4 ++- usr/include/unistd.h | 8 ++--- usr/klibc/Kbuild | 3 ++ usr/klibc/README.klibc | 1 + usr/klibc/SYSCALLS.def | 49 ++++++++++++++++------------...
2013 Nov 08
9
[PATCH 0/3] Introduce arm64 support
...| 3 +- usr/include/arch/arm64/klibc/archconfig.h | 17 ++++++++++ usr/include/arch/arm64/klibc/archsetjmp.h | 20 ++++++++++++ usr/include/arch/arm64/klibc/archsignal.h | 14 +++++++++ usr/include/arch/arm64/klibc/archstat.h | 29 +++++++++++++++++ usr/include/arch/arm64/klibc/asmmacros.h | 11 +++++++ usr/include/sys/stat.h | 3 +- usr/include/unistd.h | 7 +++-- usr/klibc/Kbuild | 3 ++ usr/klibc/README.klibc | 1 + usr/klibc/SYSCALLS.def | 47 ++++++++++++++--------------...
2007 Mar 27
0
[PATCH] make all performance counter per-cpu
.. avoiding the need to update them with atomic (locked) ops. Conversion here isn''t complete in the sense that many places still use the old per-CPU accessors (which are now redundant). Since the patch is already rather big, I''d prefer replacing those in a subsequent patch. While doing this, I also converted x86''s multicall macros to no longer require inclusion of
2008 May 19
20
[PATCH 00/23] ia64/xen domU take 6
Hi. This patchset implements ia64/xen domU support based on ia64/pv_ops frame work which was sent as another patchest. Changes from take 5 are rebased to Linux 2.6.26-rc3, bug fix ivt.S paravirtualization and multi entry point support. I believe these patches can be applied to the linux ia64 repository. This patchset does the followings. - Some preparation work. Mainly importing header files to
2008 May 19
20
[PATCH 00/23] ia64/xen domU take 6
Hi. This patchset implements ia64/xen domU support based on ia64/pv_ops frame work which was sent as another patchest. Changes from take 5 are rebased to Linux 2.6.26-rc3, bug fix ivt.S paravirtualization and multi entry point support. I believe these patches can be applied to the linux ia64 repository. This patchset does the followings. - Some preparation work. Mainly importing header files to
2008 Apr 30
23
[PATCH 00/23] ia64/xen domU take 5
Hi. This patchset implements ia64/xen domU support based on ia64/pv_ops frame work which was sent as another patchest. This patchset does the followings. - Some preparation work. Mainly importing header files to define related structures. - Then, define functions related to hypercall which is the way to communicate with Xen hypervisor. - Add some helper functions which is necessary to
2008 Apr 30
23
[PATCH 00/23] ia64/xen domU take 5
Hi. This patchset implements ia64/xen domU support based on ia64/pv_ops frame work which was sent as another patchest. This patchset does the followings. - Some preparation work. Mainly importing header files to define related structures. - Then, define functions related to hypercall which is the way to communicate with Xen hypervisor. - Add some helper functions which is necessary to
2008 Apr 09
24
[PATCH 00/23] ia64/xen domU take 4
Hi. This patchset implements ia64/xen domU support based on ia64/pv_ops frame work which was sent as another patchest. Please review and comments. This patchset does the followings. - Some preparation work. Mainly importing header files to define related structures. - Then, define functions related to hypercall which is the way to communicate with Xen hypervisor. - Add some helper functions
2008 Apr 09
24
[PATCH 00/23] ia64/xen domU take 4
Hi. This patchset implements ia64/xen domU support based on ia64/pv_ops frame work which was sent as another patchest. Please review and comments. This patchset does the followings. - Some preparation work. Mainly importing header files to define related structures. - Then, define functions related to hypercall which is the way to communicate with Xen hypervisor. - Add some helper functions
2008 Jun 10
31
[PATCH 00/27] ia64/xen domU take 7
Hi. This patchset implements ia64/xen domU support based on ia64/pv_ops frame work which was already merged to linux ia64 test branch. This patch is for linux ia64 test branch. This patchset does the followings. - Some preparation work. Mainly importing header files to define related structures. - Then, define functions related to hypercall which is the way to communicate with Xen hypervisor.
2008 Jun 10
31
[PATCH 00/27] ia64/xen domU take 7
Hi. This patchset implements ia64/xen domU support based on ia64/pv_ops frame work which was already merged to linux ia64 test branch. This patch is for linux ia64 test branch. This patchset does the followings. - Some preparation work. Mainly importing header files to define related structures. - Then, define functions related to hypercall which is the way to communicate with Xen hypervisor.
2008 Mar 05
51
[PATCH 00/50] ia64/xen take 3: ia64/xen domU paravirtualization
Hi. This patchset implements xen/ia64 domU support. Qing He and Eddie Dong also has been woring on pv_ops so that I want to discuss before going further and avoid duplicated work. I suppose that Eddie will also post his own patch. So reviewing both patches, we can reach to better pv_ops interface. - I didn't changed the ia64 intrinsic paravirtulization abi from the last post. Presumably it
2008 Mar 05
51
[PATCH 00/50] ia64/xen take 3: ia64/xen domU paravirtualization
Hi. This patchset implements xen/ia64 domU support. Qing He and Eddie Dong also has been woring on pv_ops so that I want to discuss before going further and avoid duplicated work. I suppose that Eddie will also post his own patch. So reviewing both patches, we can reach to better pv_ops interface. - I didn't changed the ia64 intrinsic paravirtulization abi from the last post. Presumably it
2008 Feb 28
7
[PATCH 0/5] RFC: ia64/pv_ops: ia64 intrinsics paravirtualization
Hi. Thank you for comments on asm code paravirtualization. Its direction is getting clear. Although it hasn't been finished yet, I'd like to start discussion on ia64 intrinsics paravirtualization. This patch set is just for discussion so that it is a subset of xen Linux/ia64 domU paravirtualization, not self complete. You can get the full patched tree by typing git clone