Home
last modified time | relevance | path

Searched +full:ecx +full:- +full:2000 (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/contrib/device-tree/src/arm/calxeda/
H A Decx-2000.dts1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright 2011-2012 Calxeda, Inc.
6 /dts-v1/;
12 model = "Calxeda ECX-2000";
13 compatible = "calxeda,ecx-2000";
14 #address-cells = <2>;
15 #size-cells = <2>;
18 #address-cells = <1>;
19 #size-cells = <0>;
22 compatible = "arm,cortex-a15";
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dcalxeda.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Rob Herring <robh@kernel.org>
12 Bindings for boards with Calxeda Cortex-A9 based ECX-1000 (Highbank) SOC
13 or Cortex-A15 based ECX-2000 SOCs
20 - enum:
21 - calxeda,highbank
22 - calxeda,ecx-2000
/freebsd/sys/amd64/amd64/
H A Dsupport.S1 /*-
2 * Copyright (c) 2018-2019 The FreeBSD Foundation
49 movl $PAGE_SIZE/8,%ecx
59 movl $PAGE_SIZE,%ecx
72 movl $PAGE_SIZE/8,%ecx
118 movq -8(%rdi,%rdx),%r8
119 movq -8(%rsi,%rdx),%r9
130 movl -4(%rdi,%rdx),%r8d
131 movl -4(%rsi,%rdx),%r9d
142 movzwl -2(%rdi,%rdx),%r8d
[all …]
/freebsd/lib/libc/amd64/string/
H A Dmemmove.S1 /*-
36 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */
45 * rdi - destination
46 * rsi - source
47 * rdx - count
97 movq -16(%rsi,%rcx),%r9
98 movq -8(%rsi,%rcx),%r10
101 movq %r9,-16(%rdi,%rcx)
102 movq %r10,-8(%rdi,%rcx)
110 movq -8(%rsi,%rcx),%r8
[all …]
/freebsd/stand/i386/pxeldr/
H A Dpxeldr.S2 * Copyright (c) 2000 John Baldwin
33 * separate PXE-aware client just to load the loader.
66 .set SEL_SCODE,0x18 # PM-32 code
67 .set SEL_SCODE16,0x20 # PM-16 code
93 andl $0xffff, %ecx # clear upper words
94 andl $0xffff, %ebx # of %ebx and %ecx
95 shll $4, %ecx # calculate the offset of
96 addl %ebx, %ecx # the PXENV+ struct and
97 pushl %ecx # save it on the stack
98 movw $welcome_msg, %si # %ds:(%si) -> welcome message
[all …]
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dcalxeda-ddr-ctrlr.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/memory-controllers/calxeda-ddr-ctrlr.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
15 - Andre Przywara <andre.przywara@arm.com>
20 - calxeda,hb-ddr-ctrl
21 - calxeda,ecx-2000-ddr-ctrl
30 - compatible
31 - reg
32 - interrupts
[all …]
/freebsd/share/man/man4/
H A Du3g.41 .\"-
2 .\" SPDX-License-Identifier: ISC
31 .Bd -ragged -offset indent
40 .Bd -literal -offset indent
49 driver provides support for USB-to-serial interfaces
80 .Bl -bullet -compact
89 Vodafone Mobile Broadband K3772-Z
93 Qualcomm Inc. GOBI 1000, 2000 and 3000 devices with MDM1000 or MDM2000 chipsets
95 QUECTEL BGX, ECX, EGX, EMX, EPX, RGX series
106 Panasonic CF-F9 GOBI
[all …]
/freebsd/usr.sbin/bhyve/
H A Drfb.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
91 /* Client-to-server msg types */
186 #define RFB_ENCODING_RESIZE -223
187 #define RFB_ENCODING_EXT_KEYEVENT -258
191 #define RFB_MAX_WIDTH 2000
272 sinfo.width = htons(gc_image->width); in rfb_send_server_init_msg()
273 sinfo.height = htons(gc_image->height); in rfb_send_server_init_msg()
307 srect_hdr.width = htons(rc->width); in rfb_send_resize_update_msg()
308 srect_hdr.height = htons(rc->height); in rfb_send_resize_update_msg()
[all …]
/freebsd/sys/i386/pci/
H A Dpci_pir.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
5 * Copyright (c) 2000, Michael Smith <msmith@freebsd.org>
6 * Copyright (c) 2000, BSDi
146 /* XXX - Use pmap_mapdev()? */ in pci_pir_open()
148 if (pt->pt_header.ph_length <= sizeof(struct PIR_header)) in pci_pir_open()
151 i < (pt->pt_header.ph_length); i++) in pci_pir_open()
158 pci_route_count = (pt->pt_header.ph_length - in pci_pir_open()
172 if (pci_link->pl_id == link_id) in pci_pir_find_link()
188 if (entry->pe_bus == lookup->bus && in pci_pir_find_link_handler()
[all …]
/freebsd/sys/amd64/linux32/
H A Dlinux32_machdep.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
6 * Copyright (c) 2000 Marcel Moolenaar
69 lru->ru_utime.tv_sec = ru->ru_utime.tv_sec; in bsd_to_linux_rusage()
70 lru->ru_utime.tv_usec = ru->ru_utime.tv_usec; in bsd_to_linux_rusage()
71 lru->ru_stime.tv_sec = ru->ru_stime.tv_sec; in bsd_to_linux_rusage()
72 lru->ru_stime.tv_usec = ru->ru_stime.tv_usec; in bsd_to_linux_rusage()
73 lru->ru_maxrss = ru->ru_maxrss; in bsd_to_linux_rusage()
74 lru->ru_ixrss = ru->ru_ixrss; in bsd_to_linux_rusage()
75 lru->ru_idrss = ru->ru_idrss; in bsd_to_linux_rusage()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp1 //===-- sanitizer_linux.cpp -----------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // run-time libraries and implements linux-specific functions from
12 //===----------------------------------------------------------------------===//
132 // Are we using 32-bit or 64-bit Linux syscalls?
134 // but it still needs to use 64-bit syscalls.
192 // Seccomp-BPF-sandboxed processes rely on SIGSYS to handle trapped syscalls. in BlockSignals()
239 // --------------- sanitizer_libc.h
248 // mmap2 specifies file offset in 4096-byte units. in internal_mmap()
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp2 * kmp_runtime.cpp -- KPTS runtime support library
5 //===----------------------------------------------------------------------===//
9 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
11 //===----------------------------------------------------------------------===//
33 #include "ompt-specific.h"
36 #include "ompd-specific.h"
76 /* ------------------------------------------------------------------------ */
121 int new_size = level + thr->th.th_set_nested_nth_sz; in __kmp_override_nested_nth()
122 new_nested_nth->nth = (int *)KMP_INTERNAL_MALLOC(new_size * sizeof(int)); in __kmp_override_nested_nth()
124 new_nested_nth->nth[i] = 0; in __kmp_override_nested_nth()
[all …]