Home
last modified time | relevance | path

Searched full:logical (Results 1 – 25 of 1279) sorted by relevance

12345678910>>...52

/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dux500-usb.txt25 dmas = <&dma 38 0 0x2>, /* Logical - DevToMem */
26 <&dma 38 0 0x0>, /* Logical - MemToDev */
27 <&dma 37 0 0x2>, /* Logical - DevToMem */
28 <&dma 37 0 0x0>, /* Logical - MemToDev */
29 <&dma 36 0 0x2>, /* Logical - DevToMem */
30 <&dma 36 0 0x0>, /* Logical - MemToDev */
31 <&dma 19 0 0x2>, /* Logical - DevToMem */
32 <&dma 19 0 0x0>, /* Logical - MemToDev */
33 <&dma 18 0 0x2>, /* Logical - DevToMem */
34 <&dma 18 0 0x0>, /* Logical - MemToDev */
[all …]
/freebsd/usr.bin/nl/
H A Dnl.186 utility treats the text it reads in terms of logical pages.
88 logical page.
89 A logical page consists of a header, a body and a footer
94 The starts of logical page sections are signalled by input lines containing
103 If the input does not contain any logical page section signalling directives,
104 the text being read is assumed to consist of a single logical page body.
109 Specify the logical page body lines to be numbered.
128 for logical page body lines is
131 Specify the delimiter characters used to indicate the start of a logical
143 except for logical page footer lines.
[all …]
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dste-dbx5x0.dtsi136 * for Logical Channel Paramers (LCP), the address
170 * for Logical Channel Logical Addresses (LCLA), the address
576 dmas = <&dma 38 0 0x2>, /* Logical - DevToMem */
577 <&dma 38 0 0x0>, /* Logical - MemToDev */
578 <&dma 37 0 0x2>, /* Logical - DevToMem */
579 <&dma 37 0 0x0>, /* Logical - MemToDev */
580 <&dma 36 0 0x2>, /* Logical - DevToMem */
581 <&dma 36 0 0x0>, /* Logical - MemToDev */
582 <&dma 19 0 0x2>, /* Logical
[all...]
/freebsd/stand/common/
H A Disapnp.h39 * the following is the maximum number of PnP Logical devices that
69 Bit[0] Reset all logical devices and restore configuration
73 all logical devices. This resets the contents of configuration
74 registers to their default state. All card's logical devices
78 Wait for Key state but all CSNs are preserved and logical devices
122 Selects the current logical device. All reads and writes of memory,
124 of the logical device written here. In addition, the I/O Range
125 Check and Activate commands operate only on the selected logical
126 device. This register is read/write. If a card has only 1 logical
135 For each logical device there is one activate register that controls
[all …]
/freebsd/sys/isa/
H A Dpnpreg.h68 Bit[0] Reset all logical devices and restore configuration
72 all logical devices. This resets the contents of configuration
73 registers to their default state. All card's logical devices
77 Wait for Key state but all CSNs are preserved and logical devices
121 Selects the current logical device. All reads and writes of memory,
123 of the logical device written here. In addition, the I/O Range
124 Check and Activate commands operate only on the selected logical
125 device. This register is read/write. If a card has only 1 logical
134 For each logical device there is one activate register that controls
135 whether or not the logical device is active on the ISA bus. Bit[0],
[all …]
/freebsd/sys/dev/ida/
H A Didareg.h75 #define CMD_GET_CTRL_INFO 0x11 /* Identify logical driver */
76 #define CMD_SENSE_DRV_STATUS 0x12 /* Sense logical drive status */
81 #define CMD_GET_LOG_DRV_EXT 0x18 /* Identify logical drive, Extended */
96 #define CMD_LABEL_LOG_DRV 0x57 /* Label logical drive */
120 /* logical drive parameter table */
143 * Identify Logical Drive
148 struct ida_drive_param dp; /* logical drive parameter table */
156 * Identify Logical Drive, Extended
161 struct ida_drive_param dp; /* logical drive parameter table */
165 u_int32_t ld_id; /* Logical drive identifier */
[all …]
/freebsd/contrib/netbsd-tests/lib/libusbhid/
H A Dhid_test_data.c33 0x17, 0x00, 0x00, 0x00, 0x80, // Logical Minimum
34 0x27, 0xff, 0xff, 0xff, 0x7f, // Logical Maximum
42 0x16, 0x00, 0x80, // Logical Minimum
43 0x26, 0xff, 0x7f, // Logical Maximum
51 0x15, 0x80, // Logical Minimum
52 0x25, 0x7f, // Logical Maximum
86 0x17, 0x00, 0x00, 0x00, 0x00, // Logical Minimum
87 0x27, 0xff, 0xff, 0xff, 0xff, // Logical Maximum
95 0x16, 0x00, 0x00, // Logical Minimum
96 0x26, 0xff, 0xff, // Logical Maximum
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.md13 ### Use a **lit test** instead of a **unit test** for the **logical readers**.
18 use ``lit`` tests to validate the **logical readers**.
82 In order to have the same logical functionality as the DWARF reader, such
88 The logical elements must have an unique offset (similar like the DWARF
124 Factor out printing functionality from the logical elements into a
132 logical lines representing the **disassembled instructions** from the **text
133 section** and the logical lines representing the **line records** from the
134 **debug line** section. Using the ranges associated with the logical scopes,
135 we will allocate those logical lines to their logical scopes.
169 The logical view uses its own and non-standard free form text when
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h38 LSL, ///< Logical shift left.
39 LSLBN, ///< Byte logical shift left N bits.
40 LSLWN, ///< Word logical shift left N bits.
41 LSLHI, ///< Higher 8-bit of word logical shift left.
42 LSLW, ///< Wide logical shift left.
43 LSR, ///< Logical shift right.
44 LSRBN, ///< Byte logical shift right N bits.
45 LSRWN, ///< Word logical shift right N bits.
46 LSRLO, ///< Lower 8-bit of word logical shift right.
47 LSRW, ///< Wide logical shif
[all...]
/freebsd/lib/libpmc/pmu-events/arch/x86/jaketown/
H A Djkt-metrics.json10 …nd undersupplies its Backend. SMT version; use when SMT is enabled and measuring per logical CPU.",
14 …egorized under Frontend Bound. SMT version; use when SMT is enabled and measuring per logical CPU."
24 …ue to incorrect speculations. SMT version; use when SMT is enabled and measuring per logical CPU.",
28 …ring Nukes is another example. SMT version; use when SMT is enabled and measuring per logical CPU."
39 …ting new uops in the Backend. SMT version; use when SMT is enabled and measuring per logical CPU.",
43 …: Memory Bound and Core Bound. SMT version; use when SMT is enabled and measuring per logical CPU."
53 … that eventually get retired. SMT version; use when SMT is enabled and measuring per logical CPU.",
57 …often be optimized or avoided. SMT version; use when SMT is enabled and measuring per logical CPU."
60 "BriefDescription": "Instructions Per Cycle (per Logical Processor)",
72 "BriefDescription": "Cycles Per Instruction (per Logical Processor)",
[all …]
/freebsd/sys/dev/hid/
H A Dps4dshock.c76 0x15, 0x00, /* Logical Minimum (0) */
77 0x26, 0xFF, 0x00, /* Logical Maximum (255) */
82 0x15, 0x00, /* Logical Minimum (0) */
83 0x25, 0x07, /* Logical Maximum (7) */
95 0x15, 0x00, /* Logical Minimum (0) */
96 0x25, 0x01, /* Logical Maximum (1) */
104 0x15, 0x00, /* Logical Minimum (0) */
105 0x25, 0x3F, /* Logical Maximum (63) */
110 0x15, 0x00, /* Logical Minimum (0) */
111 0x26, 0xFF, 0x00, /* Logical Maximum (255) */
[all …]
H A Dhidrdesc.h204 0x15, 0x00, /* LOGICAL MINIMUM (0) */\
205 0x25, 0x01, /* LOGICAL MAXIMUM (1) */\
218 0x15, 0x00, /* LOGICAL MINIMUM (0) */\
219 0x25, 0x01, /* LOGICAL MAXIMUM (1) */\
238 0x15, 0x00, /* LOGICAL MINIMUM (0) */\
239 0x25, 0x01, /* LOGICAL MAXIMUM (1) */\
249 0x15, 0x00, /* LOGICAL MINIMUM (0) */\
250 0x26, 0xff, 0x00, /* LOGICAL MAXIMUM (255) */\
260 0x16, 0x00, 0x80, /* LOGICAL MINIMUM (-32768) */\
261 0x26, 0xff, 0x7f, /* LOGICAL MAXIMUM (32767) */\
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/sandybridge/
H A Dsnb-metrics.json10 …nd undersupplies its Backend. SMT version; use when SMT is enabled and measuring per logical CPU.",
14 …egorized under Frontend Bound. SMT version; use when SMT is enabled and measuring per logical CPU."
24 …ue to incorrect speculations. SMT version; use when SMT is enabled and measuring per logical CPU.",
28 …ring Nukes is another example. SMT version; use when SMT is enabled and measuring per logical CPU."
39 …ting new uops in the Backend. SMT version; use when SMT is enabled and measuring per logical CPU.",
43 …: Memory Bound and Core Bound. SMT version; use when SMT is enabled and measuring per logical CPU."
53 … that eventually get retired. SMT version; use when SMT is enabled and measuring per logical CPU.",
57 …often be optimized or avoided. SMT version; use when SMT is enabled and measuring per logical CPU."
60 "BriefDescription": "Instructions Per Cycle (per Logical Processor)",
72 "BriefDescription": "Cycles Per Instruction (per Logical Processor)",
[all …]
/freebsd/share/man/man4/
H A Dch.479 mapped to zero-based logical addresses.
109 u_int cm_fromunit; /* logical unit of from element */
111 u_int cm_tounit; /* logical unit of to element */
135 u_int ce_srcunit; /* logical unit of source */
137 u_int ce_fdstunit; /* logical unit of first destination */
139 u_int ce_sdstunit; /* logical unit of second destination */
159 u_int cp_unit; /* logical unit of element */
169 Return the logical address of the current picker.
172 Select the picker specified by the given logical address.
227 This structure is read by the driver to determine the type, logical
/freebsd/lib/libpmc/pmu-events/arch/x86/haswell/
H A Dhsw-metrics.json10 …nd undersupplies its Backend. SMT version; use when SMT is enabled and measuring per logical CPU.",
14 …egorized under Frontend Bound. SMT version; use when SMT is enabled and measuring per logical CPU."
24 …ue to incorrect speculations. SMT version; use when SMT is enabled and measuring per logical CPU.",
28 …ring Nukes is another example. SMT version; use when SMT is enabled and measuring per logical CPU."
39 …ting new uops in the Backend. SMT version; use when SMT is enabled and measuring per logical CPU.",
43 …: Memory Bound and Core Bound. SMT version; use when SMT is enabled and measuring per logical CPU."
53 … that eventually get retired. SMT version; use when SMT is enabled and measuring per logical CPU.",
57 …often be optimized or avoided. SMT version; use when SMT is enabled and measuring per logical CPU."
60 "BriefDescription": "Instructions Per Cycle (per Logical Processor)",
78 "BriefDescription": "Cycles Per Instruction (per Logical Processor)",
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/haswellx/
H A Dhsx-metrics.json10 …nd undersupplies its Backend. SMT version; use when SMT is enabled and measuring per logical CPU.",
14 …egorized under Frontend Bound. SMT version; use when SMT is enabled and measuring per logical CPU."
24 …ue to incorrect speculations. SMT version; use when SMT is enabled and measuring per logical CPU.",
28 …ring Nukes is another example. SMT version; use when SMT is enabled and measuring per logical CPU."
39 …ting new uops in the Backend. SMT version; use when SMT is enabled and measuring per logical CPU.",
43 …: Memory Bound and Core Bound. SMT version; use when SMT is enabled and measuring per logical CPU."
53 … that eventually get retired. SMT version; use when SMT is enabled and measuring per logical CPU.",
57 …often be optimized or avoided. SMT version; use when SMT is enabled and measuring per logical CPU."
60 "BriefDescription": "Instructions Per Cycle (per Logical Processor)",
78 "BriefDescription": "Cycles Per Instruction (per Logical Processor)",
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp1 //===---- PPCReduceCRLogicals.cpp - Reduce CR Bit Logical operations ------===//
9 // This pass aims to reduce the number of logical operations on bits in the CR
13 // to hide the latency between the CR logical operation and its user.
35 "Number of single-use binary CR logical ops contained in a block");
37 "Number of binary CR logical ops that can be used to split blocks");
38 STATISTIC(TotalCRLogicals, "Number of CR logical ops.");
40 "Number of nullary CR logical ops (CRSET/CRUNSET).");
41 STATISTIC(TotalUnaryCRLogicals, "Number of unary CR logical ops.");
42 STATISTIC(TotalBinaryCRLogicals, "Number of CR logical ops.");
44 "Number of blocks split on CR binary logical ops.");
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/ivybridge/
H A Divb-metrics.json10 …nd undersupplies its Backend. SMT version; use when SMT is enabled and measuring per logical CPU.",
14 …egorized under Frontend Bound. SMT version; use when SMT is enabled and measuring per logical CPU."
24 …ue to incorrect speculations. SMT version; use when SMT is enabled and measuring per logical CPU.",
28 …ring Nukes is another example. SMT version; use when SMT is enabled and measuring per logical CPU."
39 …ting new uops in the Backend. SMT version; use when SMT is enabled and measuring per logical CPU.",
43 …: Memory Bound and Core Bound. SMT version; use when SMT is enabled and measuring per logical CPU."
53 … that eventually get retired. SMT version; use when SMT is enabled and measuring per logical CPU.",
57 …often be optimized or avoided. SMT version; use when SMT is enabled and measuring per logical CPU."
60 "BriefDescription": "Instructions Per Cycle (per Logical Processor)",
78 "BriefDescription": "Cycles Per Instruction (per Logical Processor)",
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/ivytown/
H A Divt-metrics.json10 …nd undersupplies its Backend. SMT version; use when SMT is enabled and measuring per logical CPU.",
14 …egorized under Frontend Bound. SMT version; use when SMT is enabled and measuring per logical CPU."
24 …ue to incorrect speculations. SMT version; use when SMT is enabled and measuring per logical CPU.",
28 …ring Nukes is another example. SMT version; use when SMT is enabled and measuring per logical CPU."
39 …ting new uops in the Backend. SMT version; use when SMT is enabled and measuring per logical CPU.",
43 …: Memory Bound and Core Bound. SMT version; use when SMT is enabled and measuring per logical CPU."
53 … that eventually get retired. SMT version; use when SMT is enabled and measuring per logical CPU.",
57 …often be optimized or avoided. SMT version; use when SMT is enabled and measuring per logical CPU."
60 "BriefDescription": "Instructions Per Cycle (per Logical Processor)",
78 "BriefDescription": "Cycles Per Instruction (per Logical Processor)",
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DREADME.txt57 ADD LOGICAL WITH SIGNED IMMEDIATE could be useful when we need to
58 produce a carry. SUBTRACT LOGICAL IMMEDIATE could be useful when we
60 ADD LOGICAL WITH CARRY and SUBTRACT LOGICAL WITH BORROW, so the high
70 We don't use ADD (LOGICAL) HIGH, SUBTRACT (LOGICAL) HIGH,
71 or COMPARE (LOGICAL) HIGH yet.
/freebsd/share/man/man9/
H A DVOP_BMAP.935 .Nd Logical to physical block number conversion
43 underlying device where a given logical block of a file is stored.
49 Logical block number within the file identified by
57 Return storage for the number of succeeding logical blocks that may be
59 This will usually be the number of logical blocks whose physical blocks are
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwell/
H A Dbdw-metrics.json10 …nd undersupplies its Backend. SMT version; use when SMT is enabled and measuring per logical CPU.",
14 …egorized under Frontend Bound. SMT version; use when SMT is enabled and measuring per logical CPU."
24 …ue to incorrect speculations. SMT version; use when SMT is enabled and measuring per logical CPU.",
28 …ring Nukes is another example. SMT version; use when SMT is enabled and measuring per logical CPU."
39 …ting new uops in the Backend. SMT version; use when SMT is enabled and measuring per logical CPU.",
43 …: Memory Bound and Core Bound. SMT version; use when SMT is enabled and measuring per logical CPU."
53 … that eventually get retired. SMT version; use when SMT is enabled and measuring per logical CPU.",
57 …often be optimized or avoided. SMT version; use when SMT is enabled and measuring per logical CPU."
60 "BriefDescription": "Instructions Per Cycle (per Logical Processor)",
78 "BriefDescription": "Cycles Per Instruction (per Logical Processor)",
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellde/
H A Dbdwde-metrics.json10 …nd undersupplies its Backend. SMT version; use when SMT is enabled and measuring per logical CPU.",
14 …egorized under Frontend Bound. SMT version; use when SMT is enabled and measuring per logical CPU."
24 …ue to incorrect speculations. SMT version; use when SMT is enabled and measuring per logical CPU.",
28 …ring Nukes is another example. SMT version; use when SMT is enabled and measuring per logical CPU."
39 …ting new uops in the Backend. SMT version; use when SMT is enabled and measuring per logical CPU.",
43 …: Memory Bound and Core Bound. SMT version; use when SMT is enabled and measuring per logical CPU."
53 … that eventually get retired. SMT version; use when SMT is enabled and measuring per logical CPU.",
57 …often be optimized or avoided. SMT version; use when SMT is enabled and measuring per logical CPU."
60 "BriefDescription": "Instructions Per Cycle (per Logical Processor)",
78 "BriefDescription": "Cycles Per Instruction (per Logical Processor)",
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellx/
H A Dbdx-metrics.json10 …nd undersupplies its Backend. SMT version; use when SMT is enabled and measuring per logical CPU.",
14 …egorized under Frontend Bound. SMT version; use when SMT is enabled and measuring per logical CPU."
24 …ue to incorrect speculations. SMT version; use when SMT is enabled and measuring per logical CPU.",
28 …ring Nukes is another example. SMT version; use when SMT is enabled and measuring per logical CPU."
39 …ting new uops in the Backend. SMT version; use when SMT is enabled and measuring per logical CPU.",
43 …: Memory Bound and Core Bound. SMT version; use when SMT is enabled and measuring per logical CPU."
53 … that eventually get retired. SMT version; use when SMT is enabled and measuring per logical CPU.",
57 …often be optimized or avoided. SMT version; use when SMT is enabled and measuring per logical CPU."
60 "BriefDescription": "Instructions Per Cycle (per Logical Processor)",
78 "BriefDescription": "Cycles Per Instruction (per Logical Processor)",
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DGOFFObjectWriter.cpp68 // logical record and the size of its content. While writing the content, the
77 /// The remaining size of this logical record, including fill bytes.
85 /// The number of logical records emitted to far.
88 /// The type of the current (logical) record.
111 /// Fill the last physical record of a logical record with zero bytes.
192 // logical record begins. Therefore it is sufficient to check for a new block
196 assert(RemainingSize && "Logical record overflow"); in write_impl()
203 "New logical record not on physical record boundary"); in write_impl()
270 // The record count is the number of logical records. In principle, this value in writeEnd()
284 LLVM_DEBUG(dbgs() << "Wrote " << OS.logicalRecords() << " logical records."); in writeObject()

12345678910>>...52