| /arch/powerpc/platforms/pseries/ |
| A D | vas-sysfs.c | 66 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 D | papr_platform_attributes.c | 199 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 D | hvCall_inst.c | 77 .show = hc_show
|
| /arch/x86/platform/efi/ |
| A D | runtime-map.c | 25 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 D | opal-elog.c | 32 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 D | opal-dump.c | 32 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 D | opal-psr.c | 156 psr_attrs[i].attr.show = psr_show; in opal_psr_init()
|
| /arch/sh/kernel/cpu/sh4/ |
| A D | sq.c | 261 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 D | checkpatch.sh | 12 --show-types \
|
| A D | unrel_branch_check.sh | 27 $objdump -D --no-show-raw-insn --start-address="$kstart" --stop-address="$end_intr" "$vmlinux" |
|
| /arch/x86/kernel/cpu/mce/ |
| A D | amd.c | 969 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 D | cpu-probe.c | 78 .show = c_show,
|
| /arch/hexagon/kernel/ |
| A D | setup.c | 136 .show = &show_cpuinfo,
|
| /arch/powerpc/perf/ |
| A D | hv-gpci.c | 923 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 D | msm8996-v3.0.dtsi | 18 * The differences will show here as more and more
|
| /arch/arm64/kvm/ |
| A D | ptdump.c | 211 int (*show)(struct seq_file *, void *)) in kvm_pgtable_debugfs_open() 222 ret = single_open(file, show, pgtable); in kvm_pgtable_debugfs_open()
|
| A D | Kconfig | 77 Say Y here if you want to show the stage-2 kernel pagetables
|
| /arch/loongarch/kernel/ |
| A D | proc.c | 110 .show = show_cpuinfo,
|
| /arch/m68k/kernel/ |
| A D | setup_no.c | 217 .show = show_cpuinfo,
|
| /arch/microblaze/kernel/cpu/ |
| A D | mb.c | 157 .show = show_cpuinfo,
|
| /arch/sh/kernel/cpu/ |
| A D | proc.c | 149 .show = show_cpuinfo,
|
| /arch/arm/boot/dts/hisilicon/ |
| A D | hip04.dtsi | 347 /* 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 D | cpuinfo.c | 189 .show = show_cpuinfo
|
| /arch/parisc/kernel/ |
| A D | setup.c | 180 .show = show_cpuinfo
|
| /arch/arm64/kvm/vgic/ |
| A D | vgic-debug.c | 309 .show = vgic_debug_show 518 .show = vgic_its_debug_show
|