/kernel/linux/linux-6.6/scripts/gdb/linux/ |
H A D | interrupts.py | 24 text = "" 28 return text 32 return text 35 return text 43 return text; 45 text += "%*d: " % (prec, irq) 51 text += "%10u" % (count) 61 text += " %8s" % (name) 64 text += " %*lu" % (prec, desc['irq_data']['hwirq']) 66 text [all...] |
H A D | timerlist.py | 38 text = " #{}: <{}>, {}, ".format(idx, timer, function) 39 text += "S:{:02x}\n".format(int(timer['state'])) 40 text += " # expires at {}-{} nsecs [in {} to {} nsecs]\n".format( 42 return text 55 text = " .base: {}\n".format(base.address) 56 text += " .index: {}\n".format(base['index']) 58 text += " .resolution: {} nsecs\n".format(constants.LX_hrtimer_resolution) 60 text += " .get_time: {}\n".format(base['get_time']) 62 text += " .offset: {} nsecs\n".format(base['offset']) 63 text [all...] |
/kernel/linux/linux-5.10/scripts/gdb/linux/ |
H A D | timerlist.py | 38 text = " #{}: <{}>, {}, ".format(idx, timer, function) 39 text += "S:{:02x}\n".format(int(timer['state'])) 40 text += " # expires at {}-{} nsecs [in {} to {} nsecs]\n".format( 42 return text 56 text = " .base: {}\n".format(base.address) 57 text += " .index: {}\n".format(base['index']) 59 text += " .resolution: {} nsecs\n".format(constants.LX_hrtimer_resolution) 61 text += " .get_time: {}\n".format(base['get_time']) 63 text += " .offset: {} nsecs\n".format(base['offset']) 64 text [all...] |
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | vmlinux.lds.S | 83 /* .text section */ 88 .text : 97 SECTION_VECTOR2 (.WindowVectors.text, WINDOW_VECTORS_VADDR) 99 SECTION_VECTOR2 (.Level2InterruptVector.text, INTLEVEL2_VECTOR_VADDR) 102 SECTION_VECTOR2 (.Level3InterruptVector.text, INTLEVEL3_VECTOR_VADDR) 105 SECTION_VECTOR2 (.Level4InterruptVector.text, INTLEVEL4_VECTOR_VADDR) 108 SECTION_VECTOR2 (.Level5InterruptVector.text, INTLEVEL5_VECTOR_VADDR) 111 SECTION_VECTOR2 (.Level6InterruptVector.text, INTLEVEL6_VECTOR_VADDR) 113 SECTION_VECTOR2 (.DebugInterruptVector.text, DEBUG_VECTOR_VADDR) 114 SECTION_VECTOR2 (.KernelExceptionVector.text, KERNEL_VECTOR_VADD [all...] |
/kernel/linux/linux-6.6/arch/xtensa/kernel/ |
H A D | vmlinux.lds.S | 83 /* .text section */ 88 .text : 98 SECTION_VECTOR2 (.WindowVectors.text, WINDOW_VECTORS_VADDR) 101 SECTION_VECTOR2 (.Level2InterruptVector.text, INTLEVEL2_VECTOR_VADDR) 104 SECTION_VECTOR2 (.Level3InterruptVector.text, INTLEVEL3_VECTOR_VADDR) 107 SECTION_VECTOR2 (.Level4InterruptVector.text, INTLEVEL4_VECTOR_VADDR) 110 SECTION_VECTOR2 (.Level5InterruptVector.text, INTLEVEL5_VECTOR_VADDR) 113 SECTION_VECTOR2 (.Level6InterruptVector.text, INTLEVEL6_VECTOR_VADDR) 115 SECTION_VECTOR2 (.DebugInterruptVector.text, DEBUG_VECTOR_VADDR) 116 SECTION_VECTOR2 (.KernelExceptionVector.text, KERNEL_VECTOR_VADD [all...] |
/kernel/linux/linux-6.6/lib/kunit/ |
H A D | assert.c | 80 ptr_assert->text); in kunit_ptr_not_err_assert_format() 84 ptr_assert->text, in kunit_ptr_not_err_assert_format() 91 /* Checks if `text` is a literal representing `value`, e.g. "5" and 5 */ 92 static bool is_literal(struct kunit *test, const char *text, long long value, in is_literal() argument 100 if (strlen(text) != len) in is_literal() 108 ret = strncmp(buffer, text, len) == 0; in is_literal() 125 binary_assert->text->left_text, in kunit_binary_assert_format() 126 binary_assert->text->operation, in kunit_binary_assert_format() 127 binary_assert->text->right_text); in kunit_binary_assert_format() 128 if (!is_literal(stream->test, binary_assert->text in kunit_binary_assert_format() 171 is_str_literal(const char *text, const char *value) is_str_literal() argument [all...] |
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | ctcm_dbug.h | 68 void ctcm_dbf_longtext(enum ctcm_dbf_names dbf_nix, int level, char *text, ...); 78 #define CTCM_DBF_TEXT(name, level, text) \ 80 debug_text_event(ctcm_dbf[CTCM_DBF_##name].id, level, text); \ 89 #define CTCM_DBF_TEXT_(name, level, text...) \ 90 ctcm_dbf_longtext(CTCM_DBF_##name, level, text) 95 * text: any text string. 97 #define CTCM_DBF_DEV_NAME(cat, dev, text) \ 100 CTCM_FUNTAIL, dev->name, text); \ 103 #define MPC_DBF_DEV_NAME(cat, dev, text) \ [all...] |
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | ctcm_dbug.h | 69 void ctcm_dbf_longtext(enum ctcm_dbf_names dbf_nix, int level, char *text, ...); 79 #define CTCM_DBF_TEXT(name, level, text) \ 81 debug_text_event(ctcm_dbf[CTCM_DBF_##name].id, level, text); \ 90 #define CTCM_DBF_TEXT_(name, level, text...) \ 91 ctcm_dbf_longtext(CTCM_DBF_##name, level, text) 96 * text: any text string. 98 #define CTCM_DBF_DEV_NAME(cat, dev, text) \ 101 CTCM_FUNTAIL, dev->name, text); \ 104 #define MPC_DBF_DEV_NAME(cat, dev, text) \ [all...] |
/kernel/uniproton/cmake/common/build_auxiliary_script/ |
H A D | Kconfig2macro.py | 47 text = r'''/* 63 text = '%s#ifndef %s\n' % (text, header_macro) variable 64 text = '%s#define %s\n' % (text, header_macro) variable 65 text = '%s\n' % (text) variable 66 text = '%s#ifdef __cplusplus\n#if __cplusplus\nextern "C" {\n#endif\n#endif\n' % (text) variable 68 fd_out.write(text) [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | vmlinux.lds.S | 43 text PT_LOAD FLAGS(7); /* RWX */ 66 * Head text. 72 .head.text : AT(ADDR(.head.text) - LOAD_OFFSET) { 74 KEEP(*(.head.text.first_256B)); 77 KEEP(*(.head.text.real_vectors)); 78 *(.head.text.real_trampolines); 79 KEEP(*(.head.text.virt_vectors)); 80 *(.head.text.virt_trampolines); 88 } :text [all...] |
/kernel/linux/linux-6.6/arch/x86/entry/vdso/ |
H A D | vdso-layout.lds.S | 39 .hash : { *(.hash) } :text 47 .dynamic : { *(.dynamic) } :text :dynamic 58 } :text 67 .note : { *(.note.*) } :text :note 69 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 70 .eh_frame : { KEEP (*(.eh_frame)) } :text 78 .text : { 79 *(.text*) 80 } :text =0x90909090, 84 .altinstructions : { *(.altinstructions) } :text [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | vmlinux.lds.S | 23 text PT_LOAD FLAGS(7); /* RWX */ 46 * Head text. 52 .head.text : AT(ADDR(.head.text) - LOAD_OFFSET) { 54 KEEP(*(.head.text.first_256B)); 57 KEEP(*(.head.text.real_vectors)); 58 *(.head.text.real_trampolines); 59 KEEP(*(.head.text.virt_vectors)); 60 *(.head.text.virt_trampolines); 68 } :text [all...] |
/kernel/linux/linux-5.10/arch/sparc/vdso/ |
H A D | vdso-layout.lds.S | 31 .hash : { *(.hash) } :text 39 .dynamic : { *(.dynamic) } :text :dynamic 58 } :text 60 .fake_shstrtab : { *(.fake_shstrtab) } :text 63 .note : { *(.note.*) } :text :note 65 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 66 .eh_frame : { KEEP (*(.eh_frame)) } :text 74 .text : { *(.text*) } :text [all...] |
/kernel/linux/linux-6.6/arch/sparc/vdso/ |
H A D | vdso-layout.lds.S | 31 .hash : { *(.hash) } :text 39 .dynamic : { *(.dynamic) } :text :dynamic 58 } :text 60 .fake_shstrtab : { *(.fake_shstrtab) } :text 63 .note : { *(.note.*) } :text :note 65 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 66 .eh_frame : { KEEP (*(.eh_frame)) } :text 74 .text : { *(.text*) } :text [all...] |
/kernel/linux/linux-5.10/arch/mips/vdso/ |
H A D | vdso.lds.S | 31 .mips_abiflags : { *(.mips_abiflags) } :text :abiflags 33 .reginfo : { *(.reginfo) } :text :reginfo 35 .hash : { *(.hash) } :text 43 .note : { *(.note.*) } :text :note 45 .text : { *(.text*) } :text 50 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 51 .eh_frame : { KEEP (*(.eh_frame)) } :text 53 .dynamic : { *(.dynamic) } :text [all...] |
/kernel/linux/linux-5.10/arch/x86/entry/vdso/ |
H A D | vdso-layout.lds.S | 39 .hash : { *(.hash) } :text 47 .dynamic : { *(.dynamic) } :text :dynamic 58 } :text 67 .note : { *(.note.*) } :text :note 69 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 70 .eh_frame : { KEEP (*(.eh_frame)) } :text 78 .text : { *(.text*) } :text =0x90909090, 80 .altinstructions : { *(.altinstructions) } :text [all...] |
/kernel/linux/linux-6.6/arch/mips/vdso/ |
H A D | vdso.lds.S | 31 .mips_abiflags : { *(.mips_abiflags) } :text :abiflags 33 .reginfo : { *(.reginfo) } :text :reginfo 35 .hash : { *(.hash) } :text 43 .note : { *(.note.*) } :text :note 45 .text : { *(.text*) } :text 50 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 51 .eh_frame : { KEEP (*(.eh_frame)) } :text 53 .dynamic : { *(.dynamic) } :text [all...] |
/kernel/linux/linux-5.10/arch/x86/um/vdso/ |
H A D | vdso-layout.lds.S | 12 .hash : { *(.hash) } :text 20 .note : { *(.note.*) } :text :note 22 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 23 .eh_frame : { KEEP (*(.eh_frame)) } :text 25 .dynamic : { *(.dynamic) } :text :dynamic 27 .rodata : { *(.rodata*) } :text 47 .text : { *(.text*) } :text =0x90909090 61 text PT_LOA [all...] |
/kernel/linux/linux-5.10/arch/loongarch/vdso/ |
H A D | vdso.lds.S | 16 .hash : { *(.hash) } :text 24 .note : { *(.note.*) } :text :note 26 .text : { *(.text*) } :text 31 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 32 .eh_frame : { KEEP (*(.eh_frame)) } :text 34 .dynamic : { *(.dynamic) } :text :dynamic 36 .rodata : { *(.rodata*) } :text 51 text PT_LOA [all...] |
/kernel/linux/linux-5.10/arch/nds32/kernel/vdso/ |
H A D | vdso.lds.S | 17 .hash : { *(.hash) } :text 25 .note : { *(.note.*) } :text :note 28 .text : { *(.text*) } :text 30 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 31 .eh_frame : { KEEP (*(.eh_frame)) } :text 33 .dynamic : { *(.dynamic) } :text :dynamic 35 .rodata : { *(.rodata*) } :text 51 text PT_LOA [all...] |
/kernel/linux/linux-5.10/arch/sh/kernel/vsyscall/ |
H A D | vsyscall.lds.S | 23 .hash : { *(.hash) } :text 39 .text : { *(.text) } :text =0x90909090 40 .note : { *(.note.*) } :text :note 41 .eh_frame_hdr : { *(.eh_frame_hdr ) } :text :eh_frame_hdr 45 } :text 46 .dynamic : { *(.dynamic) } :text :dynamic 52 } :text 66 text PT_LOA [all...] |
/kernel/linux/linux-5.10/arch/riscv/kernel/vdso/ |
H A D | vdso.lds.S | 14 .hash : { *(.hash) } :text 22 .note : { *(.note.*) } :text :note 23 .dynamic : { *(.dynamic) } :text :dynamic 25 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 26 .eh_frame : { KEEP (*(.eh_frame)) } :text 37 .text : { *(.text .text.*) } :text 53 text PT_LOA [all...] |
/kernel/linux/linux-5.10/arch/arm/vdso/ |
H A D | vdso.lds.S | 26 .hash : { *(.hash) } :text 34 .note : { *(.note.*) } :text :note 37 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 38 .eh_frame : { KEEP (*(.eh_frame)) } :text 40 .dynamic : { *(.dynamic) } :text :dynamic 42 .rodata : { *(.rodata*) } :text 44 .text : { *(.text*) } :text =0xe7f001f2 62 text PT_LOA [all...] |
/kernel/linux/linux-6.6/arch/csky/kernel/vdso/ |
H A D | vdso.lds.S | 12 .hash : { *(.hash) } :text 20 .note : { *(.note.*) } :text :note 21 .dynamic : { *(.dynamic) } :text :dynamic 23 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 24 .eh_frame : { KEEP (*(.eh_frame)) } :text 29 .text : { *(.text .text.*) } :text 41 text PT_LOA [all...] |
/kernel/linux/linux-6.6/arch/loongarch/vdso/ |
H A D | vdso.lds.S | 16 .hash : { *(.hash) } :text 24 .note : { *(.note.*) } :text :note 26 .text : { *(.text*) } :text 31 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 32 .eh_frame : { KEEP (*(.eh_frame)) } :text 34 .dynamic : { *(.dynamic) } :text :dynamic 36 .rodata : { *(.rodata*) } :text 51 text PT_LOA [all...] |