Home
last modified time | relevance | path

Searched refs:hidden (Results 1 – 25 of 111) sorted by relevance

12345

/linux/rust/kernel/
H A Dkunit.rs14 #[doc(hidden)]
30 #[doc(hidden)]
49 #[doc(hidden)]
155 #[doc(hidden)]
H A Dlib.rs50 #[doc(hidden)]
60 #[doc(hidden)]
65 #[doc(hidden)]
H A Dprint.rs33 #[doc(hidden)]
96 #[doc(hidden)]
119 #[doc(hidden)]
137 #[doc(hidden)]
H A Dsync.rs47 #[doc(hidden)]
58 #[doc(hidden)]
/linux/arch/x86/boot/compressed/
H A Dhead_32.S41 .hidden _bss
42 .hidden _ebss
43 .hidden _end
H A Dhead_64.S51 .hidden _bss
52 .hidden _ebss
53 .hidden _end
/linux/include/linux/
H A Dhidden.h19 #pragma GCC visibility push(hidden)
/linux/lib/zstd/common/
H A Dportability_macros.h47 # define ZSTD_HIDE_ASM_FUNCTION(func) .hidden func
/linux/rust/
H A Dcompiler_builtins.rs31 #[doc(hidden)]
/linux/Documentation/filesystems/
H A Disofs.rst48 hide Completely strip hidden files from the file system.
50 unhide Deprecated; showing hidden files is now default;
/linux/fs/bcachefs/
H A Dbuckets_types.h44 u64 hidden; member
/linux/tools/lib/bpf/
H A Delf.c83 bool hidden; member
184 ret->hidden = false; in elf_sym_iter_next()
190 ret->hidden = versym & VERSYM_HIDDEN; in elf_sym_iter_next()
/linux/rust/kernel/init/
H A Dmacros.rs504 #[doc(hidden)]
528 #[doc(hidden)]
896 #[doc(hidden)]
1027 #[doc(hidden)]
1367 #[doc(hidden)]
/linux/fs/hpfs/
H A Dnamei.c51 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 Dhpfs.h332 u8 hidden: 1; /* dos attrib */ member
346 u8 hidden: 1; /* dos attrib */ member
/linux/Documentation/dev-tools/kunit/api/
H A Dindex.rst7 :hidden:
/linux/drivers/clk/versatile/
H A DKconfig29 Express platforms hidden behind its configuration infrastructure,
/linux/arch/arm64/kernel/pi/
H A DMakefile9 -include $(srctree)/include/linux/hidden.h \
/linux/arch/mips/lib/
H A Dmemset.S92 .hidden __memset /* Make sure it does not leak */
234 .hidden __memset
/linux/Documentation/translations/ko_KR/
H A Dstable_api_nonsense.txt56 먼저, 나는 closed 소스, hidden 소스, binary blobs, 소스 wrappers, 또는 GPL로
/linux/arch/riscv/kernel/pi/
H A DMakefile8 -include $(srctree)/include/linux/hidden.h \
/linux/Documentation/i2c/busses/
H A Di2c-i801.rst135 BIOS to enable it, it means it has been hidden by the BIOS code. Asus is
140 SMBus was hidden on purpose because it'll be driven by ACPI. If the
180 anything interesting on your hidden ICH SMBus.
/linux/arch/s390/include/asm/
H A Dnospec-insn.h23 .hidden \name
/linux/arch/x86/purgatory/
H A DMakefile37 PURGATORY_CFLAGS += -fpic -fvisibility=hidden
/linux/include/uapi/linux/
H A Dmsdos_fs.h122 __le32 hidden; /* hidden sectors (unused) */ member

12345