Searched refs:BITS (Results 1 - 25 of 67) sorted by relevance

123

/linux-master/arch/powerpc/net/
H A DMakefile5 obj-$(CONFIG_BPF_JIT) += bpf_jit_comp.o bpf_jit_comp$(BITS).o
/linux-master/arch/sparc/math-emu/
H A DMakefile9 obj-y := math_$(BITS).o
/linux-master/arch/sparc/net/
H A DMakefile5 obj-$(CONFIG_BPF_JIT) += bpf_jit_comp_$(BITS).o
6 ifeq ($(BITS),32)
/linux-master/arch/powerpc/kexec/
H A DMakefile6 obj-y += core.o core_$(BITS).o
10 obj-$(CONFIG_KEXEC_FILE) += file_load.o ranges.o file_load_$(BITS).o elf_$(BITS).o
15 GCOV_PROFILE_core_$(BITS).o := n
16 KCOV_INSTRUMENT_core_$(BITS).o := n
17 UBSAN_SANITIZE_core_$(BITS).o := n
19 KASAN_SANITIZE_core_$(BITS) := n
/linux-master/arch/arc/include/asm/
H A Ddisasm.h32 #define BITS(word, s, e) (((word) >> (s)) & (~((-2) << ((e) - (s))))) macro
34 #define MAJOR_OPCODE(word) (BITS((word), 27, 31))
35 #define MINOR_OPCODE(word) (BITS((word), 16, 21))
36 #define FIELD_A(word) (BITS((word), 0, 5))
37 #define FIELD_B(word) ((BITS((word), 12, 14)<<3) | \
38 (BITS((word), 24, 26)))
39 #define FIELD_C(word) (BITS((word), 6, 11))
41 #define FIELD_s12(word) sign_extend(((BITS((word), 0, 5) << 6) | \
42 BITS((word), 6, 11)), 12)
46 #define FIELD_s9(word) sign_extend(((BITS(wor
[all...]
/linux-master/arch/x86/platform/efi/
H A DMakefile5 obj-$(CONFIG_EFI) += memmap.o quirks.o efi.o efi_$(BITS).o \
6 efi_stub_$(BITS).o
7 obj-$(CONFIG_EFI_MIXED) += efi_thunk_$(BITS).o
/linux-master/arch/sparc/prom/
H A 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
/linux-master/arch/x86/power/
H A DMakefile12 obj-$(CONFIG_HIBERNATION) += hibernate_$(BITS).o hibernate_asm_$(BITS).o hibernate.o
/linux-master/arch/x86/um/
H A DMakefile7 BITS := 32 macro
9 BITS := 64 macro
12 obj-y = bugs_$(BITS).o delay.o fault.o ldt.o \
13 ptrace_$(BITS).o ptrace_user.o setjmp_$(BITS).o signal.o \
14 stub_$(BITS).o stub_segv.o \
15 sys_call_table_$(BITS).o sysrq_$(BITS).o tls_$(BITS).o \
16 mem_$(BITS)
[all...]
/linux-master/arch/sparc/kernel/
H A DMakefile10 # And teach CPP we are doing $(BITS) builds (for this case)
11 CPPFLAGS_vmlinux.lds := -Usparc -m$(BITS)
17 CFLAGS_REMOVE_time_$(BITS).o := -pg
22 obj-y := head_$(BITS).o
27 obj-y += traps_$(BITS).o
30 obj-y += irq_$(BITS).o
33 obj-y += process_$(BITS).o
35 obj-y += signal_$(BITS).o
36 obj-y += sigutil_$(BITS).o
38 obj-y += setup_$(BITS)
[all...]
/linux-master/arch/powerpc/mm/
H A DMakefile9 init_$(BITS).o pgtable_$(BITS).o \
10 pgtable-frag.o ioremap.o ioremap_$(BITS).o \
/linux-master/arch/x86/entry/
H A DMakefile14 obj-y := entry.o entry_$(BITS).o syscall_$(BITS).o
20 obj-$(CONFIG_PREEMPTION) += thunk_$(BITS).o
/linux-master/drivers/scsi/
H A Dscsi_logging.h44 #define SCSI_LOG_LEVEL(SHIFT, BITS) \
45 ((scsi_logging_level >> (SHIFT)) & ((1 << (BITS)) - 1))
47 #define SCSI_CHECK_LOGGING(SHIFT, BITS, LEVEL, CMD) \
49 if (unlikely((SCSI_LOG_LEVEL(SHIFT, BITS)) > (LEVEL))) \
55 #define SCSI_LOG_LEVEL(SHIFT, BITS) 0
56 #define SCSI_CHECK_LOGGING(SHIFT, BITS, LEVEL, CMD) do { } while (0)
H A Daha152x.h291 #define SETBITS(PORT, BITS) outb( (inb(PORT) | (BITS)), (PORT) )
292 #define CLRBITS(PORT, BITS) outb( (inb(PORT) & ~(BITS)), (PORT) )
293 #define TESTHI(PORT, BITS) ((inb(PORT) & (BITS)) == (BITS))
294 #define TESTLO(PORT, BITS) ((inb(PORT) & (BITS)) == 0)
/linux-master/drivers/mfd/
H A Ddb8500-prcmu-regs.h15 #define BITS(_start, _end) ((BIT(_end) - BIT(_start)) + BIT(_end)) macro
120 #define PRCM_PLL_FREQ_D_MASK BITS(0, 7)
122 #define PRCM_PLL_FREQ_N_MASK BITS(8, 13)
124 #define PRCM_PLL_FREQ_R_MASK BITS(16, 18)
143 #define PRCM_DSI_PLLOUT_SEL_DSI0_PLLOUT_DIVSEL_MASK BITS(0, 2)
145 #define PRCM_DSI_PLLOUT_SEL_DSI1_PLLOUT_DIVSEL_MASK BITS(8, 10)
153 #define PRCM_DSITVCLK_DIV_DSI0_ESC_CLK_DIV_MASK BITS(0, 7)
155 #define PRCM_DSITVCLK_DIV_DSI1_ESC_CLK_DIV_MASK BITS(8, 15)
157 #define PRCM_DSITVCLK_DIV_DSI2_ESC_CLK_DIV_MASK BITS(16, 23)
166 #define PRCM_CLKOCR_CLKOUT0_MASK BITS(
[all...]
/linux-master/arch/x86/kernel/acpi/
H A DMakefile4 obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup_$(BITS).o
/linux-master/arch/powerpc/purgatory/
H A DMakefile6 targets += trampoline_$(BITS).o purgatory.ro
15 $(obj)/purgatory.ro: $(obj)/trampoline_$(BITS).o FORCE
/linux-master/arch/sparc/mm/
H A DMakefile8 obj-y += fault_$(BITS).o
9 obj-y += init_$(BITS).o
/linux-master/arch/x86/kernel/
H A DMakefile24 KASAN_SANITIZE_head$(BITS).o := n
26 KASAN_SANITIZE_dumpstack_$(BITS).o := n
34 KMSAN_SANITIZE_head$(BITS).o := n
40 KCOV_INSTRUMENT_head$(BITS).o := n
45 obj-y += head_$(BITS).o
46 obj-y += head$(BITS).o
49 obj-y += process_$(BITS).o signal.o signal_$(BITS).o
50 obj-y += traps.o idt.o irq.o irq_$(BITS).o dumpstack_$(BITS)
[all...]
/linux-master/tools/testing/ktest/examples/include/
H A Ddefaults.conf22 # has defined BITS = 32
24 DEFAULTS IF NOT DEFINED BITS
25 BITS := 64
/linux-master/arch/x86/mm/
H A DMakefile28 obj-y := init.o init_$(BITS).o fault.o ioremap.o extable.o mmap.o \
47 KASAN_SANITIZE_kasan_init_$(BITS).o := n
48 obj-$(CONFIG_KASAN) += kasan_init_$(BITS).o
57 obj-$(CONFIG_NUMA) += numa.o numa_$(BITS).o
/linux-master/arch/arc/kernel/
H A Ddisasm.c103 state->di = BITS(state->words[0], 11, 11);
106 state->x = BITS(state->words[0], 6, 6);
107 state->zz = BITS(state->words[0], 7, 8);
108 state->aa = BITS(state->words[0], 9, 10);
124 state->di = BITS(state->words[0], 5, 5);
127 state->aa = BITS(state->words[0], 3, 4);
128 state->zz = BITS(state->words[0], 1, 2);
163 op_format = BITS(state->words[0], 22, 23);
195 if (BITS(state->words[0], 22, 23) == 3) {
210 state->di = BITS(stat
[all...]
/linux-master/tools/testing/ktest/examples/
H A Dtest.conf35 BITS := 64
H A Dkvm.conf35 BITS := 64
/linux-master/lib/zlib_inflate/
H A Dinflate.c232 #define BITS(n) \ macro
269 the requested bits are not available. The typical use of the BITS macros
273 ... do something with BITS(n) ...
277 input left to load n bits into the accumulator, or it continues. BITS(n)
282 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
298 keep[want++] = BITS(n);
372 ((BITS(8) << 8) + (hold >> 8)) % 31) {
377 if (BITS(4) != Z_DEFLATED) {
383 len = BITS(4) + 8;
419 state->last = BITS(
[all...]

Completed in 338 milliseconds

123