Home
last modified time | relevance | path

Searched refs:staddr (Results 1 – 25 of 43) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-threads-android.c15 slow_get_thread_bounds (guint8 *current, guint8 **staddr, size_t *stsize) in slow_get_thread_bounds() argument
34 *staddr = (guint8 *)(size_t)low; in slow_get_thread_bounds()
44 mono_threads_platform_get_stack_bounds (guint8 **staddr, size_t *stsize) in mono_threads_platform_get_stack_bounds() argument
49 *staddr = NULL; in mono_threads_platform_get_stack_bounds()
53 pthread_attr_getstack (&attr, (void**)staddr, stsize); in mono_threads_platform_get_stack_bounds()
56 if (*staddr && ((current <= *staddr) || (current > *staddr + *stsize))) in mono_threads_platform_get_stack_bounds()
57 slow_get_thread_bounds (current, staddr, stsize); in mono_threads_platform_get_stack_bounds()
H A Dmono-threads-netbsd.c13 mono_threads_platform_get_stack_bounds (guint8 **staddr, size_t *stsize) in mono_threads_platform_get_stack_bounds() argument
17 *staddr = NULL; in mono_threads_platform_get_stack_bounds()
23 pthread_attr_getstack (&attr, (void**)staddr, stsize); in mono_threads_platform_get_stack_bounds()
H A Dmono-threads-freebsd.c14 mono_threads_platform_get_stack_bounds (guint8 **staddr, size_t *stsize) in mono_threads_platform_get_stack_bounds() argument
19 *staddr = NULL; in mono_threads_platform_get_stack_bounds()
25 pthread_attr_getstack (&attr, (void**)staddr, stsize); in mono_threads_platform_get_stack_bounds()
H A Dmono-threads-openbsd.c13 mono_threads_platform_get_stack_bounds (guint8 **staddr, size_t *stsize) in mono_threads_platform_get_stack_bounds() argument
19 *staddr = NULL; in mono_threads_platform_get_stack_bounds()
30 *staddr = (guint8*)((size_t)ss.ss_sp - ss.ss_size); in mono_threads_platform_get_stack_bounds()
H A Dmono-threads-linux.c13 mono_threads_platform_get_stack_bounds (guint8 **staddr, size_t *stsize) in mono_threads_platform_get_stack_bounds() argument
18 *staddr = NULL; in mono_threads_platform_get_stack_bounds()
29 res = pthread_attr_getstack (&attr, (void**)staddr, stsize); in mono_threads_platform_get_stack_bounds()
H A Dmono-threads-haiku.c10 mono_threads_platform_get_stack_bounds (guint8 **staddr, size_t *stsize) in mono_threads_platform_get_stack_bounds() argument
15 *staddr = ti.stack_base; in mono_threads_platform_get_stack_bounds()
H A Dmono-threads.c373 guint8 *staddr = NULL; in register_thread() local
388 mono_thread_info_get_stack_bounds (&staddr, &stsize); in register_thread()
389 g_assert (staddr); in register_thread()
391 info->stack_start_limit = staddr; in register_thread()
392 info->stack_end = staddr + stsize; in register_thread()
1203 mono_thread_info_get_stack_bounds (guint8 **staddr, size_t *stsize) in mono_thread_info_get_stack_bounds() argument
1206 mono_threads_platform_get_stack_bounds (staddr, stsize); in mono_thread_info_get_stack_bounds()
1207 if (!*staddr) in mono_thread_info_get_stack_bounds()
1211 g_assert ((current > *staddr) && (current < *staddr + *stsize)); in mono_thread_info_get_stack_bounds()
1214 *staddr = (guint8*)((gssize)*staddr & ~(mono_pagesize () - 1)); in mono_thread_info_get_stack_bounds()
H A Dmono-threads-mach.c244 mono_threads_platform_get_stack_bounds (guint8 **staddr, size_t *stsize) in mono_threads_platform_get_stack_bounds() argument
246 *staddr = (guint8*)pthread_get_stackaddr_np (pthread_self()); in mono_threads_platform_get_stack_bounds()
260 *staddr -= *stsize; in mono_threads_platform_get_stack_bounds()
H A Dmono-threads-wasm.c127 mono_threads_platform_get_stack_bounds (guint8 **staddr, size_t *stsize) in mono_threads_platform_get_stack_bounds() argument
129 *staddr = (void*)wasm_get_stack_base (); in mono_threads_platform_get_stack_bounds()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/unix/native/libnet/
H A Dnet_util_md.c651 unsigned char staddr [16]; in initLocalIfs() local
664 staddr[0] = (unsigned char)u0; in initLocalIfs()
665 staddr[1] = (unsigned char)u1; in initLocalIfs()
666 staddr[2] = (unsigned char)u2; in initLocalIfs()
667 staddr[3] = (unsigned char)u3; in initLocalIfs()
668 staddr[4] = (unsigned char)u4; in initLocalIfs()
669 staddr[5] = (unsigned char)u5; in initLocalIfs()
670 staddr[6] = (unsigned char)u6; in initLocalIfs()
671 staddr[7] = (unsigned char)u7; in initLocalIfs()
672 staddr[8] = (unsigned char)u8; in initLocalIfs()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/unix/native/libnet/
H A Dnet_util_md.c651 unsigned char staddr [16]; in initLocalIfs() local
664 staddr[0] = (unsigned char)u0; in initLocalIfs()
665 staddr[1] = (unsigned char)u1; in initLocalIfs()
666 staddr[2] = (unsigned char)u2; in initLocalIfs()
667 staddr[3] = (unsigned char)u3; in initLocalIfs()
668 staddr[4] = (unsigned char)u4; in initLocalIfs()
669 staddr[5] = (unsigned char)u5; in initLocalIfs()
670 staddr[6] = (unsigned char)u6; in initLocalIfs()
671 staddr[7] = (unsigned char)u7; in initLocalIfs()
672 staddr[8] = (unsigned char)u8; in initLocalIfs()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/unix/native/libnet/
H A Dnet_util_md.c651 unsigned char staddr [16]; in initLocalIfs() local
664 staddr[0] = (unsigned char)u0; in initLocalIfs()
665 staddr[1] = (unsigned char)u1; in initLocalIfs()
666 staddr[2] = (unsigned char)u2; in initLocalIfs()
667 staddr[3] = (unsigned char)u3; in initLocalIfs()
668 staddr[4] = (unsigned char)u4; in initLocalIfs()
669 staddr[5] = (unsigned char)u5; in initLocalIfs()
670 staddr[6] = (unsigned char)u6; in initLocalIfs()
671 staddr[7] = (unsigned char)u7; in initLocalIfs()
672 staddr[8] = (unsigned char)u8; in initLocalIfs()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/java/net/
H A Dnet_util_md.c675 unsigned char staddr [16]; in initLocalIfs() local
688 staddr[0] = (unsigned char)u0; in initLocalIfs()
689 staddr[1] = (unsigned char)u1; in initLocalIfs()
690 staddr[2] = (unsigned char)u2; in initLocalIfs()
691 staddr[3] = (unsigned char)u3; in initLocalIfs()
692 staddr[4] = (unsigned char)u4; in initLocalIfs()
693 staddr[5] = (unsigned char)u5; in initLocalIfs()
694 staddr[6] = (unsigned char)u6; in initLocalIfs()
695 staddr[7] = (unsigned char)u7; in initLocalIfs()
696 staddr[8] = (unsigned char)u8; in initLocalIfs()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/java/net/
H A Dnet_util_md.c675 unsigned char staddr [16]; in initLocalIfs() local
688 staddr[0] = (unsigned char)u0; in initLocalIfs()
689 staddr[1] = (unsigned char)u1; in initLocalIfs()
690 staddr[2] = (unsigned char)u2; in initLocalIfs()
691 staddr[3] = (unsigned char)u3; in initLocalIfs()
692 staddr[4] = (unsigned char)u4; in initLocalIfs()
693 staddr[5] = (unsigned char)u5; in initLocalIfs()
694 staddr[6] = (unsigned char)u6; in initLocalIfs()
695 staddr[7] = (unsigned char)u7; in initLocalIfs()
696 staddr[8] = (unsigned char)u8; in initLocalIfs()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mtd/nand/raw/
H A Dau1550nd.c121 unsigned long addr, staddr, start, mask, end; in find_nand_cs() local
126 staddr = __raw_readl(base + addr + 0x08); /* STADDRx */ in find_nand_cs()
128 start = (staddr << 4) & 0xfffc0000; in find_nand_cs()
129 mask = (staddr << 18) & 0xfffc0000; in find_nand_cs()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mtd/nand/raw/
H A Dau1550nd.c121 unsigned long addr, staddr, start, mask, end; in find_nand_cs() local
126 staddr = __raw_readl(base + addr + 0x08); /* STADDRx */ in find_nand_cs()
128 start = (staddr << 4) & 0xfffc0000; in find_nand_cs()
129 mask = (staddr << 18) & 0xfffc0000; in find_nand_cs()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mtd/nand/raw/
H A Dau1550nd.c121 unsigned long addr, staddr, start, mask, end; in find_nand_cs() local
126 staddr = __raw_readl(base + addr + 0x08); /* STADDRx */ in find_nand_cs()
128 start = (staddr << 4) & 0xfffc0000; in find_nand_cs()
129 mask = (staddr << 18) & 0xfffc0000; in find_nand_cs()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/parisc/include/asm/
H A Dpdc.h56 int pdc_stable_read(unsigned long staddr, void *memaddr, unsigned long count);
57 int pdc_stable_write(unsigned long staddr, void *memaddr, unsigned long count);
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/parisc/include/asm/
H A Dpdc.h56 int pdc_stable_read(unsigned long staddr, void *memaddr, unsigned long count);
57 int pdc_stable_write(unsigned long staddr, void *memaddr, unsigned long count);
/dports/multimedia/libv4l/linux-5.13-rc2/arch/parisc/include/asm/
H A Dpdc.h56 int pdc_stable_read(unsigned long staddr, void *memaddr, unsigned long count);
57 int pdc_stable_write(unsigned long staddr, void *memaddr, unsigned long count);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/AArch64/
H A Darm64-codegen-prepare-extload.ll416 store i32 %add, i32 *%staddr
449 store i64 %stuff, i64 *%staddr
482 store i128 %stuff, i128 *%staddr
512 store i256 %stuff, i256 *%staddr
547 store i32 %add, i32 *%staddr
567 ; OPTALL-NEXT: ret i64 %staddr
574 %staddr = shl i64 %idx64, 12
575 ret i64 %staddr
592 ; OPTALL-NEXT: ret i64 %staddr
599 %staddr = shl i64 %idx64, 12
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/AArch64/
H A Darm64-codegen-prepare-extload.ll416 store i32 %add, i32 *%staddr
449 store i64 %stuff, i64 *%staddr
482 store i128 %stuff, i128 *%staddr
512 store i256 %stuff, i256 *%staddr
547 store i32 %add, i32 *%staddr
567 ; OPTALL-NEXT: ret i64 %staddr
574 %staddr = shl i64 %idx64, 12
575 ret i64 %staddr
592 ; OPTALL-NEXT: ret i64 %staddr
599 %staddr = shl i64 %idx64, 12
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/AArch64/
H A Darm64-codegen-prepare-extload.ll416 store i32 %add, i32 *%staddr
449 store i64 %stuff, i64 *%staddr
482 store i128 %stuff, i128 *%staddr
512 store i256 %stuff, i256 *%staddr
547 store i32 %add, i32 *%staddr
567 ; OPTALL-NEXT: ret i64 %staddr
574 %staddr = shl i64 %idx64, 12
575 ret i64 %staddr
592 ; OPTALL-NEXT: ret i64 %staddr
599 %staddr = shl i64 %idx64, 12
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/
H A Darm64-codegen-prepare-extload.ll416 store i32 %add, i32 *%staddr
449 store i64 %stuff, i64 *%staddr
482 store i128 %stuff, i128 *%staddr
512 store i256 %stuff, i256 *%staddr
547 store i32 %add, i32 *%staddr
567 ; OPTALL-NEXT: ret i64 %staddr
574 %staddr = shl i64 %idx64, 12
575 ret i64 %staddr
592 ; OPTALL-NEXT: ret i64 %staddr
599 %staddr = shl i64 %idx64, 12
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/AArch64/
H A Darm64-codegen-prepare-extload.ll416 store i32 %add, i32 *%staddr
449 store i64 %stuff, i64 *%staddr
482 store i128 %stuff, i128 *%staddr
512 store i256 %stuff, i256 *%staddr
547 store i32 %add, i32 *%staddr
567 ; OPTALL-NEXT: ret i64 %staddr
574 %staddr = shl i64 %idx64, 12
575 ret i64 %staddr
592 ; OPTALL-NEXT: ret i64 %staddr
599 %staddr = shl i64 %idx64, 12
[all …]

12