Searched refs:alpha (Results 1 – 10 of 10) sorted by relevance
/arch/alpha/ |
D | Makefile | 39 head-y := arch/alpha/kernel/head.o 41 core-y += arch/alpha/kernel/ arch/alpha/mm/ 42 core-$(CONFIG_MATHEMU) += arch/alpha/math-emu/ 43 drivers-$(CONFIG_OPROFILE) += arch/alpha/oprofile/ 44 libs-y += arch/alpha/lib/ 50 boot := arch/alpha/boot 65 $(Q)$(MAKE) $(build)=arch/alpha/kernel/syscalls all
|
/arch/x86/boot/compressed/ |
D | misc.c | 160 char alpha[2] = "0"; in __puthex() local 167 alpha[0] = '0' + digit; in __puthex() 169 alpha[0] = 'a' + (digit - 0xA); in __puthex() 171 __putstr(alpha); in __puthex()
|
/arch/alpha/boot/ |
D | bootloader.lds | 2 OUTPUT_FORMAT("elf64-alpha")
|
/arch/alpha/kernel/ |
D | vmlinux.lds.S | 13 OUTPUT_ARCH(alpha)
|
/arch/powerpc/platforms/86xx/ |
D | mpc8610_hpcd.c | 142 #define MAKE_AD(alpha, red, blue, green, size, c0, c1, c2, c3) \ argument 143 cpu_to_le32(AD_BYTE_F | (alpha << AD_ALPHA_C_SHIFT) | \
|
/arch/mips/include/asm/octeon/ |
D | cvmx-stxx-defs.h | 249 uint64_t alpha:16; member 253 uint64_t alpha:16;
|
/arch/powerpc/platforms/85xx/ |
D | p1022_ds.c | 102 #define MAKE_AD(alpha, red, blue, green, size, c0, c1, c2, c3) \ argument 103 cpu_to_le32(AD_BYTE_F | (alpha << AD_ALPHA_C_SHIFT) | \
|
/arch/alpha/kernel/syscalls/ |
D | syscall.tbl | 3 # system call numbers and entry vectors for alpha 464 # all other architectures have common numbers for new syscall, alpha
|
/arch/mips/cavium-octeon/executive/ |
D | cvmx-spi.c | 385 stxx_spi4_dat.s.alpha = 32; in cvmx_spi_calendar_setup_cb()
|
/arch/ |
D | Kconfig | 1008 as OLD_SIGSUSPEND | OLD_SIGSUSPEND3 - alpha has sigsuspend(2),
|