Searched +full:- +full:pvs (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | pv88080.txt | 4 - compatible: Must be one of the following, depending on the 6 - "pvs,pv88080" (DEPRECATED) 8 - "pvs,pv88080-aa" for PV88080 AA or AB silicon 9 - "pvs,pv88080-ba" for PV88080 BA or BB silicon 11 - reg: I2C slave address, usually 0x49 12 - interrupts: the interrupt outputs of the controller 13 - regulators: A node that houses a sub-node for each regulator within the 14 device. Each sub-node is identified using the node's name, with valid 15 values listed below. The content of each sub-node is defined by the 20 - Any optional property defined in regulator.txt [all …]
|
H A D | pv88090.txt | 4 - compatible: "pvs,pv88090". 5 - reg: I2C slave address, usually 0x48. 6 - interrupts: the interrupt outputs of the controller 7 - regulators: A node that houses a sub-node for each regulator within the 8 device. Each sub-node is identified using the node's name, with valid 9 values listed below. The content of each sub-node is defined by the 14 - Any optional property defined in regulator.txt 19 compatible = "pvs,pv88090"; 21 interrupt-parent = <&gpio>; 26 regulator-name = "buck1"; [all …]
|
H A D | pv88060.txt | 4 - compatible: "pvs,pv88060". 5 - reg: I2C slave address, usually 0x49. 6 - interrupts: the interrupt outputs of the controller 7 - regulators: A node that houses a sub-node for each regulator within the 8 device. Each sub-node is identified using the node's name, with valid 9 values listed below. The content of each sub-node is defined by the 15 - Any optional property defined in regulator.txt 20 compatible = "pvs,pv88060"; 22 interrupt-parent = <&gpio>; 27 regulator-name = "buck1"; [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600Packetizer.cpp | 1 //===----- R600Packetizer.cpp - VLIW packetizer ---------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 14 //===----------------------------------------------------------------------===// 66 I--; in getPreviousVector() 67 if (!TII->isALUInstr(I->getOpcode()) && !I->isBundle()) in getPreviousVector() 70 if (I->isBundle()) in getPreviousVector() 72 int LastDstChan = -1; in getPreviousVector() 79 if (TII->isPredicated(*BI)) in getPreviousVector() 81 int OperandIdx = TII->getOperandIdx(BI->getOpcode(), R600::OpName::write); in getPreviousVector() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/nvmem/ |
H A D | nvmem.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sriniva [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 1 //===- Attributor.h --- Module-wide attribute deduction ---------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 // well as information exchange between abstract attributes in-flight. 17 // all abstract attributes in-flight, or until it will enforce a pessimistic fix 21 // describe properties of the code. They can correspond to actual LLVM-IR 22 // attributes, or they can be more general, ultimately unrelated to LLVM-IR 24 // information to other abstract attributes in-flight but we might not want to 25 // manifest the information. The Attributor allows to query in-flight abstract 44 // in-flight. Since the IR is given and assumed to be valid, the information [all …]
|
/freebsd/contrib/mandoc/ |
H A D | roff.c | 3 * Copyright (c) 2010-2015, 2017-2023 Ingo Schwarze <schwarze@openbsd.org> 4 * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons <kristaps@bsd.lv> 47 #define ROFFDEF_USER (1 << 1) /* User-defined. */ 55 /* --- data types --------------------------------------------------------- */ 58 * An incredibly-simple string buffer. 61 char *p; /* nil-terminated buffer */ 66 * A key-value roffstr pair as part of a singly-linked list. 75 * A single number register as part of a singly-linked list. 109 struct roffkv *strtab; /* user-defined strings & macros */ 111 struct roffkv *xmbtab; /* multi-byte trans table (`tr') */ [all …]
|
/freebsd/sys/powerpc/aim/ |
H A D | mmu_oea.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause AND BSD-4-Clause 8 * by Matt Thomas <matt@3am-software.com> of Allegro Networks, Inc. 31 /*- 63 /*- 161 #define PVO_PADDR(pvo) ((pvo)->pvo_pte.pte.pte_lo & PTE_RPGN) 499 return (&m->md.mdpg_pvoh); in vm_page_to_pvoh() 507 m->md.mdpg_attrs &= ~ptebit; in moea_attr_clear() 514 return (m->md.mdpg_attrs); in moea_attr_fetch() 522 m->md.mdpg_attrs |= ptebit; in moea_attr_save() [all …]
|
H A D | mmu_oea64.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2008-2015 Nathan Whitehorn 128 * Cheap NUMA-izing of the pv locks, to reduce contention across domains. 155 pa_end = pa + (HPT_SP_SIZE - PV_LOCK_SIZE); in moea64_sp_pv_lock() 171 pa += HPT_SP_SIZE - PV_LOCK_SIZE; in moea64_sp_pv_unlock() 176 pa -= PV_LOCK_SIZE; in moea64_sp_pv_unlock() 311 #define PVO_IS_SP(pvo) (((pvo)->pvo_vaddr & PVO_LARGE) && \ 312 (pvo)->pvo_pmap != kernel_pmap) 525 pa = (pvo)->pvo_pte.pa & LPTE_RPGN; in moea64_pvo_paddr() [all …]
|
/freebsd/sys/riscv/riscv/ |
H A D | pmap.c | 1 /*- 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 101 * this module may throw away valid virtual-to-physical 103 * of virtual-to-physical mappings must be done as 107 * make virtual-to-physical map invalidates expensive, [all …]
|
/freebsd/sys/i386/i386/ |
H A D | pmap.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 10 * Copyright (c) 2005-2010 Alan L. Cox <alc@cs.rice.edu> 45 /*- 54 * DARPA/SPAWAR contract N66001-01-C-803 [all...] |
/freebsd/sys/arm64/arm64/ |
H A D | pmap.c | 1 /*- 10 * Copyright (c) 2005-2010 Alan L. Cox <alc@cs.rice.edu> 14 * Copyright (c) 2014-2016 The FreeBSD Foundation 52 /*- 59 * DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the DARPA 90 * this module may throw away valid virtual-to-physical 92 * of virtual-to-physical mappings must be done as 96 * make virtual-to-physical map invalidates expensive, 160 #define PMAP_ASSERT_STAGE1(pmap) MPASS((pmap)->pm_stage == PM_STAGE1) 161 #define PMAP_ASSERT_STAGE2(pmap) MPASS((pmap)->pm_stage == PM_STAGE2) [all …]
|
/freebsd/sys/amd64/amd64/ |
H A D | pmap.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 12 * Copyright (c) 2005-2010 Alan L. Cox <alc@cs.rice.edu> 47 /*- 49 * Copyright (c) 2014-2020 The FreeBSD Foundation 55 * DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the DARPA 92 * this module may throw away valid virtual-to-physical 94 * of virtual-to-physical mappings must be done as 98 * make virtual-to-physical map invalidates expensive, 181 return ((pmap->pm_type == PT_EPT) || (pmap->pm_type == PT_RVI)); in pmap_type_guest() [all …]
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 17 ** language. The code for the "sqlite3" command-line shell is also in a 20 ** The content in this amalgamation comes from Fossil check-in 51 ** NO_TEST - The branches on this line are not 56 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false 60 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true 64 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread 69 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the 144 ** 2015-03-02 182 ** large file support, or if the OS is windows, these should be no-ops. 188 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch [all …]
|