Home
last modified time | relevance | path

Searched +full:linear +full:- +full:mapping +full:- +full:mode (Results 1 – 25 of 96) sorted by relevance

1234

/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/
H A Dlm3630a-backlight.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/leds/backlight/lm3630a-backlight.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TI LM3630A High-Efficiency Dual-String White LED
10 - Lee Jones <lee@kernel.org>
11 - Daniel Thompson <daniel.thompson@linaro.org>
12 - Jingoo Han <jingoohan1@gmail.com>
15 The LM3630A is a current-mode boost converter which supplies the power and
26 '#address-cells':
[all …]
H A Dmediatek,mt6370-backlight.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/leds/backlight/mediatek,mt6370-backligh
[all...]
/freebsd/share/man/man4/
H A Dgeom_linux_lvm.431 .Nd "GEOM based Linux LVM logical volume mapping"
36 .Bd -ragged -offset indent
43 .Bd -literal -offset indent
49 framework provides support for mapping Linux LVM volumes to GEOM providers.
51 currently supports linear stripes with segments on one or more physical disks.
55 The metadata is read-only, logical volumes cannot be allocated or resized.
60 .Bd -literal -offset indent
64 1. Name: linux_lvm/vg1-home
67 Mode: r0w0e0
68 2. Name: linux_lvm/vg1-logs
[all …]
H A Dpcm.42 .\" Copyright (c) 2009-2011 Joel Dahl <joel@FreeBSD.org>
39 .Bd -ragged -offset indent
60 driver are: multichannel audio, per-application
74 .Bl -bullet -compact
118 .Xr snd_uaudio 4 (auto-loaded on device plug)
145 .Bl -tag -width ".Va snd_driver_load" -offset indent
176 The internal matrix mapping can handle reduction, expansion or
177 re-routing of channels.
198 Commonly used for ear-candy or frequency compensation due to the vast
232 .Bl -tag -width indent
[all …]
/freebsd/lib/libsys/x86/
H A Dpkru.333 .Nd provide fast user-managed key-based access control for pages
57 to control access to user-mode addresses.
62 are user-controllable.
64 If supported by hardware, each mapped user linear address
65 has an associated 4-bit protection key.
66 A new per-thread PKRU hardware register determines, for each protection
67 key, whether user-mode addresses with that protection key may be
82 Protection keys require that the system uses 4-level paging
83 (also called long mode),
85 Both 64-bit and 32-bit applications can use protection keys.
[all …]
/freebsd/sys/contrib/xen/arch-x86/
H A Dxen.h2 * arch-x86/xen.h
24 * Copyright (c) 2004-2006, K A Fraser
64 #include "xen-x86_32.h"
72 #include "xen-x86_64.h"
95 * start of the GDT because some stupid OSes export hard-coded selector values
96 * in their ABI. These hard-coded values are always near the start of the GDT,
116 /* Maximum number of virtual CPUs in legacy multi-processor guests. */
153 #define TI_GET_DPL(_ti) ((_ti)->flags & 3)
154 #define TI_GET_IF(_ti) ((_ti)->flags & 4)
155 #define TI_SET_DPL(_ti,_dpl) ((_ti)->flags |= (_dpl))
[all …]
/freebsd/usr.sbin/moused/moused/
H A Dmoused.81 .\" SPDX-License-Identifier: BSD-4-Clause
111 .Bl -tag -width indent
113 Emulate the third (middle) button for 2-button mice.
120 in the text mode console.
160 option to set the distance the mouse must move before the scrolling mode is
190 option to set the distance the mouse must move before the scrolling mode is
202 mode is activated.
244 This is a linear acceleration only.
254 of linear and exponential acceleration.
269 .Bl -tag -compact -width modelxxx
[all …]
/freebsd/lib/libvgl/
H A Dmain.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 1991-1997 Søren Schmidt
88 ioctl(0, _IO('V', VGLOldMode - M_VESA_BASE), 0); in VGLEnd()
100 smode.mode = VT_AUTO; in VGLEnd()
141 VGLInit(int mode) in VGLInit() argument
147 return -1; in VGLInit()
161 return -1; in VGLInit()
162 if (IOCGROUP(mode) == 'V') /* XXX: this is ugly */ in VGLInit()
163 VGLModeInfo.vi_mode = (mode & 0x0ff) + M_VESA_BASE; in VGLInit()
[all …]
/freebsd/sys/contrib/xen/
H A Dxen.h30 #include "xen-compat.h"
33 #include "arch-x86/xen.h"
35 #include "arch-arm.h"
135 /* Architecture-specific hypercall definitions. */
157 /* New event-channel and physdev hypercalls introduced in 0x00030202. */
175 * In the side comments, 'V.' denotes a per-VCPU VIRQ while 'G.' denotes a
176 * global VIRQ. The former can be bound once per VCPU and cannot be re-bound.
178 * allocated to VCPU0 but can subsequently be re-bound.
195 /* Architecture-specific VIRQ definitions. */
223 * x != 0 => PFD == x - 1
[all …]
/freebsd/sys/dev/fb/
H A Ds3_pci.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2000 Alcove - Nicolas Souchu <nsouch@freebsd.org>
7 * Code based on Peter Horton <pdh@colonel-panic.com> patch.
78 #define outb_p(value, offset) bus_space_write_1(sc->st, sc->sh, offset, value)
79 #define inb_p(offset) (bus_space_read_1(sc->st, sc->sh, offset))
80 #define outb_enh(value, offset) bus_space_write_1(sc->enh_st, sc->enh_sh, \
82 #define inb_enh(offset) (bus_space_read_1(sc->enh_st, sc->enh_sh, offset))
157 return (*prevvidsw->probe)(unit, adpp, arg, flags); in s3lfb_probe()
163 return (*prevvidsw->init)(unit, adp, flags); in s3lfb_init()
[all …]
/freebsd/sys/dev/ena/
H A Dena_netmap.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2015-2024 Amazon.com, Inc. or its affiliates.
86 ena_log_nm(adapter->pdev, INFO, "netmap attach\n"); in ena_netmap_attach()
90 na.ifp = adapter->ifp; in ena_netmap_attach()
91 na.num_tx_desc = adapter->requested_tx_ring_size; in ena_netmap_attach()
92 na.num_rx_desc = adapter->requested_rx_ring_size; in ena_netmap_attach()
93 na.num_tx_rings = adapter->num_io_queues; in ena_netmap_attach()
94 na.num_rx_rings = adapter->num_io_queues; in ena_netmap_attach()
95 na.rx_buf_maxsize = adapter->buf_ring_size; in ena_netmap_attach()
[all …]
/freebsd/sys/amd64/acpica/
H A Dacpi_wakecode.S1 /*-
5 * Copyright (c) 2008-2012 Jung-uk Kim <jkim@FreeBSD.org>
38 * Resume entry point for real mode.
40 * If XFirmwareWakingVector is zero and FirmwareWakingVector is non-zero
41 * in FACS, the BIOS enters here in real mode after POST with CS set to
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.
58 * Set up segment registers for real mode, a small stack for
71 testb $~0, resume_beep - wakeup_start
[all …]
/freebsd/sys/netinet/libalias/
H A Dlibalias.31 .\"-
41 library is a collection of functions for aliasing and de-aliasing of IP
48 Incoming packets are then de-aliased so that they are sent to the correct
52 In the simplest mode of operation, a many-to-one address mapping takes
55 In addition, one-to-one mappings between local and public addresses can
59 many-to-one mappings.
70 In addition, the operating mode of the packet aliasing engine can be
76 .Bd -ragged -offset indent
82 The following mode bits are always set after calling
86 below for the meaning of these mode bits.
[all …]
/freebsd/sys/vm/
H A Dvm_glue.c1 /*-
2 * SPDX-License-Identifier: (BSD-3-Clause AND MIT-CMU)
8 * The Mach Operating System project at Carnegie-Mellon University.
35 * Copyright (c) 1987, 1990 Carnegie-Mellon University.
53 * Pittsburgh PA 15213-3890
169 map = &curproc->p_vmspace->vm_map; in useracc()
193 npages = atop(end - start); in vslock()
196 error = vm_map_wire(&curproc->p_vmspace->vm_map, start, end, in vslock()
199 curthread->td_vslock_sz += len; in vslock()
215 MPASS(curthread->td_vslock_sz >= len); in vsunlock()
[all …]
/freebsd/sys/x86/xen/
H A Dhvm.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
55 #include <xen/xen-os.h>
63 #include <contrib/xen/arch-x86/cpuid.h>
67 /*--------------------------- Forward Declarations ---------------------------*/
70 /*-------------------------------- Global Data -------------------------------*/
81 * If non-zero, the hypervisor has been configured to use a direct
92 /*------------------------------- Per-CPU Data -------------------------------*/
95 /*------------------------------ Sysctl tunables -----------------------------*/
101 /*---------------------- XEN Hypervisor Probe and Setup ----------------------*/
[all …]
/freebsd/share/man/man9/
H A Dbus_space.9627 machine-independent access to bus memory and register areas.
640 creating a non-linear register space).
655 compile-time errors if possible.
661 (type-checked) versions of these interfaces, but may implement them as
663 Machine-dependent types, variables, and functions
667 machine-independent types and functions, and, if possible, should be
668 given names which make the machine-dependence clear.
671 machine-dependent code.
694 which are usually created by mapping a specific range of a bus space.
696 and mapping a range of bus space, the actual location of which is picked
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dvorbis2 #------------------------------------------------------------------------------
21 # FIXME[2]: Disable the above for now, since search assumes text mode.
23 # --- Ogg Framing ---
30 # non-Vorbis content: FLAC (Free Lossless Audio Codec, http://flac.sourceforge.net)
32 # non-Vorbis content: Theora
36 # non-Vorbis content: Kate
47 # non-Vorbis content: Skeleton
52 # non-Vorbis content: Speex
55 # non-Vorbis content: OGM
62 # --- First vorbis packet - general header ---
[all …]
/freebsd/usr.sbin/fstyp/
H A Dhammer2_disk.h1 /*-
2 * Copyright (c) 2011-2018 The DragonFly Project. All rights reserved.
68 * The structures below represent the on-disk media structures for the HAMMER2
69 * filesystem. Note that all fields for on-disk structures are naturally
70 * aligned. The host endian format is typically used - compatibility is
77 * references utilize 64-bit byte offsets.
94 * A full indirect block use supports 512 x 128-byte blockrefs in a 64KB
98 * A maximally sized file (2^64-1 bytes) requires ~6 indirect block levels
114 * MINALLOCSIZE - The minimum allocation size. This can be smaller
120 * MINIOSIZE - Th
902 int32_t linear; /* 00 linear sub-granular allocation offset */ global() member
989 uint32_t mode; /* 0054 unix modes (typ low 16 bits) */ global() member
[all...]
/freebsd/sys/x86/conf/
H A DNOTES12 # NOTE: introduces CDDL-licensed components into the kernel
42 options COUNT_IPIS # Per-CPU IPI interrupt counters
58 # DEVICE_POLLING adds support for mixed interrupt-polling handling
71 # Not all device drivers support this mode of operation at the time of
76 # BPF_JITTER adds support for BPF just-in-time compiler.
91 device speaker #Play IBM BASIC-style noises out your speaker
110 # interrupt controller. This saves about 0.7-1.25 usec for each interrupt.
114 # interrupt controller. This saves about 0.7-1.25 usec for each interrupt.
157 # ACPI WMI Mapping driver
205 options SC_ALT_MOUSE_IMAGE # simplified mouse cursor in text mode
[all …]
/freebsd/sys/security/audit/
H A Dbsm_errno.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
46 * stored in a single 8-bit character, so don't have a byte order.
58 #define ERRNO_NO_LOCAL_MAPPING -600
67 * Mapping table -- please maintain in numeric sorted order with respect to
68 * the BSM constant. Today we do a linear lookup, but could switch to a
72 * XXXRW: It would be nice to have a similar ordered table mapping to BSM
74 * OS. Really we need to build that table at compile-time but don't do that
77 * XXXRW: We currently embed English-language error strings here, but should
100 { BSM_ERRNO_EXDEV, EXDEV, ES("Cross-device link") },
[all …]
/freebsd/contrib/openbsm/libbsm/
H A Dbsm_errno.c1 /*-
45 * stored in a single 8-bit character, so don't have a byte order.
57 #define ERRNO_NO_LOCAL_MAPPING -600
66 * Mapping table -- please maintain in numeric sorted order with respect to
67 * the BSM constant. Today we do a linear lookup, but could switch to a
71 * XXXRW: It would be nice to have a similar ordered table mapping to BSM
73 * OS. Really we need to build that table at compile-time but don't do that
76 * XXXRW: We currently embed English-language error strings here, but should
99 { BSM_ERRNO_EXDEV, EXDEV, ES("Cross-device link") },
111 { BSM_ERRNO_EROFS, EROFS, ES("Read-only file system") },
[all …]
/freebsd/sys/riscv/riscv/
H A Dpmap.c1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
12 * Copyright (c) 2005-2010 Alan L. Cox <alc@cs.rice.edu>
18 * Copyright (c) 2015-2018 Ruslan Bukin <br@bsdpad.com>
30 * FA8750-10-C-0237 ("CTSRD"), as part of the DARPA CRASH research programme.
64 /*-
71 * DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the DARPA
100 * also stored by the logical address mapping module,
101 * this module may throw away valid virtual-to-physical
103 * of virtual-to-physical mappings must be done as
[all …]
/freebsd/sys/dev/ixgbe/
H A Dixgbe_x550.c3 Copyright (c) 2001-2020, Intel Corporation
47 * ixgbe_init_ops_X550 - Inits func ptrs and MAC type
55 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_ops_X550()
56 struct ixgbe_eeprom_info *eeprom = &hw->eeprom; in ixgbe_init_ops_X550()
62 mac->ops.dmac_config = ixgbe_dmac_config_X550; in ixgbe_init_ops_X550()
63 mac->ops.dmac_config_tcs = ixgbe_dmac_config_tcs_X550; in ixgbe_init_ops_X550()
64 mac->ops.dmac_update_tcs = ixgbe_dmac_update_tcs_X550; in ixgbe_init_ops_X550()
65 mac->ops.setup_eee = NULL; in ixgbe_init_ops_X550()
66 mac->ops.set_source_address_pruning = in ixgbe_init_ops_X550()
68 mac->ops.set_ethertype_anti_spoofing = in ixgbe_init_ops_X550()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def1 //===-- AnalyzerOptions.def - Metadata about Static Analyses ----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file defines the analyzer options avaible with -analyzer-config.
11 //===----------------------------------------------------------------------===//
36 /// TYPE - The type of the option object that will be stored in
40 /// NAME - The name of the option object.
41 /// CMDFLAG - The command line flag for the option.
42 /// (-analyzer-config CMDFLAG=VALUE)
43 /// DESC - Description of the flag.
[all …]
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibmirror.c2 * Copyright (c) 2004-2009 Voltaire Inc. All rights reserved.
14 * - Redistributions of source code must retain the above
18 * - Redistributions in binary form must reproduce the above
173 /* Can not truncate mirrored packets in local mode */ in port_mirror_route()
185 mad_set_field(buf, 0, IB_PMR_LRH_SLID_F, portid->lid); in port_mirror_route()
242 offset = mirror_dlid - block * IB_SMP_DATA_SIZE; in get_out_port()
245 IBEXIT("linear forwarding table get failed"); in get_out_port()
247 offset = mirror_dlid - block * IB_SMP_DATA_SIZE; in get_out_port()
269 IBEXIT("get peer portinfo failed - unable to configure lossy\n"); in get_peer()
286 /* get sl2vl mapping */ in get_mirror_vl()
[all …]

1234