Home
last modified time | relevance | path

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

12345678910>>...28

/Linux-v6.6/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-v6.6/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-v6.6/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-v6.6/drivers/s390/net/
DKconfig43 prompt "IUCV special message support (VM only)"
51 prompt "Deliver IUCV special messages as uevents (VM only)"
54 Select this option to deliver CP special messages (SMSGs) as
55 uevents. The driver handles only those special messages that
/Linux-v6.6/Documentation/admin-guide/hw-vuln/
Dspecial-register-buffer-data-sampling.rst8 infer values returned from special register accesses. Special register
10 the special register reads that have a security expectation of privacy are
14 to the core through the special register mechanism that is susceptible
65 EGETKEY instructions to overwrite secret special register data in the shared
70 accesses from other logical processors will be delayed until the special
Dindex.rst17 special-register-buffer-data-sampling
/Linux-v6.6/drivers/sh/intc/
DKconfig17 SH-4A and newer interrupt blocks all support a special shadowed
20 drivers that are using special priority levels.
/Linux-v6.6/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-v6.6/drivers/pps/
DKconfig9 PPS (Pulse Per Second) is a special pulse provided by some GPS
17 Some antennae's PPS signals are connected with some special host
/Linux-v6.6/drivers/net/wireless/ath/carl9170/
DKconfig11 It needs a special firmware (carl9170-1.fw), which can be downloaded
50 usbmon [software] or special usb sniffer hardware.
/Linux-v6.6/include/linux/
Dfs_parser.h86 int low, int high, int special);
91 int low, int high, int special) in validate_constant_table() argument
/Linux-v6.6/Documentation/core-api/
Dasm-annotations.rst27 ``END`` used to mark the end of data or end of special functions with
87 2. ``SYM_CODE_*`` -- special functions called with special stack. Be it
88 interrupt handlers with special stack content, trampolines, or startup
113 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
/Linux-v6.6/tools/objtool/arch/powerpc/
DBuild2 objtool-y += special.o
/Linux-v6.6/Documentation/mm/
Darch_pgtable_helpers.rst31 | pte_special | Tests a special PTE |
57 | pte_mkspecial | Creates a special PTE |
107 | pmd_special | Tests a special PMD |
133 | pmd_mkspecial | Creates a special PMD |
/Linux-v6.6/tools/testing/selftests/cpufreq/
DMakefile5 TEST_FILES := cpu.sh cpufreq.sh governor.sh module.sh special-tests.sh
/Linux-v6.6/Documentation/dev-tools/
Dsparse.rst38 boils down to one special "int __bitwise" type.
49 One small note: the constant integer "0" is special. You can use a
54 special.
/Linux-v6.6/Documentation/power/
Dsuspend-and-interrupts.rst41 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.
/Linux-v6.6/Documentation/admin-guide/LSM/
Dindex.rst33 be accessed and maintained using the special files in ``/proc/.../attr``.
36 security module and contains all its special files. The files directly
/Linux-v6.6/Documentation/networking/
Dbareudp.rst16 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-v6.6/Documentation/powerpc/
Dqe_firmware.rst119 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|
232 'extended_modes' is a bitfield that defines special functionality which has an
233 impact on the device drivers. Each bit has its own impact and has special
/Linux-v6.6/drivers/staging/emxx_udc/
DTODO1 * add clock framework support (platform device with CCF needs special care)
/Linux-v6.6/tools/memory-model/Documentation/
Dglossary.txt29 a special operation that includes a load and which orders that
31 An example special acquire operation is smp_load_acquire(),
128 Marked Access: An access to a variable that uses an special function or
167 a special operation that includes a store and which orders that
169 An example special release store is smp_store_release(), but
/Linux-v6.6/Documentation/virt/kvm/
Dppc-pv.rst175 mtmsrd rX, 0 b <special mtmsr section>
176 mtmsr rX b <special mtmsr section>
178 mtmsrd rX, 1 b <special mtmsrd section>
181 mtsrin rX, rY b <special mtsrin section>
184 wrteei [0|1] b <special wrteei section>
/Linux-v6.6/Documentation/driver-api/tty/
Dindex.rst25 implementing echoes, signal handling, jobs control, special characters
47 layers to implement a serial driver. Only special devices should be handled

12345678910>>...28