/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | swsusp_asm64.S | 62 #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
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
D | get_op.S | 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 550 bnes mtry_zero |if not equal, it is not special 552 cmpiw #7,%d1 |SE and y bits must be on for special 553 bnes mtry_zero |if not on, it is not special 554 |input is of the special cases of inf and NaN [all …]
|
D | x_operr.S | 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
|
/kernel/linux/linux-5.10/drivers/ide/ |
D | ide-pm.c | 24 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()
|
D | ide-devsets.c | 174 ide_req(rq)->special = setting->set; in ide_devset_execute() 185 int err, (*setfunc)(ide_drive_t *, int) = ide_req(rq)->special; in ide_do_devset()
|
D | ide-park.c | 39 ide_req(rq)->special = &timeout; in issue_park_cmd() 72 drive->sleep = *(unsigned long *)ide_req(rq)->special; in ide_do_park_unpark()
|
/kernel/linux/linux-5.10/Documentation/ABI/stable/ |
D | sysfs-hypervisor-xen | 7 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
|
/kernel/linux/linux-5.10/Documentation/admin-guide/hw-vuln/ |
D | special-register-buffer-data-sampling.rst | 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 64 EGETKEY instructions to overwrite secret special register data in the shared 69 accesses from other logical processors will be delayed until the special
|
D | index.rst | 17 special-register-buffer-data-sampling.rst
|
/kernel/linux/linux-5.10/drivers/sh/intc/ |
D | Kconfig | 17 SH-4A and newer interrupt blocks all support a special shadowed 20 drivers that are using special priority levels.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/ |
D | ti-omap-hsmmc.txt | 43 - ti,needs-special-reset: Requires a special softreset sequence 44 - ti,needs-special-hs-handling: HSMMC IP needs special setting
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
D | Kconfig | 44 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
|
/kernel/linux/linux-5.10/drivers/pps/ |
D | Kconfig | 9 PPS (Pulse Per Second) is a special pulse provided by some GPS 17 Some antennae's PPS signals are connected with some special host
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/carl9170/ |
D | Kconfig | 11 It needs a special firmware (carl9170-1.fw), which can be downloaded 50 usbmon [software] or special usb sniffer hardware.
|
/kernel/linux/linux-5.10/include/linux/ |
D | fs_parser.h | 85 int low, int high, int special); 90 int low, int high, int special) in validate_constant_table() argument
|
/kernel/linux/linux-5.10/Documentation/ |
D | asm-annotations.rst | 27 ``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 112 for special cases where developers do not want this implicit alignment. 147 special cases -- if you know what you are doing. This is used exclusively
|
/kernel/linux/linux-5.10/tools/testing/selftests/cpufreq/ |
D | Makefile | 5 TEST_FILES := cpu.sh cpufreq.sh governor.sh module.sh special-tests.sh
|
/kernel/linux/linux-5.10/Documentation/vm/ |
D | arch_pgtable_helpers.rst | 33 | pte_special | Tests a special PTE | 55 | pte_mkspecial | Creates a special PTE | 103 | pmd_special | Tests a special PMD | 125 | pmd_mkspecial | Creates a special PMD |
|
/kernel/linux/linux-5.10/Documentation/dev-tools/ |
D | sparse.rst | 38 boils down to one special "int __bitwise" type. 49 One small note: the constant integer "0" is special. You can use a 54 special.
|
/kernel/linux/linux-5.10/Documentation/power/ |
D | suspend-and-interrupts.rst | 41 but also to IPIs and to some other special-purpose interrupts. 44 requesting a special-purpose interrupt. It causes suspend_device_irqs() to 65 That may involve turning on a special signal handling logic within the platform 81 in a special way. Namely, the IRQ remains enabled, by on the first interrupt 111 any special interrupt handling logic for it to work.
|
/kernel/linux/linux-5.10/drivers/staging/emxx_udc/ |
D | TODO | 1 * add clock framework support (platform device with CCF needs special care)
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | bareudp.rst | 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
|
/kernel/linux/linux-5.10/Documentation/admin-guide/LSM/ |
D | index.rst | 33 be accessed and maintained using the special files in ``/proc/.../attr``. 36 security module and contains all its special files. The files directly
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
D | brcm,bcm3384-usb.txt | 7 systems, special handling may be needed in the following cases:
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | perf-probe.txt | 188 …, '@', '+', ':' and ';' are treated as a special character. You can use a backslash ('\') to escap… 189 …LIBC_... suffixes, or also you need to specify a source file which includes the special characters. 200 '$vars' and '$params' special arguments are also available for NAME, '$vars' is expanded to the loc… 203 "@user" is a special attribute which means the LOCALVAR will be treated as a user-space memory. Thi… 208 String type is a special type, which fetches a "null-terminated" string from kernel space. This mea… 209 Bitfield is another special type, which takes 3 parameters, bit-width, bit-offset, and container-si… 293 Add a probe in a source file using special characters by backslash escape
|