Home
last modified time | relevance | path

Searched refs:special (Results 1 - 25 of 102) sorted by relevance

12345

/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A 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 case
[all...]
H A 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 cas
[all...]
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A 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 case
[all...]
H A 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 cas
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dswsusp_asm64.S62 #define SAVE_SPECIAL(special) \
63 mf##special r0 ;\
64 std r0, SL_##special(r11)
65 #define RESTORE_SPECIAL(special) \
66 ld r0, SL_##special(r11) ;\
67 mt##special r0
/kernel/linux/linux-5.10/drivers/ide/
H A 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()
H A Dide-park.c39 ide_req(rq)->special = &timeout; in issue_park_cmd()
72 drive->sleep = *(unsigned long *)ide_req(rq)->special; in ide_do_park_unpark()
H A Dide-devsets.c174 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()
H A Dide-atapi.c87 * Add a special packet command request to the tail of the request queue,
98 ide_req(rq)->special = pc; in ide_queue_pc_tail()
236 int ide_queue_sense_rq(ide_drive_t *drive, void *special) in ide_queue_sense_rq() argument
253 ide_req(sense_rq)->special = special; in ide_queue_sense_rq()
H A Dide-io.c116 struct ide_cmd *orig_cmd = ide_req(rq)->special; in ide_complete_cmd()
188 * do_special - issue some special commands
255 * execute_drive_command - issue special drive command
259 * execute_drive_cmd() issues a special drive command, usually
269 struct ide_cmd *cmd = ide_req(rq)->special; in execute_drive_cmd()
360 struct ide_pm_state *pm = ide_req(rq)->special; in start_request()
374 * blindly accepting any special request, the in start_request()
468 ide_req(rq)->special = NULL; in ide_issue_rq()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dswsusp_asm64.S62 #define SAVE_SPECIAL(special) \
63 mf##special r0 ;\
64 std r0, SL_##special(r11)
65 #define RESTORE_SPECIAL(special) \
66 ld r0, SL_##special(r11) ;\
67 mt##special r0
/kernel/linux/linux-5.10/include/linux/
H A Dfs_parser.h85 int low, int high, int special);
90 int low, int high, int special) in validate_constant_table()
89 validate_constant_table(const struct constant_table *tbl, size_t tbl_size, int low, int high, int special) validate_constant_table() argument
H A Dscc.h60 io_port special; /* I/O address of special function port */ member
/kernel/linux/linux-6.6/include/linux/
H A Dfs_parser.h86 int low, int high, int special);
91 int low, int high, int special) in validate_constant_table()
90 validate_constant_table(const struct constant_table *tbl, size_t tbl_size, int low, int high, int special) validate_constant_table() argument
H A Dscc.h60 io_port special; /* I/O address of special function port */ member
/kernel/linux/linux-5.10/tools/testing/selftests/cpufreq/
H A DMakefile5 TEST_FILES := cpu.sh cpufreq.sh governor.sh module.sh special-tests.sh
H A Dmain.sh8 source special-tests.sh
/kernel/linux/linux-6.6/tools/testing/selftests/cpufreq/
H A DMakefile5 TEST_FILES := cpu.sh cpufreq.sh governor.sh module.sh special-tests.sh
H A Dmain.sh8 source special-tests.sh
/kernel/linux/linux-6.6/tools/objtool/arch/powerpc/
H A Dspecial.c4 #include <objtool/special.h>
/kernel/linux/linux-6.6/tools/objtool/
H A Dspecial.c7 * This file reads all the special sections which have alternate instructions
14 #include <arch/special.h>
16 #include <objtool/special.h>
136 * Read all the special sections and create a list of special_alt structs which
/kernel/linux/linux-6.6/tools/objtool/arch/x86/
H A Dspecial.c4 #include <objtool/special.h>
/kernel/linux/linux-6.6/kernel/rcu/
H A Dtree_plugin.h416 * in an RCU read-side critical section and other special cases.
475 union rcu_special special; in rcu_preempt_deferred_qs_irqrestore() local
482 special = t->rcu_read_unlock_special; in rcu_preempt_deferred_qs_irqrestore()
484 if (!special.s && !rdp->cpu_no_qs.b.exp) { in rcu_preempt_deferred_qs_irqrestore()
489 if (special.b.need_qs) { in rcu_preempt_deferred_qs_irqrestore()
509 if (special.b.blocked) { in rcu_preempt_deferred_qs_irqrestore()
622 * Handle special cases during rcu_read_unlock(), such as needing to
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dscc.h151 io_port special; /* special function port */ member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dscc.h151 io_port special; /* special function port */ member

Completed in 13 milliseconds

12345