Searched refs:position (Results 1 – 25 of 28) sorted by relevance
12
/arch/ia64/sn/kernel/ |
D | klconflib.c | 46 int rack, position; in format_module_id() local 78 position = MODULE_GET_BPOS(m); in format_module_id() 104 if (position < 10) in format_module_id() 106 sprintf(buffer, "%d", position); in format_module_id()
|
/arch/parisc/math-emu/ |
D | cnv_float.h | 297 #define Find_ms_one_bit(value, position) \ argument 301 if (value >> 32 - position) \ 302 position -= var; \ 303 else position += var; \ 305 if ((value >> 32 - position) == 0) \ 306 position--; \ 307 else position -= 2; \
|
/arch/m68k/fpsp040/ |
D | x_fline.S | 83 movew EXC_SR+4(%a6),EXC_SR(%a6) |move stacked sr to new position 84 movel EXC_PC+4(%a6),EXC_PC(%a6) |move stacked pc to new position
|
D | satan.S | 27 | of X with a bit-1 attached at the 6-th bit position. Define u
|
D | decbin.S | 43 | SM = 0 a non-zero digit in the integer position
|
D | fpsp.h | 316 .set norm_tag,0x00 | tag bits in {7:5} position
|
D | bindec.S | 97 | The bcd digits are stored in the correct position in
|
D | round.S | 368 lsll %d7,%d0 |shift first 1 to j bit position
|
/arch/arm/lib/ |
D | div64.S | 63 @ The bit position is stored in ip. 143 @ If no bit position left then we are done.
|
/arch/s390/kernel/ |
D | head_kdump.S | 16 # Note: This code has to be position independent
|
/arch/alpha/lib/ |
D | stxncpy.S | 182 extql t2, a1, t1 # e0 : position hi-bits of lo word 186 extqh t2, a1, t0 # e0 : position lo-bits of hi word (stall)
|
D | ev6-stxncpy.S | 223 extql t2, a1, t1 # U : position hi-bits of lo word 228 extqh t2, a1, t0 # U : position lo-bits of hi word (stall)
|
D | stxcpy.S | 156 extql t2, a1, t0 # e0 : position ho-bits of lo word
|
D | ev6-stxcpy.S | 179 extql t2, a1, t0 # U : position ho-bits of lo word
|
D | strncpy_from_user.S | 167 extql t2, a1, t1 # e0 : position hi-bits of lo word
|
D | ev6-strncpy_from_user.S | 205 extql t2, a1, t1 # U : position hi-bits of lo word
|
/arch/arm/nwfpe/ |
D | ChangeLog | 21 FPA11 structure (size or position of elements contained
|
/arch/arm/mach-omap1/ |
D | ams-delta-fiq-handler.S | 177 orreq r8, r8, r10 @ set 1 at current mask position
|
/arch/arm/mm/ |
D | cache-v7.S | 70 clz r5, r4 @ find bit position of way size increment
|
/arch/frv/kernel/ |
D | head-mmu-fr451.S | 40 # describe the position and layout of the SDRAM controller registers
|
D | head-uc-fr401.S | 39 # describe the position and layout of the SDRAM controller registers
|
D | head-uc-fr555.S | 38 # describe the position and layout of the SDRAM controller registers
|
/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 300 swap %d6 # get u3 to lsw position 363 swap %d6 # in lsw position
|
/arch/m68k/ |
D | Kconfig.machine | 583 code executes from the position it is stored in the FLASH/ROM.
|
/arch/arm/boot/compressed/ |
D | head.S | 1073 clz r5, r4 @ find bit position of way size increment
|
12