/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | processor.c | 90 uint8_t indent) in regs_dump() 94 indent, "", in regs_dump() 98 indent, "", in regs_dump() 102 indent, "", in regs_dump() 106 indent, "", in regs_dump() 109 indent, "", in regs_dump() 119 * indent - Left margin indent amount 129 uint8_t indent) in segment_dump() 133 indent, "", segmen in segment_dump() 89 regs_dump(FILE *stream, struct kvm_regs *regs, uint8_t indent) regs_dump() argument 128 segment_dump(FILE *stream, struct kvm_segment *segment, uint8_t indent) segment_dump() argument 160 dtable_dump(FILE *stream, struct kvm_dtable *dtable, uint8_t indent) dtable_dump() argument 169 sregs_dump(FILE *stream, struct kvm_sregs *sregs, uint8_t indent) sregs_dump() argument 297 virt_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) virt_dump() argument 890 vcpu_dump(FILE *stream, struct kvm_vm *vm, uint32_t vcpuid, uint8_t indent) vcpu_dump() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | processor.c | 26 static void regs_dump(FILE *stream, struct kvm_regs *regs, uint8_t indent) in regs_dump() argument 30 indent, "", in regs_dump() 34 indent, "", in regs_dump() 38 indent, "", in regs_dump() 42 indent, "", in regs_dump() 45 indent, "", in regs_dump() 50 uint8_t indent) in segment_dump() 54 indent, "", segment->base, segment->limit, in segment_dump() 58 indent, "", segment->present, segment->dpl, in segment_dump() 62 indent, "", segmen in segment_dump() 49 segment_dump(FILE *stream, struct kvm_segment *segment, uint8_t indent) segment_dump() argument 66 dtable_dump(FILE *stream, struct kvm_dtable *dtable, uint8_t indent) dtable_dump() argument 75 sregs_dump(FILE *stream, struct kvm_sregs *sregs, uint8_t indent) sregs_dump() argument 306 virt_arch_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) virt_arch_dump() argument 856 vcpu_arch_dump(FILE *stream, struct kvm_vcpu *vcpu, uint8_t indent) vcpu_arch_dump() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | syscall_numbering.c | 72 unsigned int indent; /* Message indentation level */ member 80 unsigned int level = sh ? sh->indent : 0; in offset() 100 sh->indent = 0; \ 175 sh->indent++; in _check_for() 177 sh->indent++; in _check_for() 191 sh->indent--; in _check_for() 203 sh->indent--; in _check_for() 234 sh->indent++; in test_x32() 245 sh->indent--; in test_x32() 310 sh->indent in test_syscall_numbering() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/s390x/ |
H A D | processor.c | 114 static void virt_dump_ptes(FILE *stream, struct kvm_vm *vm, uint8_t indent, in virt_dump_ptes() argument 124 indent, "", ptea, *pte); in virt_dump_ptes() 128 static void virt_dump_region(FILE *stream, struct kvm_vm *vm, uint8_t indent, in virt_dump_region() argument 138 indent, "", 4 - ((*entry & REGION_ENTRY_TYPE) >> 2), in virt_dump_region() 141 virt_dump_region(stream, vm, indent + 2, in virt_dump_region() 144 virt_dump_ptes(stream, vm, indent + 2, in virt_dump_region() 150 void virt_arch_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) in virt_arch_dump() argument 155 virt_dump_region(stream, vm, indent, vm->pgd); in virt_arch_dump() 214 void vcpu_arch_dump(FILE *stream, struct kvm_vcpu *vcpu, uint8_t indent) in vcpu_arch_dump() argument 217 indent, "", vcp in vcpu_arch_dump() [all...] |
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | conf.c | 42 static int indent = 1; variable 138 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_string() 171 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_sym() 256 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice() 266 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice() 274 printf("%*c %s\n", indent, '*', menu_get_prompt(child)); in conf_choice() 280 printf("%*c", indent, '>'); in conf_choice() 282 printf("%*c", indent, ' '); in conf_choice() 290 printf("%*schoice", indent - 1, ""); in conf_choice() 339 indent in conf_choice() [all...] |
H A D | mconf.c | 276 static int indent; variable 497 indent + 1, ' ', prompt); in build_conf() 500 indent + 1, ' ', prompt, in build_conf() 510 item_make(" %*c*** %s ***", indent + 1, ' ', prompt); in build_conf() 518 item_make("---%*c%s", indent + 1, ' ', prompt); in build_conf() 562 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf() 568 indent += 2; in build_conf() 570 indent -= 2; in build_conf() 577 item_make("---%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf() 617 tmp = indent in build_conf() [all...] |
H A D | nconf.c | 258 static int indent; variable 762 indent + 1, ' ', prompt); in build_conf() 766 indent + 1, ' ', prompt, in build_conf() 777 indent + 1, ' ', in build_conf() 785 indent + 1, ' ', in build_conf() 831 item_add_str("%*c%s", indent + 1, in build_conf() 839 indent += 2; in build_conf() 841 indent -= 2; in build_conf() 849 "---%*c%s", indent + 1, in build_conf() 893 tmp = indent in build_conf() [all...] |
/kernel/linux/linux-5.10/Documentation/arm/samsung/ |
H A D | clksrc-change-registers.awk | 93 indent=1 97 for(; indent >= 1;) { 114 indent++ 117 indent-- 119 if (indent == 0) { 162 printf indent ":" line "\n" > "/dev/stderr"
|
/kernel/linux/linux-6.6/Documentation/arch/arm/samsung/ |
H A D | clksrc-change-registers.awk | 93 indent=1 97 for(; indent >= 1;) { 114 indent++ 117 indent-- 119 if (indent == 0) { 162 printf indent ":" line "\n" > "/dev/stderr"
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/s390x/ |
H A D | processor.c | 119 static void virt_dump_ptes(FILE *stream, struct kvm_vm *vm, uint8_t indent, in virt_dump_ptes() argument 129 indent, "", ptea, *pte); in virt_dump_ptes() 133 static void virt_dump_region(FILE *stream, struct kvm_vm *vm, uint8_t indent, in virt_dump_region() argument 143 indent, "", 4 - ((*entry & REGION_ENTRY_TYPE) >> 2), in virt_dump_region() 146 virt_dump_region(stream, vm, indent + 2, in virt_dump_region() 149 virt_dump_ptes(stream, vm, indent + 2, in virt_dump_region() 155 void virt_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) in virt_dump() argument 160 virt_dump_region(stream, vm, indent, vm->pgd); in virt_dump() 234 void vcpu_dump(FILE *stream, struct kvm_vm *vm, uint32_t vcpuid, uint8_t indent) in vcpu_dump() argument 242 indent, "", vcp in vcpu_dump() [all...] |
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | mconf.c | 282 static int indent; variable 535 indent + 1, ' ', prompt); in build_conf() 538 indent + 1, ' ', prompt, in build_conf() 548 item_make(" %*c*** %s ***", indent + 1, ' ', prompt); in build_conf() 556 item_make("---%*c%s", indent + 1, ' ', prompt); in build_conf() 600 item_add_str("%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf() 606 indent += 2; in build_conf() 608 indent -= 2; in build_conf() 615 item_make("---%*c%s", indent + 1, ' ', menu_get_prompt(menu)); in build_conf() 655 tmp = indent in build_conf() [all...] |
H A D | conf.c | 42 static int indent = 1; variable 355 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_string() 388 printf("%*s%s ", indent - 1, "", menu->prompt->text); in conf_sym() 473 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice() 483 printf("%*s%s\n", indent - 1, "", menu_get_prompt(menu)); in conf_choice() 491 printf("%*c %s\n", indent, '*', menu_get_prompt(child)); in conf_choice() 497 printf("%*c", indent, '>'); in conf_choice() 499 printf("%*c", indent, ' '); in conf_choice() 507 printf("%*schoice", indent - 1, ""); in conf_choice() 556 indent in conf_choice() [all...] |
H A D | nconf.c | 262 static int indent; variable 834 indent + 1, ' ', prompt); in build_conf() 838 indent + 1, ' ', prompt, in build_conf() 849 indent + 1, ' ', in build_conf() 857 indent + 1, ' ', in build_conf() 903 item_add_str("%*c%s", indent + 1, in build_conf() 911 indent += 2; in build_conf() 913 indent -= 2; in build_conf() 921 "---%*c%s", indent + 1, in build_conf() 965 tmp = indent in build_conf() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_gem_ttm_helper.c | 17 * @indent: Tab indentation level 23 void drm_gem_ttm_print_info(struct drm_printer *p, unsigned int indent, in drm_gem_ttm_print_info() argument 42 drm_printf_indent(p, indent, "placement="); in drm_gem_ttm_print_info() 47 drm_printf_indent(p, indent, "bus.offset=%lx\n", in drm_gem_ttm_print_info()
|
H A D | drm_framebuffer.c | 1160 void drm_framebuffer_print_info(struct drm_printer *p, unsigned int indent, in drm_framebuffer_print_info() argument 1166 drm_printf_indent(p, indent, "allocated by = %s\n", fb->comm); in drm_framebuffer_print_info() 1167 drm_printf_indent(p, indent, "refcount=%u\n", in drm_framebuffer_print_info() 1169 drm_printf_indent(p, indent, "format=%s\n", in drm_framebuffer_print_info() 1171 drm_printf_indent(p, indent, "modifier=0x%llx\n", fb->modifier); in drm_framebuffer_print_info() 1172 drm_printf_indent(p, indent, "size=%ux%u\n", fb->width, fb->height); in drm_framebuffer_print_info() 1173 drm_printf_indent(p, indent, "layers:\n"); in drm_framebuffer_print_info() 1176 drm_printf_indent(p, indent + 1, "size[%u]=%dx%d\n", i, in drm_framebuffer_print_info() 1179 drm_printf_indent(p, indent + 1, "pitch[%u]=%u\n", i, fb->pitches[i]); in drm_framebuffer_print_info() 1180 drm_printf_indent(p, indent in drm_framebuffer_print_info() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/ |
H A D | kvm_util_internal.h | 65 * indent - Left margin indent amount 74 void virt_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent); 82 * indent - Left margin indent amount 91 void regs_dump(FILE *stream, struct kvm_regs *regs, uint8_t indent); 99 * indent - Left margin indent amount 108 void sregs_dump(FILE *stream, struct kvm_sregs *sregs, uint8_t indent);
|
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-log.c | 49 int indent) in intel_pt_print_data() 53 for (i = 0; i < indent; i++) in intel_pt_print_data() 64 static void intel_pt_print_no_data(uint64_t pos, int indent) in intel_pt_print_no_data() argument 68 for (i = 0; i < indent; i++) in intel_pt_print_no_data() 48 intel_pt_print_data(const unsigned char *buf, int len, uint64_t pos, int indent) intel_pt_print_data() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_gem_ttm_helper.c | 19 * @indent: Tab indentation level 25 void drm_gem_ttm_print_info(struct drm_printer *p, unsigned int indent, in drm_gem_ttm_print_info() argument 44 drm_printf_indent(p, indent, "placement="); in drm_gem_ttm_print_info() 49 drm_printf_indent(p, indent, "bus.offset=%lx\n", in drm_gem_ttm_print_info()
|
/kernel/linux/linux-5.10/arch/x86/tools/ |
H A D | insn_decoder_test.c | 59 static void dump_field(FILE *fp, const char *name, const char *indent, in dump_field() argument 62 fprintf(fp, "%s.%s = {\n", indent, name); in dump_field() 64 indent, field->value, field->bytes[0], field->bytes[1], in dump_field() 66 fprintf(fp, "%s\t.got = %d, .nbytes = %d},\n", indent, in dump_field()
|
/kernel/linux/linux-6.6/arch/x86/tools/ |
H A D | insn_decoder_test.c | 59 static void dump_field(FILE *fp, const char *name, const char *indent, in dump_field() argument 62 fprintf(fp, "%s.%s = {\n", indent, name); in dump_field() 64 indent, field->value, field->bytes[0], field->bytes[1], in dump_field() 66 fprintf(fp, "%s\t.got = %d, .nbytes = %d},\n", indent, in dump_field()
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ni_routing/tools/ |
H A D | convert_csv_to_c.py | 64 def routedict_to_routelist_single(name, D, indent=1): 68 I0 = '\t'*(indent), 69 I1 = '\t'*(indent+1), 70 I2 = '\t'*(indent+2), 71 I3 = '\t'*(indent+3), 72 I4 = '\t'*(indent+4),
|
/kernel/linux/linux-6.6/drivers/comedi/drivers/ni_routing/tools/ |
H A D | convert_csv_to_c.py | 63 def routedict_to_routelist_single(name, D, indent=1): 67 I0 = '\t'*(indent), 68 I1 = '\t'*(indent+1), 69 I2 = '\t'*(indent+2), 70 I3 = '\t'*(indent+3), 71 I4 = '\t'*(indent+4),
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/aarch64/ |
H A D | processor.c | 186 static void pte_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent, uint64_t page, int level) in pte_dump() argument 199 fprintf(stream, "%*s%s: %lx: %lx at %p\n", indent, "", type[level], pte, *ptep, ptep); in pte_dump() 200 pte_dump(stream, vm, indent + 1, pte_addr(vm, *ptep), level + 1); in pte_dump() 205 void virt_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent) in virt_dump() argument 217 fprintf(stream, "%*spgd: %lx: %lx at %p\n", indent, "", pgd, *ptep, ptep); in virt_dump() 218 pte_dump(stream, vm, indent + 1, pte_addr(vm, *ptep), level); in virt_dump() 304 void vcpu_dump(FILE *stream, struct kvm_vm *vm, uint32_t vcpuid, uint8_t indent) in vcpu_dump() argument 312 indent, "", pstate, pc); in vcpu_dump()
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_gem_dma_helper.h | 39 struct drm_printer *p, unsigned int indent); 68 * @indent: Tab indentation level 74 static inline void drm_gem_dma_object_print_info(struct drm_printer *p, unsigned int indent, in drm_gem_dma_object_print_info() argument 79 drm_gem_dma_print_info(dma_obj, p, indent); in drm_gem_dma_object_print_info()
|
H A D | drm_gem_shmem_helper.h | 126 struct drm_printer *p, unsigned int indent); 151 * @indent: Tab indentation level 157 static inline void drm_gem_shmem_object_print_info(struct drm_printer *p, unsigned int indent, in drm_gem_shmem_object_print_info() argument 162 drm_gem_shmem_print_info(shmem, p, indent); in drm_gem_shmem_object_print_info()
|