Home
last modified time | relevance | path

Searched refs:show (Results 1 – 25 of 71) sorted by relevance

123

/arch/powerpc/platforms/pseries/
A Dvas-sysfs.c66 ssize_t (*show)(struct vas_cop_feat_caps *, char *); member
132 if (!entry->show) in vas_type_show()
135 return entry->show(caps, buf); in vas_type_show()
161 .show = vas_type_show,
A Dpapr_platform_attributes.c199 ssize_t (*show)(struct kobject *kobj, struct kobj_attribute *kobj_attr, member
213 attr->kobj_attr.show = ops_info[index].show; in add_attr()
A DhvCall_inst.c77 .show = hc_show
/arch/x86/platform/efi/
A Druntime-map.c25 ssize_t (*show)(struct efi_runtime_map_entry *entry, char *buf); member
62 return map_attr->show(entry, buf); in map_attr_show()
85 .show = map_attr_show,
/arch/powerpc/platforms/powernv/
A Dopal-elog.c32 ssize_t (*show)(struct elog_obj *elog, struct elog_attribute *attr, member
105 if (!attribute->show) in elog_attr_show()
108 return attribute->show(elog, attribute, buf); in elog_attr_show()
128 .show = elog_attr_show,
A Dopal-dump.c32 ssize_t (*show)(struct dump_obj *dump, struct dump_attribute *attr, member
169 if (!attribute->show) in dump_attr_show()
172 return attribute->show(dump, attribute, buf); in dump_attr_show()
192 .show = dump_attr_show,
A Dopal-psr.c156 psr_attrs[i].attr.show = psr_show; in opal_psr_init()
/arch/sh/kernel/cpu/sh4/
A Dsq.c261 ssize_t (*show)(char *buf); member
272 if (likely(sattr->show)) in sq_sysfs_show()
273 return sattr->show(buf); in sq_sysfs_show()
330 .show = sq_sysfs_show,
/arch/powerpc/tools/
A Dcheckpatch.sh12 --show-types \
A Dunrel_branch_check.sh27 $objdump -D --no-show-raw-insn --start-address="$kstart" --stop-address="$end_intr" "$vmlinux" |
/arch/x86/kernel/cpu/mce/
A Damd.c969 ssize_t (*show) (struct threshold_block *, char *); member
1043 .show = show_error_count,
1049 .show = show_## val, \
1067 static ssize_t show(struct kobject *kobj, struct attribute *attr, char *buf) in show() function
1073 ret = a->show ? a->show(b, buf) : -EIO; in show()
1091 .show = show,
/arch/csky/kernel/
A Dcpu-probe.c78 .show = c_show,
/arch/hexagon/kernel/
A Dsetup.c136 .show = &show_cpuinfo,
/arch/powerpc/perf/
A Dhv-gpci.c923 attr->show = processor_bus_topology_show; in sysinfo_device_attr_create()
927 attr->show = processor_config_show; in sysinfo_device_attr_create()
931 attr->show = affinity_domain_via_virtual_processor_show; in sysinfo_device_attr_create()
935 attr->show = affinity_domain_via_domain_show; in sysinfo_device_attr_create()
939 attr->show = affinity_domain_via_partition_show; in sysinfo_device_attr_create()
/arch/arm64/boot/dts/qcom/
A Dmsm8996-v3.0.dtsi18 * The differences will show here as more and more
/arch/arm64/kvm/
A Dptdump.c211 int (*show)(struct seq_file *, void *)) in kvm_pgtable_debugfs_open()
222 ret = single_open(file, show, pgtable); in kvm_pgtable_debugfs_open()
A DKconfig77 Say Y here if you want to show the stage-2 kernel pagetables
/arch/loongarch/kernel/
A Dproc.c110 .show = show_cpuinfo,
/arch/m68k/kernel/
A Dsetup_no.c217 .show = show_cpuinfo,
/arch/microblaze/kernel/cpu/
A Dmb.c157 .show = show_cpuinfo,
/arch/sh/kernel/cpu/
A Dproc.c149 .show = show_cpuinfo,
/arch/arm/boot/dts/hisilicon/
A Dhip04.dtsi347 /* non-configurable replicators don't show up on the
382 /* non-configurable replicators don't show up on the
417 /* non-configurable replicators don't show up on the
451 /* non-configurable replicators don't show up on the
/arch/nios2/kernel/
A Dcpuinfo.c189 .show = show_cpuinfo
/arch/parisc/kernel/
A Dsetup.c180 .show = show_cpuinfo
/arch/arm64/kvm/vgic/
A Dvgic-debug.c309 .show = vgic_debug_show
518 .show = vgic_its_debug_show

Completed in 33 milliseconds

123