Home
last modified time | relevance | path

Searched refs:special (Results 1 – 25 of 649) sorted by relevance

12345678910>>...26

/Linux-v4.19/fs/quota/
Dcompat.c45 const char __user *, special, qid_t, id, in COMPAT_SYSCALL_DEFINE4() argument
63 ret = kernel_quotactl(cmd, special, id, dqblk); in COMPAT_SYSCALL_DEFINE4()
79 ret = kernel_quotactl(cmd, special, id, dqblk); in COMPAT_SYSCALL_DEFINE4()
84 ret = kernel_quotactl(cmd, special, id, fsqstat); in COMPAT_SYSCALL_DEFINE4()
117 ret = kernel_quotactl(cmd, special, id, addr); in COMPAT_SYSCALL_DEFINE4()
/Linux-v4.19/arch/powerpc/kernel/
Dswsusp_asm64.S63 #define SAVE_SPECIAL(special) \ argument
64 mf##special r0 ;\
65 std r0, SL_##special(r11)
66 #define RESTORE_SPECIAL(special) \ argument
67 ld r0, SL_##special(r11) ;\
68 mt##special r0
/Linux-v4.19/arch/m68k/fpsp040/
Dget_op.S493 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 …]
Dx_operr.S161 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
/Linux-v4.19/drivers/ide/
Dide-pm.c24 rq->special = &rqpm; in generic_ide_suspend()
95 rq->special = &rqpm; in generic_ide_resume()
114 struct ide_pm_state *pm = rq->special; in ide_complete_power_step()
144 struct ide_pm_state *pm = rq->special; in ide_start_power_step()
216 struct ide_pm_state *pm = rq->special; in ide_complete_pm_rq()
242 struct ide_pm_state *pm = rq->special; in ide_check_pm_state()
Dide-devsets.c174 rq->special = setting->set; in ide_devset_execute()
185 int err, (*setfunc)(ide_drive_t *, int) = rq->special; in ide_do_devset()
Dide-park.c39 rq->special = &timeout; in issue_park_cmd()
70 drive->sleep = *(unsigned long *)rq->special; in ide_do_park_unpark()
/Linux-v4.19/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
53 Might return "<denied>" in case of special security settings
70 Might return "0" in case of special security settings
102 Might return "<denied>" in case of special security settings
/Linux-v4.19/Documentation/devicetree/bindings/clock/
Darm-syscon-icst.txt5 reference designs by adding special control registers that manage such
12 writing a special token to another offset in the system controller.
14 Some ARM hardware contain special versions of the serial interface that only
17 therefore have special compatible strings as per this table (the OD value is
/Linux-v4.19/drivers/sh/intc/
DKconfig16 SH-4A and newer interrupt blocks all support a special shadowed
19 drivers that are using special priority levels.
/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/mmc/
Dti-omap-hsmmc.txt43 - ti,needs-special-reset: Requires a special softreset sequence
44 - ti,needs-special-hs-handling: HSMMC IP needs special setting
/Linux-v4.19/drivers/pps/
DKconfig8 PPS (Pulse Per Second) is a special pulse provided by some GPS
16 Some antennae's PPS signals are connected with some special host
/Linux-v4.19/drivers/net/wireless/ath/carl9170/
DKconfig10 It needs a special firmware (carl9170-1.fw), which can be downloaded
51 usbmon [software] or special usb sniffer hardware.
/Linux-v4.19/tools/testing/selftests/cpufreq/
DMakefile5 TEST_FILES := cpu.sh cpufreq.sh governor.sh module.sh special-tests.sh
/Linux-v4.19/Documentation/dev-tools/
Dsparse.rst36 boils down to one special "int __bitwise" type.
47 One small note: the constant integer "0" is special. You can use a
52 special.
/Linux-v4.19/Documentation/power/
Dsuspend-and-interrupts.txt39 but also to IPIs and to some other special-purpose interrupts.
42 requesting a special-purpose interrupt. It causes suspend_device_irqs() to
63 That may involve turning on a special signal handling logic within the platform
79 in a special way. Namely, the IRQ remains enabled, by on the first interrupt
109 any special interrupt handling logic for it to work.
/Linux-v4.19/drivers/staging/emxx_udc/
DTODO1 * add clock framework support (platform device with CCF needs special care)
/Linux-v4.19/Documentation/devicetree/bindings/usb/
Dbrcm,bcm3384-usb.txt7 systems, special handling may be needed in the following cases:
/Linux-v4.19/Documentation/powerpc/
Dqe_firmware.txt119 This is a double word bit array (64 bits) that defines special functionality
121 and has special instructions for the s/w associated with it. This structure is
129 | | | assert a special host command (push command)|
134 | | RX INIT | command, the host must issue another special|
231 'extended_modes' is a bitfield that defines special functionality which has an
232 impact on the device drivers. Each bit has its own impact and has special
/Linux-v4.19/include/scsi/
Dscsi_cmnd.h215 (cmd->request->next_rq->special != NULL); in scsi_bidi_cmnd()
221 cmd->request->next_rq->special : &cmd->sdb; in scsi_in()
/Linux-v4.19/Documentation/devicetree/bindings/display/exynos/
Dexynos_hdmi.txt24 b) sclk_hdmi: Gate of HDMI special clock.
25 c) sclk_pixel: Pixel special clock, one of the two possible inputs of
/Linux-v4.19/Documentation/virtual/kvm/
Dppc-pv.txt166 mtmsrd rX, 0 b <special mtmsr section>
167 mtmsr rX b <special mtmsr section>
169 mtmsrd rX, 1 b <special mtmsrd section>
172 mtsrin rX, rY b <special mtsrin section>
175 wrteei [0|1] b <special wrteei section>
/Linux-v4.19/Documentation/devicetree/bindings/interrupt-controller/
Dsnps,archs-intc.txt12 intc accessed via the special ARC AUX register interface, hence "reg" property
/Linux-v4.19/Documentation/devicetree/bindings/net/
Dsmsc-lan87xx.txt3 Some boards require special tuning values. Configure them

12345678910>>...26