Home
last modified time | relevance | path

Searched full:hidden (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/linux/rust/syn/
H A Dexport.rs3 #[doc(hidden)]
5 #[doc(hidden)]
7 #[doc(hidden)]
9 #[doc(hidden)]
11 #[doc(hidden)]
13 #[doc(hidden)]
15 #[doc(hidden)]
17 #[doc(hidden)]
19 #[doc(hidden)]
21 #[doc(hidden)]
[all …]
H A Dgroup.rs10 #[doc(hidden)]
12 #[doc(hidden)]
14 #[doc(hidden)]
19 #[doc(hidden)]
21 #[doc(hidden)]
23 #[doc(hidden)]
28 #[doc(hidden)]
30 #[doc(hidden)]
32 #[doc(hidden)]
38 #[doc(hidden)]
[all …]
H A Dcustom_punctuation.rs87 #[doc(hidden)]
115 #[doc(hidden)]
141 #[doc(hidden)]
149 #[doc(hidden)]
163 #[doc(hidden)]
171 #[doc(hidden)]
188 #[doc(hidden)]
196 #[doc(hidden)]
222 #[doc(hidden)]
229 #[doc(hidden)]
[all …]
H A Dcustom_keyword.rs100 #[doc(hidden)]
129 #[doc(hidden)]
169 #[doc(hidden)]
177 #[doc(hidden)]
192 #[doc(hidden)]
200 #[doc(hidden)]
217 #[doc(hidden)]
225 #[doc(hidden)]
258 #[doc(hidden)]
H A Dtoken.rs129 #[doc(hidden)]
133 #[doc(hidden)]
154 #[doc(hidden)]
216 #[doc(hidden)]
343 #[doc(hidden)]
452 #[doc(hidden)]
580 #[doc(hidden)]
977 #[doc(hidden)]
1004 #[doc(hidden)]
1037 #[doc(hidden)]
[all …]
/linux/rust/quote/
H A Druntime.rs10 #[doc(hidden)]
12 #[doc(hidden)]
15 #[doc(hidden)]
17 #[doc(hidden)]
19 #[doc(hidden)]
22 #[doc(hidden)]
24 #[doc(hidden)]
61 #[doc(hidden)]
70 #[doc(hidden)]
82 #[doc(hidden)]
[all …]
/linux/rust/kernel/
H A Dkunit.rs14 /// Public but hidden since it should only be used from KUnit generated code.
15 #[doc(hidden)]
34 /// Public but hidden since it should only be used from KUnit generated code.
35 #[doc(hidden)]
54 /// Public but hidden since it should only be used from generated tests.
58 #[doc(hidden)]
79 // mistake (it is hidden to prevent that).
148 // SAFETY: FFI call; the `test` pointer is valid because this hidden macro should only
160 /// Public but hidden since it should only be used from generated tests.
164 #[doc(hidden)]
[all …]
H A Dbug.rs10 #[doc(hidden)]
49 #[doc(hidden)]
75 #[doc(hidden)]
93 #[doc(hidden)]
103 #[doc(hidden)]
109 #[doc(hidden)]
H A Dmodule_param.rs14 #[doc(hidden)]
18 #[doc(hidden)]
126 #[doc(hidden)]
149 #[doc(hidden)]
163 #[doc(hidden)]
H A Dprint.rs39 /// Public but hidden since it should only be used from public macros.
40 #[doc(hidden)]
95 /// Public but hidden since it should only be used from public macros.
103 #[doc(hidden)]
124 /// Public but hidden since it should only be used from public macros. in call_printk_cont()
127 #[doc(hidden)] in call_printk_cont()
144 /// Public but hidden since it should only be used from public macros.
145 #[doc(hidden)]
158 // SAFETY: This hidden macro should only be called by the documented
H A Dlib.rs80 #[doc(hidden)]
107 #[doc(hidden)]
152 #[doc(hidden)]
167 #[doc(hidden)]
293 #[doc(hidden)]
297 #[doc(hidden)]
H A Djump_label.rs46 #[doc(hidden)]
71 #[doc(hidden)]
/linux/arch/parisc/kernel/
H A Dsignal32.h25 * 64-bit registers in a non-portable, non-ABI, hidden structure.
26 * Userspace can read the hidden structure if it *wants* but is never
28 * ucontext_t structure may push the hidden register file downards
43 /* Hidden location of truncated registers, *must* be last. */
/linux/arch/x86/boot/compressed/
H A Dhead_32.S36 * These symbols needed to be marked as .hidden to prevent the BFD linker from
39 * but it doesn't hurt to keep them .hidden.
41 .hidden _bss
42 .hidden _ebss
43 .hidden _end
/linux/include/vdso/
H A Ddatapage.h159 * We use the hidden visibility to prevent the compiler from generating a GOT
164 * With the hidden visibility, the compiler simply generates a PC-relative
167 extern struct vdso_time_data vdso_u_time_data __attribute__((visibility("hidden")));
168 extern struct vdso_rng_data vdso_u_rng_data __attribute__((visibility("hidden")));
169 extern struct vdso_arch_data vdso_u_arch_data __attribute__((visibility("hidden")));
/linux/Documentation/filesystems/
H A Dntfs3.rst65 - Files with the Windows-specific HIDDEN (FILE_ATTRIBUTE_HIDDEN) attribute
73 - Updates the Windows-specific HIDDEN (FILE_ATTRIBUTE_HIDDEN) attribute
75 with a dot will have the HIDDEN attribute set and files whose names
100 NTFS partition. By default, all meta-files are hidden.
/linux/drivers/gpio/
H A Dgpio-bd71815.c109 * "rohm,enable-hidden-gpo".
119 "rohm,enable-hidden-gpo")) in bd71815_init_valid_mask()
149 * to 1 if "rohm,enable-hidden-gpo" is not given. in gpo_bd71815_probe()
156 if (device_property_present(parent, "rohm,enable-hidden-gpo")) in gpo_bd71815_probe()
/linux/rust/macros/
H A Dmodule.rs530 #[doc(hidden)] in module()
/linux/include/linux/
H A Dhidden.h16 * giving them 'hidden' visibility.
19 #pragma GCC visibility push(hidden)
/linux/arch/parisc/math-emu/
H A Dfmpyfadd.c280 /* set hidden bit */ in dbl_fmpyfadd()
321 /* opnd2 needs to have hidden bit set with msb in hidden bit */ in dbl_fmpyfadd()
512 * multiply overflowed. A borrow can occur out of the hidden in dbl_fmpyfadd()
522 * result and extension left until the hidden bit in dbl_fmpyfadd()
595 } /* end if (hidden...)... */ in dbl_fmpyfadd()
940 /* set hidden bit */
981 /* opnd2 needs to have hidden bit set with msb in hidden bit */
1172 * multiply overflowed. A borrow can occur out of the hidden
1182 * result and extension left until the hidden bit
1255 } /* end if (hidden...)... */
[all …]
/linux/drivers/net/dsa/mv88e6xxx/
H A Dport_hidden.c3 * Marvell 88E6xxx Switch Hidden Registers support
15 /* The mv88e6390 and mv88e6341 have some hidden registers used for debug and
/linux/Documentation/i2c/busses/
H A Di2c-i801.rst134 Hidden ICH SMBus
139 BIOS to enable it, it means it has been hidden by the BIOS code. Asus is
144 SMBus was hidden on purpose because it'll be driven by ACPI. If the
184 anything interesting on your hidden ICH SMBus.
/linux/Documentation/sound/hd-audio/
H A Drealtek-pc-beep.rst2 Realtek PC Beep Hidden Register
5 This file documents the "PC Beep Hidden Register", which is present in certain
8 as I can tell, these hidden routes are designed to allow flexible PC Beep output
/linux/tools/testing/selftests/x86/
H A Dsysret_ss_attrs.c3 * sysret_ss_attrs.c - test that syscalls return valid hidden SS attributes
7 * the hidden attributes set to an unusable state. Make sure the kernel
/linux/fs/hpfs/
H A Dnamei.c51 dee.hidden = name[0] == '.'; in hpfs_mkdir()
97 /*de->hidden = de->system = 0;*/ in hpfs_mkdir()
153 dee.hidden = name[0] == '.'; in hpfs_create()
240 dee.hidden = name[0] == '.'; in hpfs_mknod()
316 dee.hidden = name[0] == '.'; in hpfs_symlink()
544 de.hidden = new_name[0] == '.'; in hpfs_rename()

12345678910>>...14