Home
last modified time | relevance | path

Searched refs:MD (Results 1 – 13 of 13) sorted by relevance

/arch/arm/mach-shmobile/
Dsetup-rcar-gen2.c88 switch (mode & (MD(14) | MD(13))) { in rcar_gen2_timer_init()
92 case MD(13): in rcar_gen2_timer_init()
95 case MD(14): in rcar_gen2_timer_init()
98 case MD(13) | MD(14): in rcar_gen2_timer_init()
Drcar-gen2.h5 #define MD(nr) BIT(nr) macro
/arch/um/scripts/
DMakefile.rules11 …c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) -include $(srctree)/include/linux/kern_levels.h -inclu…
18 c_flags = -Wp,-MD,$(depfile) $(call unprofile,$(USER_CFLAGS)) $(CFLAGS_$(basetarget).o)
/arch/sh/kernel/cpu/sh2a/
Dentry.S49 bld.b #6,@(0,r2) !previus SR.MD
50 bst.b #6,@(4*4,r15) !set cpu mode to SR.MD
53 bset.b #6,@(0,r2) !set SR.MD
215 shlr2 r1 ! clear MD bit
241 ! bit30 = MD (compatible SH3/4)
/arch/x86/purgatory/
DMakefile13 …trict-prototypes -fno-zero-initialized-in-bss -fno-builtin -ffreestanding -c -MD -Os -mcmodel=large
/arch/x86/um/
DMakefile39 $(obj)/user-offsets.s: c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) \
/arch/sh/kernel/cpu/sh2/
Dentry.S52 or r0,r3 ! set MD
266 and r1,r3 ! copy MD bit
268 shll2 r1 ! clear MD bit
312 ! bit30 = MD (compatible SH3/4)
/arch/sh/kernel/
Dhead_32.S62 mov.l 1f, r0 ! MD=1, RB=0, BL=0, IMASK=0xF
333 1: .long 0x500080F0 ! MD=1, RB=0, BL=1, FD=1, IMASK=0xF
/arch/powerpc/boot/
DMakefile157 $(CROSS32CC) $(cpp_flags) -E -Wp,-MD,$(depfile) -P -Upowerpc \
168 cmd_bootcc = $(CROSS32CC) -Wp,-MD,$(depfile) $(BOOTCFLAGS) -c -o $@ $<
171 cmd_bootas = $(CROSS32CC) -Wp,-MD,$(depfile) $(BOOTAFLAGS) -c -o $@ $<
/arch/sh/kernel/cpu/sh3/
Dentry.S332 shll k0 ! Check MD bit (bit30) by shifting it into...
/arch/powerpc/xmon/
Dppc-opc.c1623 #define MD(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0x7) << 2) | ((rc) & 1)) macro
1624 #define MD_MASK MD (0x3f, 0x7, 1)
3295 { "rotldi", MD(30,0,0), MDMB_MASK, PPC64, { RA, RS, SH6 } },
3296 { "clrldi", MD(30,0,0), MDSH_MASK, PPC64, { RA, RS, MB6 } },
3297 { "rldicl", MD(30,0,0), MD_MASK, PPC64, { RA, RS, SH6, MB6 } },
3298 { "rotldi.", MD(30,0,1), MDMB_MASK, PPC64, { RA, RS, SH6 } },
3299 { "clrldi.", MD(30,0,1), MDSH_MASK, PPC64, { RA, RS, MB6 } },
3300 { "rldicl.", MD(30,0,1), MD_MASK, PPC64, { RA, RS, SH6, MB6 } },
3302 { "rldicr", MD(30,1,0), MD_MASK, PPC64, { RA, RS, SH6, ME6 } },
3303 { "rldicr.", MD(30,1,1), MD_MASK, PPC64, { RA, RS, SH6, ME6 } },
[all …]
/arch/sh/kernel/cpu/sh5/
Dentry.S613 ! SSR is now the current SR with the MD and MMU bits set
/arch/x86/kvm/
Demulate.c4261 #define MD(_f, _m) { .flags = ((_f) | ModeDual), .u.mdual = (_m) } macro
4556 N, MD(ModRM, &mode_dual_63),
4777 #undef MD