Home
last modified time | relevance | path

Searched refs:visit (Results 1 – 25 of 33) 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
428 enum kvm_pgtable_walk_flags visit) in hyp_map_walker() argument
475 enum kvm_pgtable_walk_flags visit) in hyp_unmap_walker() argument
554 enum kvm_pgtable_walk_flags visit) in hyp_free_walker() argument
1076 enum kvm_pgtable_walk_flags visit) in stage2_map_walker() argument
1080 switch (visit) { in stage2_map_walker()
1147 enum kvm_pgtable_walk_flags visit) in stage2_unmap_walker() argument
1214 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/rust/syn/
H A Dlib.rs759 pub mod visit; module
878 pub use crate::gen::visit;
/linux/tools/lib/bpf/
H A Dlibbpf_internal.h585 int btf_ext_visit_type_ids(struct btf_ext *btf_ext, type_id_visit_fn visit, void *ctx);
586 int btf_ext_visit_str_offs(struct btf_ext *btf_ext, str_off_visit_fn visit, void *ctx);
/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.h329 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/kernel/bpf/
H A Dverifier.c1887 struct bpf_scc_visit *visit; in scc_visit_alloc() local
1901 visit = &info->visits[num_visits]; in scc_visit_alloc()
1902 memset(visit, 0, sizeof(*visit)); in scc_visit_alloc()
1903 memcpy(&visit->callchain, callchain, sizeof(*callchain)); in scc_visit_alloc()
1904 return visit; in scc_visit_alloc()
1931 struct bpf_scc_visit *visit; in maybe_enter_scc() local
1935 visit = scc_visit_lookup(env, callchain); in maybe_enter_scc()
1936 visit = visit ?: scc_visit_alloc(env, callchain); in maybe_enter_scc()
1937 if (!visit) in maybe_enter_scc()
1939 if (!visit->entry_state) { in maybe_enter_scc()
[all …]
/linux/Documentation/power/
H A Dswsusp-dmcrypt.rst10 You know how dm-crypt works. If not, visit the following web page:
/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/sched_ext/
H A DREADME.md162 For more scheduler implementations, tools and documentation, visit
/linux/tools/perf/pmu-events/
H A Dmetric.py773 _RewriteIfExpToSelect().visit(parsed)

12