Home
last modified time | relevance | path

Searched full:special (Results 1 – 25 of 4425) sorted by relevance

12345678910>>...177

/linux-5.10/drivers/pinctrl/mediatek/
Dpinctrl-mtk-common.h119 * - For special pins' pull up/down setting which resides in same register
121 * @offset: The offset of special pull up/down setting register.
144 * struct mtk_pin_ies_set - For special pins' ies and smt setting.
145 * @start: The start pin number of those special pins.
146 * @end: The end pin number of those special pins.
147 * @offset: The offset of special setting register.
148 * @bit: The bit of special setting register.
196 * @spec_pull_set: Each SoC may have special pins for pull up/down setting,
198 * up/down bit, R0 and R1 resistor bit, so they need special pull setting.
199 * If special setting is success, this should return 0, otherwise it should
[all …]
/linux-5.10/Documentation/ABI/stable/
Dsysfs-hypervisor-xen7 Might return "<denied>" in case of special security settings
16 Might return "<denied>" in case of special security settings
25 Might return "<denied>" in case of special security settings
56 Might return "<denied>" in case of special security settings
73 Might return "0" in case of special security settings
105 Might return "<denied>" in case of special security settings
/linux-5.10/include/linux/
Dgenalloc.h3 * Basic general purpose allocator for managing special purpose
5 * kmalloc/kfree interface. Uses for this includes on-device special
8 * It is safe to use the allocator in NMI handlers and other special
56 * General purpose special memory pool descriptor.
70 * General purpose special memory pool chunk descriptor.
108 * gen_pool_add - add a new chunk of special memory to the pool
115 * Add a new chunk of special memory to the specified pool.
142 * gen_pool_alloc - allocate special memory from the pool
Dlinkage.h175 * CODE -- non-C code (e.g. irq handlers with different, special stack etc.)
178 * Objtool generates debug info for both FUNC & CODE, but needs special
273 /* SYM_CODE_START -- use for non-C (special) functions */
279 /* SYM_CODE_START_NOALIGN -- use for non-C (special) functions, w/o alignment */
285 /* SYM_CODE_START_LOCAL -- use for local non-C (special) functions */
292 * SYM_CODE_START_LOCAL_NOALIGN -- use for local non-C (special) functions,
/linux-5.10/Documentation/admin-guide/hw-vuln/
Dspecial-register-buffer-data-sampling.rst3 SRBDS - Special Register Buffer Data Sampling
7 infer values returned from special register accesses. Special register
9 the special register reads that have a security expectation of privacy are
13 to the core through the special register mechanism that is susceptible
52 CVE-2020-0543 SRBDS Special Register Buffer Data Sampling
64 EGETKEY instructions to overwrite secret special register data in the shared
69 accesses from other logical processors will be delayed until the special
/linux-5.10/net/dsa/
Dtag_mtk.c30 /* Build the special tag after the MAC Source Address. If VLAN header in mtk_tag_xmit()
31 * is present, it's required that VLAN header and special tag is in mtk_tag_xmit()
33 * the both special and VLAN tag at the same time and then look up VLAN in mtk_tag_xmit()
47 /* Mark tag attribute on special tag insertion to notify hardware in mtk_tag_xmit()
48 * whether that's a combined special tag with 802.1Q header. in mtk_tag_xmit()
Dtag_lan9303.c13 * VLAN tag is used by the LAN9303. But its VID meaning is 'special':
61 /* insert a special VLAN tag between the MAC addresses in lan9303_xmit()
66 "Cannot make room for the special tag. Dropping packet\n"); in lan9303_xmit()
99 /* '->data' points into the middle of our special VLAN tag information: in lan9303_rcv()
121 /* remove the special VLAN tag between the MAC addresses in lan9303_rcv()
/linux-5.10/lib/
Dgenalloc.c3 * Basic general purpose allocator for managing special purpose
5 * kmalloc/kfree interface. Uses for this includes on-device special
8 * It is safe to use the allocator in NMI handlers and other special
144 * gen_pool_create - create a new special memory pool
148 * Create a new special memory pool that can be used to manage special purpose
169 * gen_pool_add_owner- add a new chunk of special memory to the pool
178 * Add a new chunk of special memory to the specified pool.
234 * gen_pool_destroy - destroy a special memory pool
237 * Destroy the specified special memory pool. Verifies that there are no
263 * gen_pool_alloc_algo_owner - allocate special memory from the pool
[all …]
/linux-5.10/arch/arm/mach-s3c/
Dsetup-sdhci-gpio-s3c64xx.c24 /* Set all the necessary GPG pins to special-function 2 */ in s3c64xx_setup_sdhci0_cfg_gpio()
37 /* Set all the necessary GPH pins to special-function 2 */ in s3c64xx_setup_sdhci1_cfg_gpio()
48 /* Set all the necessary GPH pins to special-function 3 */ in s3c64xx_setup_sdhci2_cfg_gpio()
51 /* Set all the necessary GPC pins to special-function 3 */ in s3c64xx_setup_sdhci2_cfg_gpio()
Dregs-gpio-s3c24xx.h37 * 1 makes port special function, this is default
70 * 00 = input, 01 = output, 10=special function, 11=reserved
113 /* Port C consits of 16 GPIO/Special function
115 * almost identical setup to port b, but the special functions are mostly
141 * S3C2410: Port D consists of 16 GPIO/Special function
143 * almost identical setup to port b, but the special functions are mostly
195 * Port E consists of 16 GPIO/Special function
272 * Port F consists of 8 GPIO/Special function
299 * Port G consists of 8 GPIO/IRQ/Special function
302 * 00 = 0 input, 1 output, 2 interrupt (EINT0..7), 3 special func
[all …]
/linux-5.10/arch/m68k/fpsp040/
Dx_operr.S114 cmpil #0x80000000,FPTEMP_LO(%a6) |test if ls lword is special
116 bsr check_upper |check if exp and ms mant are special
119 movel #0x80000000,%d0 |store special case result
161 cmpil #0xffff8000,FPTEMP_LO(%a6) |test if ls lword is special
163 bsr check_upper |check if exp and ms mant are special
166 movel #0x80000000,%d0 |store special case result
188 cmpil #0xffffff80,FPTEMP_LO(%a6) |test if ls lword is special
190 bsr check_upper |check if exp and ms mant are special
193 movel #0x80000000,%d0 |store special case result
211 | This operr condition is not of the special case. Set operr
Dget_op.S482 | Special cases of inf and NaNs are completed outside of decbin.
493 beq move_unpack |special handling for fmove: must set FPSR_CC
498 bnes try_zero |if not equal, it is not special
500 cmpiw #7,%d1 |SE and y bits must be on for special
501 bnes try_zero |if not on, it is not special
502 |input is of the special cases of inf and NaN
507 bra finish |special already on stack
543 | Special handling for packed move in: Same results as all other
550 bnes mtry_zero |if not equal, it is not special
552 cmpiw #7,%d1 |SE and y bits must be on for special
[all …]
/linux-5.10/arch/powerpc/kernel/
Dswsusp_asm64.S62 #define SAVE_SPECIAL(special) \ argument
63 mf##special r0 ;\
64 std r0, SL_##special(r11)
65 #define RESTORE_SPECIAL(special) \ argument
66 ld r0, SL_##special(r11) ;\
67 mt##special r0
/linux-5.10/tools/perf/trace/beauty/
Dfsmount.sh12 # Remove MOUNT_ATTR_RELATIME as it is zeros, handle it a special way in the beautifier
13 # Only handle MOUNT_ATTR_ followed by a capital letter/num as __ is special case
15 # bits. Special case it as well in the beautifier
/linux-5.10/drivers/scsi/lpfc/
Dlpfc_nl.h81 /* special els lsrjt event */
89 /* special els logo event */
108 /* special case fabric fcprdchkerr event */
135 /* special case scsi varqueuedepth event */
142 /* special case scsi check condition event */
/linux-5.10/Documentation/devicetree/bindings/clock/
Darm,syscon-icst.yaml15 reference designs by adding special control registers that manage such
22 writing a special token to another offset in the system controller.
24 Some ARM hardware contain special versions of the serial interface that only
27 therefore have special compatible strings as per this table (the OD value is
/linux-5.10/drivers/s390/net/
DKconfig44 prompt "IUCV special message support (VM only)"
52 prompt "Deliver IUCV special messages as uevents (VM only)"
55 Select this option to deliver CP special messages (SMSGs) as
56 uevents. The driver handles only those special messages that
/linux-5.10/arch/um/include/asm/
Dfixmap.h12 * Here we define all the compile-time 'special' virtual
15 * in the boot process. We allocate these special addresses
18 * can guarantee that these special addresses and
/linux-5.10/arch/microblaze/include/asm/
Dfixmap.h29 * Here we define all the compile-time 'special' virtual
32 * in the boot process. We allocate these special addresses
35 * can guarantee that these special addresses and
/linux-5.10/Documentation/
Dasm-annotations.rst27 ``END`` used to mark the end of data or end of special functions with
86 2. ``SYM_CODE_*`` -- special functions called with special stack. Be it
87 interrupt handlers with special stack content, trampolines, or startup
107 for special cases where developers do not want this implicit alignment.
142 special cases -- if you know what you are doing. This is used exclusively
/linux-5.10/drivers/ide/
Dide-pm.c24 ide_req(rq)->special = &rqpm; in generic_ide_suspend()
82 ide_req(rq)->special = &rqpm; in generic_ide_resume()
101 struct ide_pm_state *pm = ide_req(rq)->special; in ide_complete_power_step()
131 struct ide_pm_state *pm = ide_req(rq)->special; in ide_start_power_step()
203 struct ide_pm_state *pm = ide_req(rq)->special; in ide_complete_pm_rq()
225 struct ide_pm_state *pm = ide_req(rq)->special; in ide_check_pm_state()
/linux-5.10/arch/mips/include/asm/
Dfixmap.h24 * Here we define all the compile-time 'special' virtual
27 * in the boot process. We allocate these special addresses
30 * can guarantee that these special addresses and
/linux-5.10/arch/xtensa/include/asm/
Dfixmap.h23 * Here we define all the compile-time 'special' virtual
26 * in the boot process. We allocate these special addresses
29 * can guarantee that these special addresses and
/linux-5.10/Documentation/networking/
Dbareudp.rst14 Special Handling
16 The bareudp device supports special handling for MPLS & IP as they can have
20 This special handling can be enabled only for ethertypes ETH_P_IP & ETH_P_MPLS_UC
/linux-5.10/Documentation/admin-guide/
Dsvga.rst13 allows the use of various special video modes supported by the video BIOS. Due
90 the standard modes (80x25 and 80x50) followed by "special" modes (80x28 and
127 0x0900 to 0x09ff - Video7 special modes. Set by calling INT 0x10, AX=0x6f05.
131 0x0f00 to 0x0fff - special modes (they are set by various tricks -- usually
166 VIDEO_GFX_HACK - includes special hack for setting of graphics modes
167 to be used later by special drivers.
213 Special modes renumbered to allow adding of the "recalculate"
230 - Added support for special Video7 mode switching functions

12345678910>>...177