Searched refs:position (Results 1 – 25 of 30) 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
|
/arch/arm/mm/ |
D | cache-v7.S | 93 ALT_SMP(mov r3, r0, lsr #20) @ move LoUIS into position 94 ALT_UP( mov r3, r0, lsr #26) @ move LoUU into position 121 mov r3, r0, lsr #23 @ move LoC into position 145 clz r5, r4 @ find bit position of way size increment
|
/arch/arm/lib/ |
D | div64.S | 64 @ The bit position is stored in ip. 144 @ If no bit position left then we are done.
|
/arch/s390/kernel/ |
D | head_kdump.S | 18 # 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
|
/arch/arm/boot/dts/ |
D | kirkwood-netxbig.dtsi | 62 * button@1 and button@2 represent a three position rocker
|
D | omap3430-sdp.dts | 38 * S6-3 must be in ON position for 8 bit mode to function
|
D | ste-href-family-pinctrl.dtsi | 640 /* SKE keys on position 2 in an 8x8 matrix */ 698 * SKE keys on position 1 and "other C1" combi giving
|
D | dra72-evm.dts | 615 /* SW5-3 in ON position */
|
/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/frv/kernel/ |
D | head-uc-fr401.S | 39 # describe the position and layout of the SDRAM controller registers
|
D | head-mmu-fr451.S | 40 # 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 | 447 code executes from the position it is stored in the FLASH/ROM.
|
12