search for: sysarch

Displaying 7 results from an estimated 7 matches for "sysarch".

Did you mean: sys_arch
2013 May 24
0
[LLVMdev] ARM __clear_cache fix for compiler-rt when compiling Python
...ib/clear_cache.c (working copy) @@ -21,6 +21,23 @@ * specified range. */ +/* python ffi routines call it too */ + +#if defined(__arm__) && defined(__clang__) +#pragma redefine_extname __clear_cache_c __clear_cache +void __clear_cache_c(void* start, void* end) +{ + extern int sysarch(int number, void *args); + struct + { + unsigned int addr; + int len; + } s; + s.addr = (unsigned int)(start) & ~0x1f; + s.len = (int)((((unsigned int)end + 0x1f) & ~0x1f) - ((unsigned int)start & ~0x1f)); + (void) sysarch (0, &s); +} +#el...
2012 Apr 29
3
Failed to Compile Wine 1.5.3
...ne.h presence... no checking for mach/machine.h... no checking machine/cpu.h usability... no checking machine/cpu.h presence... no checking for machine/cpu.h... no checking machine/limits.h usability... no checking machine/limits.h presence... no checking for machine/limits.h... no checking machine/sysarch.h usability... no checking machine/sysarch.h presence... no checking for machine/sysarch.h... no checking mntent.h usability... yes checking mntent.h presence... yes checking for mntent.h... yes checking mpg123.h usability... no checking mpg123.h presence... no checking for mpg123.h... no checking...
2017 Jan 26
2
compiler-rt linux-arm builtins/clear_cache.c depends on kernel headers
...ned(__linux__) && defined(__arm__) - #include <asm/unistd.h> -#endif - /* * The compiler generates calls to __clear_cache() when creating * trampoline functions on the stack for use with nested functions. @@ -108,6 +104,7 @@ void __clear_cache(void *start, void *end) { sysarch(ARM_SYNC_ICACHE, &arg); #elif defined(__linux__) + #define __ARM_NR_cacheflush 0x0f0002 register int start_reg __asm("r0") = (int) (intptr_t) start; const register int end_reg __asm("r1") = (int) (intptr_t) end; const register int fl...
2013 Oct 28
5
FreeBSD PVH guest support
...ific gates. sys/amd64/include/asmacros.h: * Copy the ELFNOTE macro from the i386 Xen PV port. sys/amd64/include/clock.h: sys/i386/include/clock.h: * Prototypes for the xen early delay initialization and usage. sys/amd64/include/cpu.h: * Introduce a new cpu hook to init APs. sys/amd64/include/sysarch.h: * Declare the init_ops structure. sys/amd64/include/xen/hypercall.h: sys/i386/include/xen/hypercall.h * Switch to the PV style hypercall mechanism for HVM also. sys/conf/files: * Make the PV console available on XENHVM also. sys/conf/files.amd64: * Include the new files for the PVH port....
2009 Feb 19
1
NUT 2.4.1 crashes on FreeBSD - additional info
...0) > mmap(0x28169000,24576,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED,3,0xe8000) > = 672567296 (0x28169000) > mmap(0x2816f000,81920,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED|MAP_ANON,-1,0x0) > = 672591872 (0x2816f000) > close(3) = 0 (0x0) > sysarch(0xa,0xbfbfeaf0,0x2804f16b,0x28074734,0x28060529,0x28074734) = 0 > (0x0) > mmap(0x0,608,PROT_READ|PROT_WRITE,MAP_ANON,-1,0x0) = 672673792 (0x28183000) > munmap(0x28183000,608) = 0 (0x0) > mmap(0x0,21112,PROT_READ|PROT_WRITE,MAP_ANON,-1,0x0) = 672673792 > (0x2...
2011 May 14
3
Problems building wine 1.3.20 on Mac os x 10.6.7
...presence... yes checking for mach/machine.h... yes checking machine/cpu.h usability... no checking machine/cpu.h presence... no checking for machine/cpu.h... no checking machine/limits.h usability... yes checking machine/limits.h presence... yes checking for machine/limits.h... yes checking machine/sysarch.h usability... no checking machine/sysarch.h presence... no checking for machine/sysarch.h... no checking mntent.h usability... no checking mntent.h presence... no checking for mntent.h... no checking mpg123.h usability... no checking mpg123.h presence... no checking for mpg123.h... no checking ncu...
2006 Jan 26
0
smbclient failure
...ND|NOCLDSTOP|NODEFER|NOCLDWAIT|SIGINFO ss_t },{ SIG_DFL 0x0|ONSTACK|RESTART|RESETHAND|NOCLDSTOP|NODEFER|NOCLDWAIT|SIGINFO ss_t }) = 0 (0x0) sigprocmask(0x1,0x0,0x281488fc) = 0 (0x0) sigaction(SIGILL,{ SIG_DFL 0x0|ONSTACK|RESTART|RESETHAND|NOCLDSTOP|NODEFER|NOCLDWAIT|SIGINFO ss_t },0x0) = 0 (0x0) sysarch(0x1,0xbfbfebc0) = 17 (0x11) sigprocmask(0x1,0x281488a0,0xbfbfebc0) = 0 (0x0) sigprocmask(0x3,0x281488b0,0x0) = 0 (0x0) readlink("/etc/malloc.conf",0xbfbfdc10,63) ERR#2 'No such file or directory' issetugid() = 0 (0x0) mmap(0x0,4096,(0x3)PROT_READ|PROT_WRITE,(0x1002)...