/linux/rust/kernel/ |
H A D | kunit.rs | 14 #[doc(hidden)] 30 #[doc(hidden)] 49 #[doc(hidden)] 155 #[doc(hidden)]
|
H A D | jump_label.rs | 46 #[doc(hidden)] 71 #[doc(hidden)]
|
/linux/arch/x86/boot/compressed/ |
H A D | head_32.S | 41 .hidden _bss 42 .hidden _ebss 43 .hidden _end
|
H A D | head_64.S | 51 .hidden _bss 52 .hidden _ebss 53 .hidden _end
|
/linux/include/linux/ |
H A D | hidden.h | 19 #pragma GCC visibility push(hidden)
|
/linux/lib/zstd/common/ |
H A D | portability_macros.h | 47 # define ZSTD_HIDE_ASM_FUNCTION(func) .hidden func
|
/linux/rust/ |
H A D | compiler_builtins.rs | 31 #[doc(hidden)]
|
/linux/Documentation/filesystems/ |
H A D | isofs.rst | 48 hide Completely strip hidden files from the file system. 50 unhide Deprecated; showing hidden files is now default;
|
/linux/tools/lib/bpf/ |
H A D | elf.c | 81 bool hidden; member 182 ret->hidden = false; in elf_sym_iter_next() 188 ret->hidden = versym & VERSYM_HIDDEN; in elf_sym_iter_next()
|
/linux/fs/hpfs/ |
H A D | namei.c | 51 dee.hidden = name[0] == '.'; in hpfs_mkdir() 151 dee.hidden = name[0] == '.'; in hpfs_create() 237 dee.hidden = name[0] == '.'; in hpfs_mknod() 312 dee.hidden = name[0] == '.'; in hpfs_symlink() 538 de.hidden = new_name[0] == '.'; in hpfs_rename()
|
H A D | hpfs.h | 332 u8 hidden: 1; /* dos attrib */ member 346 u8 hidden: 1; /* dos attrib */ member
|
/linux/fs/bcachefs/ |
H A D | buckets_types.h | 44 u64 hidden; member
|
H A D | sysfs.c | 308 acc_u64s_percpu(&b.hidden, &c->usage->hidden, sizeof(b) / sizeof(u64)); in bch2_fs_usage_base_to_text() 310 prt_printf(out, "hidden:\t\t%llu\n", b.hidden); in bch2_fs_usage_base_to_text()
|
/linux/Documentation/dev-tools/kunit/api/ |
H A D | index.rst | 7 :hidden:
|
/linux/drivers/clk/versatile/ |
H A D | Kconfig | 29 Express platforms hidden behind its configuration infrastructure,
|
/linux/arch/mips/lib/ |
H A D | memset.S | 92 .hidden __memset /* Make sure it does not leak */ 234 .hidden __memset
|
/linux/arch/arm64/kernel/pi/ |
H A D | Makefile | 9 -include $(srctree)/include/linux/hidden.h \
|
/linux/Documentation/translations/ko_KR/ |
H A D | stable_api_nonsense.txt | 56 먼저, 나는 closed 소스, hidden 소스, binary blobs, 소스 wrappers, 또는 GPL로
|
/linux/arch/riscv/kernel/pi/ |
H A D | Makefile | 8 -include $(srctree)/include/linux/hidden.h \
|
/linux/arch/s390/include/asm/ |
H A D | nospec-insn.h | 23 .hidden \name
|
/linux/arch/x86/purgatory/ |
H A D | Makefile | 37 PURGATORY_CFLAGS += -fpic -fvisibility=hidden
|
/linux/include/uapi/linux/ |
H A D | msdos_fs.h | 122 __le32 hidden; /* hidden sectors (unused) */ member
|
/linux/arch/arm/boot/dts/intel/pxa/ |
H A D | pxa25x.dtsi | 15 * sources has been hidden under the carpet by now.
|
/linux/arch/arm/boot/dts/microchip/ |
H A D | at91-ariag25.dts | 77 /* TWD2+TCLK2 hidden behind ethernet, so no i2c2 */
|
/linux/tools/lib/thermal/ |
H A D | Makefile | 63 override CFLAGS += -fvisibility=hidden
|