Home
last modified time | relevance | path

Searched full:discovered (Results 1 – 25 of 237) sorted by relevance

12345678910

/linux/kernel/bpf/
H A Dcfg.c12 * 2 label v as discovered
23 * 13 if vertex w is not discovered and not explored
25 * 15 label w as discovered
28 * 18 else if vertex w is discovered
37 * 0x10 - discovered
38 * 0x11 - discovered and fall-through edge labelled
39 * 0x12 - discovered and fall-through and branch edges labelled
44 DISCOVERED = 0x10, enumerator
107 if (e == FALLTHROUGH && insn_state[t] >= (DISCOVERED | FALLTHROUGH)) in push_insn()
110 if (e == BRANCH && insn_state[t] >= (DISCOVERED | BRANCH)) in push_insn()
[all …]
/linux/Documentation/arch/x86/
H A Dtopology.rst147 The topology on x86 systems can be discovered using a combination of vendor
162 Support for the leaf is discovered by checking if the maximum extended
186 The support for the leaf is discovered by checking if the maximum supported
207 The support for the leaf is discovered by checking if the supported
250 the `node_id` was discovered using MSR_FAM10H_NODE_ID MSR (MSR
267 The support for the leaf is discovered by checking if the supported
/linux/drivers/bus/
H A Dmips_cdmm.c219 * of matching devices which are discovered. in BUILD_PERCPU_HELPER()
259 * @discovered: Whether the devices on the bus have been discovered yet.
269 bool discovered; member
528 bus->discovered = true; in mips_cdmm_bus_discover()
646 * devices already discovered on that CPU.
665 if (!bus->discovered) in mips_cdmm_cpu_online()
/linux/Documentation/scsi/
H A Dbnx2fc.rst9 transparent. Devices discovered on the SAN will be registered and unregistered
19 support the VLANs that have been discovered for FCoE operation (e.g.
H A Dmegaraid.rst51 adapter discovered, and lsiioctl would essentially be a switch,
H A Dscsi-parameters.rst97 discovered. async scans them in kernel threads,
/linux/tools/perf/pmu-events/arch/x86/silvermont/
H A Dpipeline.json107 …uld be taken, but it is not, or vice-versa. When the misprediction is discovered, all the instruc…
116 …uld be taken, but it is not, or vice-versa. When the misprediction is discovered, all the instruc…
126 …uld be taken, but it is not, or vice-versa. When the misprediction is discovered, all the instruc…
136 …uld be taken, but it is not, or vice-versa. When the misprediction is discovered, all the instruc…
146 …uld be taken, but it is not, or vice-versa. When the misprediction is discovered, all the instruc…
156 …uld be taken, but it is not, or vice-versa. When the misprediction is discovered, all the instruc…
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-fcoe41 FCFs discovered by this controller.
131 used to identify the discovered FCF. FCFs will exist in a
/linux/Documentation/driver-api/rapidio/
H A Drapidio.rst210 form a network which will be enumerated/discovered. Discovering endpoints have
212 controllers have been initialized and are ready to be discovered. Configuration
291 in the system, it sets the Discovered bit in the Port General Control CSR
298 about RapidIO network structure and are building an internal map of discovered
/linux/arch/arm/boot/dts/vt8500/
H A Dwm8950.dtsi6 /* No differences have been discovered vs. WM8850, but chip markings differ */
/linux/arch/powerpc/include/asm/
H A Dserial.h8 * Serial ports are not listed here, because they are discovered
/linux/Documentation/driver-api/nfc/
H A Dnfc-hci.rst106 discovered target.
275 that was discovered).
308 active, it will send a tag discovered event with an empty tag list to the user
/linux/fs/sysfs/
H A DKconfig12 kernel, such as the devices the kernel has discovered on each bus and
/linux/drivers/parisc/
H A DREADME.dino4 ** "HP has discovered a potential system defect that can affect
/linux/net/tipc/
H A Ddiscover.c56 * @num_nodes: number of nodes currently discovered (i.e. with an active link)
261 /* tipc_disc_add_dest - increment set of discovered nodes
270 /* tipc_disc_remove_dest - decrement set of discovered nodes
/linux/drivers/firmware/efi/
H A Defi-init.c168 * Discard memblocks discovered so far except for KHO scratch in reserve_regions()
188 * KHO is disabled. Discard memblocks discovered so far: in reserve_regions()
/linux/arch/x86/pci/
H A Dlegacy.c50 pr_info("PCI: Discovered peer bus %02x\n", busn); in pcibios_scan_specific_bus()
/linux/arch/parisc/include/asm/
H A Dparisc-device.h37 int (*probe)(struct parisc_device *dev); /* New device discovered */
/linux/drivers/nfc/microread/
H A Dmicroread.c474 pr_info("target discovered to gate 0x%x\n", gate); in microread_target_discovered()
531 pr_info("discard target discovered to gate 0x%x\n", gate); in microread_target_discovered()
544 pr_err("Failed to handle discovered target err=%d\n", r); in microread_target_discovered()
/linux/Documentation/devicetree/bindings/nvmem/layouts/
H A Donie,tlv-layout.yaml19 dynamic and should be discovered at run time because it depends on the
/linux/Documentation/devicetree/bindings/display/panel/
H A Dtpo,tpg110.yaml19 can be discovered and the hardware is therefore mostly
/linux/Documentation/devicetree/bindings/virtio/
H A Dpci-iommu.yaml14 discovered dynamically by the PCI probing infrastructure. However the
/linux/arch/mips/include/asm/
H A Dcdmm.h33 * @probe Callback for probing newly discovered devices.
/linux/tools/testing/selftests/ublk/
H A DMakefile108 # Generate targets for each discovered test group
/linux/Documentation/locking/
H A Dlockdep-design.rst175 - if a new hardirq-safe lock is discovered, we check whether it
178 - if a new softirq-safe lock is discovered, we check whether it took
181 - if a new hardirq-unsafe lock is discovered, we check whether any
184 - if a new softirq-unsafe lock is discovered, we check whether any

12345678910