Home
last modified time | relevance | path

Searched refs:BITS (Results 1 – 25 of 38) sorted by relevance

12

/arch/arc/include/asm/
Ddisasm.h35 #define BITS(word, s, e) (((word) >> (s)) & (~((-2) << ((e) - (s))))) macro
37 #define MAJOR_OPCODE(word) (BITS((word), 27, 31))
38 #define MINOR_OPCODE(word) (BITS((word), 16, 21))
39 #define FIELD_A(word) (BITS((word), 0, 5))
40 #define FIELD_B(word) ((BITS((word), 12, 14)<<3) | \
41 (BITS((word), 24, 26)))
42 #define FIELD_C(word) (BITS((word), 6, 11))
44 #define FIELD_s12(word) sign_extend(((BITS((word), 0, 5) << 6) | \
45 BITS((word), 6, 11)), 12)
49 #define FIELD_s9(word) sign_extend(((BITS(word, 15, 15) << 8) | \
[all …]
/arch/tile/lib/
DMakefile6 memmove.o memcpy_$(BITS).o memchr_$(BITS).o memset_$(BITS).o \
7 strchr_$(BITS).o strlen_$(BITS).o strnlen_$(BITS).o
11 lib-$(CONFIG_SMP) += spinlock_$(BITS).o usercopy_$(BITS).o
/arch/sparc/kernel/
DMakefile9 extra-y := head_$(BITS).o
13 CPPFLAGS_vmlinux.lds := -Usparc -m$(BITS)
19 CFLAGS_REMOVE_time_$(BITS).o := -pg
28 obj-y += traps_$(BITS).o
31 obj-y += irq_$(BITS).o
34 obj-y += process_$(BITS).o
35 obj-y += signal_$(BITS).o
36 obj-y += sigutil_$(BITS).o
38 obj-y += setup_$(BITS).o
40 obj-y += sys_sparc_$(BITS).o
[all …]
/arch/x86/um/
DMakefile6 BITS := 32 macro
8 BITS := 64 macro
11 obj-y = bug.o bugs_$(BITS).o delay.o fault.o ksyms.o ldt.o \
12 ptrace_$(BITS).o ptrace_user.o setjmp_$(BITS).o signal.o \
13 stub_$(BITS).o stub_segv.o \
14 sys_call_table_$(BITS).o sysrq_$(BITS).o tls_$(BITS).o \
15 mem_$(BITS).o subarch.o os-$(OS)/
37 USER_OBJS := bugs_$(BITS).o ptrace_user.o fault.o
/arch/sparc/prom/
DMakefile7 lib-y := bootstr_$(BITS).o
8 lib-y += init_$(BITS).o
10 lib-y += misc_$(BITS).o
13 lib-y += console_$(BITS).o
15 lib-y += tree_$(BITS).o
/arch/sh/kernel/
DMakefile5 extra-y := head_$(BITS).o vmlinux.lds
15 idle.o io.o irq.o irq_$(BITS).o kdebugfs.o \
17 process_$(BITS).o ptrace.o ptrace_$(BITS).o \
19 setup.o signal_$(BITS).o sys_sh.o \
20 syscalls_$(BITS).o time.o topology.o traps.o \
21 traps_$(BITS).o unwinder.o
34 obj-$(CONFIG_MODULES) += sh_ksyms_$(BITS).o module.o
/arch/arc/kernel/
Ddisasm.c106 state->di = BITS(state->words[0], 11, 11); in disasm_instr()
109 state->x = BITS(state->words[0], 6, 6); in disasm_instr()
110 state->zz = BITS(state->words[0], 7, 8); in disasm_instr()
111 state->aa = BITS(state->words[0], 9, 10); in disasm_instr()
127 state->di = BITS(state->words[0], 5, 5); in disasm_instr()
130 state->aa = BITS(state->words[0], 3, 4); in disasm_instr()
131 state->zz = BITS(state->words[0], 1, 2); in disasm_instr()
166 op_format = BITS(state->words[0], 22, 23); in disasm_instr()
198 if (BITS(state->words[0], 22, 23) == 3) { in disasm_instr()
213 state->di = BITS(state->words[0], 15, 15); in disasm_instr()
[all …]
/arch/x86/kernel/
DMakefile5 extra-y := head_$(BITS).o head$(BITS).o head.o vmlinux.lds
19 KASAN_SANITIZE_head$(BITS).o := n
21 KASAN_SANITIZE_dumpstack_$(BITS).o := n
31 obj-y := process_$(BITS).o signal.o entry_$(BITS).o
32 obj-y += traps.o irq.o irq_$(BITS).o dumpstack_$(BITS).o
40 obj-y += syscall_$(BITS).o vsyscall_gtod.o
80 obj-$(CONFIG_KEXEC) += machine_kexec_$(BITS).o
81 obj-$(CONFIG_KEXEC) += relocate_kernel_$(BITS).o crash.o
83 obj-$(CONFIG_CRASH_DUMP) += crash_dump_$(BITS).o
100 obj-$(CONFIG_PARAVIRT) += paravirt.o paravirt_patch_$(BITS).o
/arch/x86/platform/efi/
DMakefile1 obj-$(CONFIG_EFI) += quirks.o efi.o efi_$(BITS).o efi_stub_$(BITS).o
4 obj-$(CONFIG_EFI_MIXED) += efi_thunk_$(BITS).o
/arch/tile/kernel/
DMakefile5 extra-y := vmlinux.lds head_$(BITS).o
10 intvec_$(BITS).o regs_$(BITS).o tile-desc_$(BITS).o
22 obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel_$(BITS).o
/arch/tile/
DMakefile47 export BITS
49 BITS := 64 macro
51 BITS := 32 macro
54 head-y := arch/tile/kernel/head_$(BITS).o
/arch/s390/boot/compressed/
DMakefile7 BITS := $(if $(CONFIG_64BIT),64,31) macro
11 targets += misc.o piggy.o sizes.h head$(BITS).o
13 KBUILD_CFLAGS := -m$(BITS) -D__KERNEL__ $(LINUX_INCLUDE) -O2
22 OBJECTS += $(obj)/head$(BITS).o $(obj)/misc.o $(obj)/piggy.o
37 AFLAGS_head$(BITS).o += -I$(obj)
38 $(obj)/head$(BITS).o: $(obj)/sizes.h
/arch/x86/power/
DMakefile7 obj-$(CONFIG_HIBERNATION) += hibernate_$(BITS).o hibernate_asm_$(BITS).o
/arch/sh/boot/compressed/
DMakefile10 head_$(BITS).o misc.o piggy.o
12 OBJECTS = $(obj)/head_$(BITS).o $(obj)/misc.o $(obj)/cache.o
47 ifeq ($(BITS),64)
48 lib1funcs-dir := $(addsuffix $(BITS), $(lib1funcs-dir))
/arch/sparc/mm/
DMakefile8 obj-y += fault_$(BITS).o
9 obj-y += init_$(BITS).o
/arch/sparc/
DMakefile24 export BITS := 32 macro
37 export BITS := 64 macro
52 head-y := arch/sparc/kernel/head_$(BITS).o
/arch/x86/lib/
DMakefile23 lib-y += thunk_$(BITS).o
24 lib-y += usercopy_$(BITS).o usercopy.o getuser.o putuser.o
25 lib-y += memcpy_$(BITS).o
/arch/x86/purgatory/
DMakefile1 purgatory-y := purgatory.o stack.o setup-x86_$(BITS).o sha256.o entry64.o string.o
14 KBUILD_CFLAGS += -m$(BITS)
/arch/sparc/lib/
DMakefile10 lib-y += checksum_$(BITS).o
12 lib-y += memscan_$(BITS).o memcmp.o strncmp_$(BITS).o
/arch/sh/mm/
DMakefile18 mmu-$(CONFIG_MMU) := extable_$(BITS).o fault.o gup.o ioremap.o kmap.o \
19 pgtable.o tlbex_$(BITS).o tlbflush_$(BITS).o
/arch/x86/mm/
DMakefile4 obj-y := init.o init_$(BITS).o fault.o ioremap.o extable.o pageattr.o mmap.o \
30 obj-$(CONFIG_NUMA) += numa.o numa_$(BITS).o
/arch/sparc/math-emu/
DMakefile8 obj-y := math_$(BITS).o
/arch/x86/boot/compressed/
DMakefile15 KBUILD_CFLAGS := -m$(BITS) -D__KERNEL__ $(LINUX_INCLUDE) -O2
46 vmlinux-objs-y := $(obj)/vmlinux.lds $(obj)/head_$(BITS).o $(obj)/misc.o \
55 vmlinux-objs-$(CONFIG_EFI_STUB) += $(obj)/eboot.o $(obj)/efi_stub_$(BITS).o
56 vmlinux-objs-$(CONFIG_EFI_MIXED) += $(obj)/efi_thunk_$(BITS).o
/arch/x86/
DMakefile36 export BITS
43 BITS := 32 macro
72 BITS := 64 macro
114 cc_has_sp := $(srctree)/scripts/gcc-x86_$(BITS)-has-stack-protector.sh
192 head-y := arch/x86/kernel/head_$(BITS).o
193 head-y += arch/x86/kernel/head$(BITS).o
/arch/x86/kernel/acpi/
DMakefile2 obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup_$(BITS).o

12