Home
last modified time | relevance | path

Searched +full:long +full:- +full:ram +full:- +full:code (Results 1 – 25 of 165) sorted by relevance

1234567

/freebsd-src/sys/contrib/device-tree/Bindings/misc/
H A Dnvidia,tegra20-apbmisc.txt4 - compatible: Must be:
5 - Tegra20: "nvidia,tegra20-apbmisc"
6 - Tegra30: "nvidia,tegra30-apbmisc", "nvidia,tegra20-apbmisc"
7 - Tegra114: "nvidia,tegra114-apbmisc", "nvidia,tegra20-apbmisc"
8 - Tegra124: "nvidia,tegra124-apbmisc", "nvidia,tegra20-apbmisc"
9 - Tegra132: "nvidia,tegra124-apbmisc", "nvidia,tegra20-apbmisc"
10 - Tegra210: "nvidia,tegra210-apbmisc", "nvidia,tegra20-apbmisc"
11 - reg: Should contain 2 entries: the first entry gives the physical address
17 - nvidia,long-ram-code: If present, the RAM code is long (4 bit). If not, short (2 bit).
H A Dnvidia,tegra20-apbmisc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/misc/nvidia,tegra20-apbmisc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Thierry Reding <thierry.reding@gmail.com>
11 - Jon Hunter <jonathanh@nvidia.com>
16 - items:
17 - enum:
18 - nvidia,tegra210-apbmisc
19 - nvidia,tegra124-apbmisc
[all …]
/freebsd-src/usr.sbin/makefs/cd9660/
H A Dcd9660_conversion.c3 /*-
4 * SPDX-License-Identifier: BSD-2-Clause
7 * Perez-Rathke and Ram Vedam. All rights reserved.
9 * This code was written by Daniel Watt, Walter Deignan, Ryan Gabrys,
10 * Alan Perez-Rathke and Ram Vedam.
15 * 1. Redistributions of source code must retain the above copyright
23 * GABRYS, ALAN PEREZ-RATHKE AND RAM VEDAM ``AS IS'' AND ANY EXPRESS OR
27 * GABRYS, ALAN PEREZ-RATHKE AND RAM VEDAM BE LIABLE FOR ANY DIRECT, INDIRECT,
95 * @param char* The string to write the both endian double word to - It is assumed this is allocated…
96 * eight characters long
[all …]
H A Dcd9660_debug.c3 /*-
4 * SPDX-License-Identifier: BSD-2-Clause
7 * Perez-Rathke and Ram Vedam. All rights reserved.
9 * This code was written by Daniel Watt, Walter Deignan, Ryan Gabrys,
10 * Alan Perez-Rathke and Ram Vedam.
15 * 1. Redistributions of source code must retain the above copyright
23 * GABRYS, ALAN PEREZ-RATHKE AND RAM VEDAM ``AS IS'' AND ANY EXPRESS OR
27 * GABRYS, ALAN PEREZ-RATHKE AND RAM VEDAM BE LIABLE FOR ANY DIRECT, INDIRECT,
63 TAILQ_FOREACH(t, &node->head, rr_ll) {
74 TAILQ_FOREACH(t, &n->head, rr_ll) { in debug_print_susp_attrs()
[all …]
/freebsd-src/sys/dev/ixl/
H A Di40e_nvm.c3 Copyright (c) 2013-2018, Intel Corporation
9 1. Redistributions of source code must retain the above copyright notice,
37 * i40e_init_nvm - Initialize NVM function pointers
44 * We are accessing FLASH always through the Shadow RAM.
48 struct i40e_nvm_info *nvm = &hw->nvm; in i40e_init_nvm()
62 nvm->sr_size = BIT(sr_size) * I40E_SR_WORDS_IN_1KB; in i40e_init_nvm()
68 nvm->timeout = I40E_MAX_NVM_TIMEOUT; in i40e_init_nvm()
69 nvm->blank_nvm_mode = FALSE; in i40e_init_nvm()
71 nvm->blank_nvm_mode = TRUE; in i40e_init_nvm()
80 * i40e_acquire_nvm - Generic request for acquiring the NVM ownership
[all …]
/freebsd-src/contrib/xz/src/common/
H A Dtuklib_physmem.c1 // SPDX-License-Identifier: 0BSD
14 // We want to use Windows-specific code on Cygwin, which also has memory
60 // HP-UX
69 // This sysinfo() is Linux-specific.
92 // code working also on older Windows versions, use in tuklib_physmem()
99 # pragma GCC diagnostic ignored "-Wcast-function-type" in tuklib_physmem()
127 unsigned long mem; in tuklib_physmem()
136 != (unsigned long)-1) in tuklib_physmem()
151 const char *strings = SYSPAGE_ENTRY(strings)->data; in tuklib_physmem()
154 if (strcmp(strings + entries[i].name, "ram") == 0) in tuklib_physmem()
[all …]
/freebsd-src/sys/kern/
H A Dsubr_physmem.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
10 * 1. Redistributions of source code must retain the above copyright
63 * ram, and regions within the physical ram that need to be excluded. An
98 long realmem;
99 long Maxmem;
117 * provided printf-like output function (which will be either printf or
132 prfunc(" 0x%08jx - 0x%08jx, %5ju MB (%7ju pages)\n", addr,
133 addr + size - 1, size / mbyte, size / PAGE_SIZE);
141 prfunc(" 0x%08jx - 0x%08jx, %5ju MB (%7ju pages) %s %s\n",
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dnvidia,tegra30-emc.yaml1 # SPDX-License-Identifier: (GPL-2.0)
3 ---
4 $id: http://devicetree.org/schemas/memory-controllers/nvidia,tegra30-emc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Dmitry Osipenko <digetx@gmail.com>
11 - Jon Hunter <jonathanh@nvidia.com>
12 - Thierry Reding <thierry.reding@gmail.com>
15 The EMC interfaces with the off-chip SDRAM to service the request stream
16 sent from Memory Controller. The EMC also has various performance-affecting
23 const: nvidia,tegra30-emc
[all …]
/freebsd-src/sys/dev/e1000/
H A De1000_i210.c2 SPDX-License-Identifier: BSD-3-Clause
4 Copyright (c) 2001-2020, Intel Corporation
10 1. Redistributions of source code must retain the above copyright notice,
46 * e1000_acquire_nvm_i210 - Request for access to EEPROM
52 * EEPROM access and return -E1000_ERR_NVM (-1).
66 * e1000_release_nvm_i210 - Releas
[all...]
/freebsd-src/usr.bin/tail/tests/
H A Dtail_test.sh1 # SPDX-License-Identifier: BSD-2-Clause
8 # 1. Redistributions of source code must retain the above copyright
35 tail -r infile > outfile
36 tail -r < infile > outpipe
58 tail -r infile > outfile
59 tail -r < infile > outpipe
80 tail -rn2 infile > outfile
81 tail -rn2 < infile > outpipe
101 printf '\n1\n2\n3\n' | tail -r > outfile
102 printf '\n1\n2\n3\n' | tail -r > outpipe
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm/nvidia/
H A Dtegra30-asus-tf201.dts1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
4 #include "tegra30-asus-transformer-common.dtsi"
5 #include "tegra30-asus-lvds-display.dtsi"
19 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
27 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
35 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
43 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
51 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
57 /* Azurewave AW-NH615 BCM4329B1 */
[all …]
H A Dtegra30-asus-tf300t.dts1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
4 #include "tegra30-asus-transformer-common.dtsi"
5 #include "tegra30-asus-lvds-display.dtsi"
12 tf300t-init-hog {
13 gpio-hog;
15 output-low;
27 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
35 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
43 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
[all …]
H A Dtegra30-asus-tf300tg.dts1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
4 #include "tegra30-asus-transformer-common.dtsi"
5 #include "tegra30-asus-lvds-display.dtsi"
12 tf300tg-init-hog {
13 gpio-hog;
28 output-low;
39 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
47 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
55 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
[all …]
H A Dtegra30-asus-tf700t.dts1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
4 #include "tegra30-asus-transformer-common.dtsi"
20 remote-endpoint = <&bridge_input>;
21 bus-width = <24>;
36 nvidia,enable-input = <TEGRA_PIN_DISABLE>;
44 nvidia,enable-input = <TEGRA_PIN_DISABLE>;
52 nvidia,enable-input = <TEGRA_PIN_DISABLE>;
60 nvidia,enable-input = <TEGRA_PIN_DISABLE>;
68 nvidia,enable-input = <TEGRA_PIN_DISABLE>;
[all …]
H A Dtegra30-pegatron-chagall.dts1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
4 #include <dt-bindings/input/gpio-keys.h>
5 #include <dt-bindings/input/input.h>
6 #include <dt-bindings/thermal/thermal.h>
9 #include "tegra30-cpu-opp.dtsi"
10 #include "tegra30-cpu-opp-microvolt.dtsi"
11 #include "tegra30-asus-lvds-display.dtsi"
16 chassis-type = "tablet";
35 * pre-existing /chosen node to be available to insert the
[all …]
/freebsd-src/sys/dev/igc/
H A Digc_i225.c1 /*-
4 * SPDX-License-Identifier: BSD-3-Clause
22 * igc_init_nvm_params_i225 - Init NVM func ptrs.
27 struct igc_nvm_info *nvm = &hw->nvm; in igc_init_nvm_params_i225()
36 * Added to a constant, "size" becomes the left-shift value in igc_init_nvm_params_i225()
47 nvm->word_size = 1 << size; in igc_init_nvm_params_i225()
48 nvm->opcode_bits = 8; in igc_init_nvm_params_i225()
49 nvm->delay_usec = 1; in igc_init_nvm_params_i225()
50 nvm->type = igc_nvm_eeprom_spi; in igc_init_nvm_params_i225()
53 nvm->page_size = eecd & IGC_EECD_ADDR_BITS ? 32 : 8; in igc_init_nvm_params_i225()
[all …]
/freebsd-src/usr.sbin/makefs/
H A Dcd9660.h3 /*-
4 * SPDX-License-Identifier: BSD-2-Clause
7 * Perez-Rathke and Ram Vedam. All rights reserved.
9 * This code was written by Daniel Watt, Walter Deignan, Ryan Gabrys,
10 * Alan Perez-Rathke and Ram Veda
[all...]
/freebsd-src/sys/i386/acpica/
H A Dacpi_wakecode.S1 /*-
3 * Copyright (c) 2001-2012 Mitsuru IWASAKI <iwasaki@jp.freebsd.org>
5 * Copyright (c) 2008-2012 Jung-uk Kim <jkim@FreeBSD.org>
11 * 1. Redistributions of source code must retain the above copyright
39 * CS set to the page where we stored this code. It should configure the
42 * of the system (i.e., S3 suspend-to-RAM vs. S4 suspend-to-disk).
52 * any calls we make. Set up full 32-bit bootstrap kernel flags
66 testb $~0, resume_beep - wakeup_start
68 movb $0, resume_beep - wakeup_start
86 /* Re-initialize video BIOS if the reset_video tunable is set. */
[all …]
/freebsd-src/contrib/xz/
H A DREADME8 1.2. Documentation for command-line tools
18 -----------
20 XZ Utils provide a general-purpose data-compression library plus
21 command-line tools. The native file format is the .xz format, but
29 popular zlib library. For the same reason, the command-line tool xz
30 has a command-line syntax similar to that of gzip.
34 hundreds of megabytes of RAM. However, in fast modes, the LZMA2 encoder
35 competes with bzip2 in compression speed, RAM usage, and compression
66 ----------------
86 NEWS User-visible changes between XZ Utils releases
[all …]
H A DTODO2 XZ Utils To-Do List
6 ----------
17 can often be worked around by using "xz --extreme". With some files
18 --extreme isn't enough though: it's most likely with files that
28 code will break in the child process unless it calls exec() and
33 ----------------
54 - Reduce memory usage of the current method.
55 - Implement threaded match finders.
56 - Implement pigz-style threading in LZMA2.
58 Buffer-to-buffer coding could use less RAM (especially when
[all …]
/freebsd-src/tools/test/stress2/misc/
H A Dmarcus3.sh10 # 1. Redistributions of source code must retain the above copyright
29 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
33 # but runs for a long time without watchdogd and deadlkres.
37 dev=$(df -h `dirname $RUNDIR` | tail -1 | awk '{print $1}')
38 mount | grep $dev | grep -q journaled && exit 0
39 size=$((`sysctl -n hw.physmem` / 1024 / 1024))
40 [ $size -gt $((4 * 1024)) ] &&
41 echo "RAM should be capped to 4GB for this test."
42 [ "`sysctl -n debug.deadlkres.sleepfreq 2>/dev/null`" = "3" ] &&
45 n=`find ../testcases -perm -1 -type f | wc -l`
[all …]
H A Dmarcus4.sh10 # 1. Redistributions of source code must retain the above copyright
29 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
35 # "panic: spin lock held too long" seen.
40 pgrep -q watchdogd && { service watchdogd stop > /dev/null && restart=1; }
41 dev=$(df -h `dirname $RUNDIR` | tail -1 | awk '{print $1}')
42 mount | grep $dev | grep -q journaled && exit 0
43 size=$((`sysctl -n hw.physmem` / 1024 / 1024))
44 [ $size -gt $((4 * 1024)) ] &&
45 { echo "RAM should be capped to 4GB for this test."; }
46 [ "`sysctl -n debug.deadlkres.sleepfreq 2>/dev/null`" = "3" ] &&
[all …]
/freebsd-src/sys/amd64/acpica/
H A Dacpi_wakecode.S1 /*-
5 * Copyright (c) 2008-2012 Jung-uk Kim <jkim@FreeBSD.org>
11 * 1. Redistributions of source code must retain the above copyright
40 * If XFirmwareWakingVector is zero and FirmwareWakingVector is non-zero
44 * of the system (i.e., S3 suspend-to-RAM vs. S4 suspend-to-disk).
46 * Note: If XFirmwareWakingVector is non-zero, it should disable address
49 * this mode is not supported by this code.
71 testb $~0, resume_beep - wakeup_start
73 movb $0, resume_beep - wakeup_start
91 /* Re-initialize video BIOS if the reset_video tunable is set. */
[all …]
/freebsd-src/sys/powerpc/booke/
H A Dlocore.S1 /*-
2 * Copyright (C) 2007-2009 Semihalf, Rafal Jaworowski <raj@semihalf.com>
9 * 1. Redistributions of source code must retain the above copyright
77 .long x
107 * - System memory starts from physical address 0
108 * - It's mapped by a single TLB1 entry
109 * - TLB1 mapping is 1:1 pa to va
110 * - Kernel is loaded at 64MB boundary
111 * - All PID registers are set to the same value
112 * - CPU is running in AS=0
[all …]
/freebsd-src/sys/contrib/xen/
H A Dkexec.h2 * kexec.h - Public portion
23 * - Simon 'Horms' Horman <horms@verge.net.au>
24 * - Magnus Damm <magnus@valinux.co.jp>
34 * into a new user-specified kernel. The Xen port extends this idea
45 * address information. This information is needed to allow kexec-tools
49 * There are no big surprises here, the kexec binary from kexec-tools
70 * @args == Operation-specific extra arguments (NULL if none).
75 * - kexec into a regular kernel, very similar to a standard reboot
76 * - KEXEC_TYPE_DEFAULT is used to specify this type
77 * - kexec into a special "crash kernel", aka kexec-on-panic
[all …]

1234567