Home
last modified time | relevance | path

Searched refs:visit (Results 1 – 25 of 35) sorted by relevance

12

/linux/drivers/net/ethernet/chelsio/
H A DKconfig31 For general information about Chelsio and our products, visit
34 For customer support, please visit our customer support page at
58 For general information about Chelsio and our products, visit
61 For customer support, please visit our customer support page at
81 For general information about Chelsio and our products, visit
84 For customer support, please visit our customer support page at
122 For general information about Chelsio and our products, visit
125 For customer support, please visit our customer support page at
/linux/drivers/scsi/csiostor/
H A DKconfig11 For general information about Chelsio and our products, visit
14 For customer support, please visit our customer support page at
/linux/drivers/infiniband/hw/cxgb4/
H A DKconfig12 For general information about Chelsio and our products, visit
15 For customer support, please visit our customer support page at
/linux/arch/arm64/kvm/hyp/
H A Dpgtable.c124 enum kvm_pgtable_walk_flags visit) in kvm_pgtable_visitor_cb() argument
130 return walker->cb(ctx, visit); in kvm_pgtable_visitor_cb()
295 enum kvm_pgtable_walk_flags visit) in leaf_walker() argument
410 enum kvm_pgtable_walk_flags visit) in hyp_map_walker() argument
457 enum kvm_pgtable_walk_flags visit) in hyp_unmap_walker() argument
536 enum kvm_pgtable_walk_flags visit) in hyp_free_walker() argument
1058 enum kvm_pgtable_walk_flags visit) in stage2_map_walker() argument
1062 switch (visit) { in stage2_map_walker()
1129 enum kvm_pgtable_walk_flags visit) in stage2_unmap_walker() argument
1196 enum kvm_pgtable_walk_flags visit) in stage2_attr_walker() argument
[all …]
/linux/Documentation/kbuild/
H A DKconfig.select-break17 # visit the dependencies of the select target (in this case B). And since
18 # Kconfig does not visit the dependencies, it breaks the dependencies of B
/linux/drivers/net/wireless/ath/
H A DKconfig16 For more information and documentation on this module you can visit:
20 For information on all Atheros wireless drivers visit:
/linux/Documentation/devicetree/bindings/sound/
H A Dmt6351.txt4 For more detail, please visit Mediatek PMIC wrapper documentation.
H A Dmt6358.txt4 For more detail, please visit Mediatek PMIC wrapper documentation.
/linux/Documentation/admin-guide/blockdev/drbd/
H A Dindex.rst13 Please visit https://www.drbd.org to find out more.
/linux/drivers/iommu/
H A Dio-pgtable-arm.c708 int (*visit)(struct io_pgtable_walk_data *walk_data, int lvl, member
741 .visit = visit_iova_to_phys, in arm_lpae_iova_to_phys()
769 .visit = visit_pgtable_walk, in arm_lpae_pgtable_walk()
785 int ret = walk_data->visit(walk_data, lvl, ptep, size); in io_pgtable_visit()
855 .visit = visit_dirty, in arm_lpae_read_and_clear_dirty()
/linux/Documentation/networking/
H A Dsctp.rst36 For more information, please visit the lksctp project website:
/linux/fs/erofs/
H A DKconfig54 the kernel or by users (see the attr(5) manual page, or visit
68 To learn more about Access Control Lists, visit the POSIX ACLs for
/linux/rust/syn/
H A Dlib.rs759 pub mod visit; module
878 pub use crate::gen::visit;
/linux/arch/arm64/kvm/
H A Dptdump.c82 enum kvm_pgtable_walk_flags visit) in kvm_ptdump_visitor() argument
/linux/drivers/staging/most/Documentation/
H A Ddriver_usage.txt13 For more information on MOST, visit the MOST Cooperation website:
51 (INIC) is needed. For more information on available controllers visit:
/linux/Documentation/networking/device_drivers/ethernet/ti/
H A Dtlan.rst15 For driver information/updates visit http://www.compaq.com
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dmm.c284 enum kvm_pgtable_walk_flags visit) in __create_fixmap_slot_cb() argument
/linux/arch/arm64/include/asm/
H A Dkvm_pgtable.h328 enum kvm_pgtable_walk_flags visit);
/linux/Documentation/networking/device_drivers/ethernet/altera/
H A Daltera_tse.rst19 For more information visit www.altera.com and www.rocketboards.org. Support
44 visit www.altera.com for known, documented SGDMA errata.
/linux/Documentation/power/
H A Dswsusp-dmcrypt.rst10 You know how dm-crypt works. If not, visit the following web page:
/linux/kernel/bpf/
H A Dverifier.c1878 struct bpf_scc_visit *visit; in scc_visit_alloc() local
1892 visit = &info->visits[num_visits]; in scc_visit_alloc()
1893 memset(visit, 0, sizeof(*visit)); in scc_visit_alloc()
1894 memcpy(&visit->callchain, callchain, sizeof(*callchain)); in scc_visit_alloc()
1895 return visit; in scc_visit_alloc()
1922 struct bpf_scc_visit *visit; in maybe_enter_scc() local
1926 visit = scc_visit_lookup(env, callchain); in maybe_enter_scc()
1927 visit = visit ?: scc_visit_alloc(env, callchain); in maybe_enter_scc()
1928 if (!visit) in maybe_enter_scc()
1930 if (!visit->entry_state) { in maybe_enter_scc()
[all …]
/linux/scripts/
H A DMakefile.build131 $(warning You cannot use subdir-y/m to visit a module Makefile. Use obj-y/m instead.)
/linux/Documentation/mm/
H A Dnuma.rst74 an ordered "zonelist". A zonelist specifies the zones/nodes to visit when a
/linux/tools/perf/pmu-events/
H A Dmetric.py608 _RewriteIfExpToSelect().visit(parsed)
/linux/tools/sched_ext/
H A DREADME.md163 For more scheduler implementations, tools and documentation, visit

12