Home
last modified time | relevance | path

Searched refs:ul (Results 1 – 24 of 24) sorted by relevance

/arch/xtensa/lib/
A Dashldi3.S8 #define ul a3 macro
11 #define ul a2 macro
19 src uh, uh, ul
20 sll ul, ul
24 sll uh, ul
25 movi ul, 0
A Dlshrdi3.S8 #define ul a3 macro
11 #define ul a2 macro
19 src ul, uh, ul
24 srl ul, uh
A Dashrdi3.S8 #define ul a3 macro
11 #define ul a2 macro
19 src ul, uh, ul
24 sra ul, uh
/arch/alpha/lib/
A Dchecksum.c26 unsigned long ul; in from64to16() member
31 in_v.ul = x; in from64to16()
32 tmp_v.ul = (unsigned long) in_v.ui[0] + (unsigned long) in_v.ui[1]; in from64to16()
36 out_v.ul = (unsigned long) tmp_v.us[0] + (unsigned long) tmp_v.us[1] in from64to16()
A Dcsum_partial_copy.c61 unsigned long ul; in from64to16() member
66 in_v.ul = x; in from64to16()
67 tmp_v.ul = (unsigned long) in_v.ui[0] + (unsigned long) in_v.ui[1]; in from64to16()
71 out_v.ul = (unsigned long) tmp_v.us[0] + (unsigned long) tmp_v.us[1] in from64to16()
/arch/mips/include/asm/
A Dbitops.h363 if (!(word & (~0ul << 32))) { in __fls()
368 if (!(word & (~0ul << (BITS_PER_LONG-16)))) { in __fls()
372 if (!(word & (~0ul << (BITS_PER_LONG-8)))) { in __fls()
376 if (!(word & (~0ul << (BITS_PER_LONG-4)))) { in __fls()
380 if (!(word & (~0ul << (BITS_PER_LONG-2)))) { in __fls()
384 if (!(word & (~0ul << (BITS_PER_LONG-1)))) in __fls()
/arch/mips/kvm/
A Dmmu.c175 unsigned long end = ~0ul; in kvm_mips_flush_gpa_pmd()
203 unsigned long end = ~0ul; in kvm_mips_flush_gpa_pud()
232 unsigned long end = ~0ul; in kvm_mips_flush_gpa_pgd()
307 unsigned long cur_end = ~0ul; \
330 unsigned long cur_end = ~0ul; \
354 unsigned long cur_end = ~0ul; \
/arch/arm64/include/asm/
A Dvectors.h59 #define TRAMP_VALIAS 0ul
/arch/arm/mm/
A Dmm.h84 #define arm_dma_pfn_limit (~0ul >> PAGE_SHIFT)
/arch/powerpc/platforms/cell/spufs/
A Dswitch.c116 spu_int_mask_set(spu, 0, 0ul); in disable_interrupts()
117 spu_int_mask_set(spu, 1, 0ul); in disable_interrupts()
118 spu_int_mask_set(spu, 2, 0ul); in disable_interrupts()
758 spu_int_mask_set(spu, 0, 0ul); in enable_interrupts()
760 spu_int_mask_set(spu, 2, 0ul); in enable_interrupts()
1407 spu_int_mask_set(spu, 0, 0ul); in clear_interrupts()
1408 spu_int_mask_set(spu, 1, 0ul); in clear_interrupts()
1409 spu_int_mask_set(spu, 2, 0ul); in clear_interrupts()
/arch/powerpc/include/asm/
A Dspu.h648 #define SPU_ECC_CORRECTED_ERROR (1ull << 0ul)
658 #define SPU_ERR_ILLEGAL_INSTR (1ull << 0ul)
A Dcputable.h542 #define CPU_FTRS_DT_CPU_BASE (~0ul)
/arch/sparc/kernel/
A Diommu-common.c117 align_mask = ~0ul >> (BITS_PER_LONG - align_order); in iommu_tbl_range_alloc()
/arch/x86/include/asm/xen/
A Dpage.h109 unsigned long rval = ~0ul; in xen_safe_read_ulong()
/arch/powerpc/include/asm/book3s/64/
A Dradix.h197 old_pte = radix__pte_update(mm, addr, ptep, ~0ul, 0, 0); in radix__ptep_get_and_clear_full()
/arch/x86/mm/
A Dextable.c82 if (addr == ~0ul) in ex_handler_zeropad()
/arch/mips/kernel/
A Dmodule.c190 se_bits = (offset & BIT(bits - 1)) ? ~0ul : 0; in apply_r_mips_pc()
A Dcpu-probe.c692 write_c0_memorymapid(~0ul); in decode_config5()
/arch/powerpc/lib/
A Dsstep.c409 unsigned long ul; in read_mem_unaligned() member
415 u.ul = 0; in read_mem_unaligned()
419 *dest = u.ul; in read_mem_unaligned()
545 unsigned long ul; in write_mem_unaligned() member
550 u.ul = val; in write_mem_unaligned()
/arch/powerpc/platforms/cell/
A Dspu_base.c316 spu_mfc_dsisr_set(spu, 0ul); in spu_irq_class_1()
/arch/x86/xen/
A Dsetup.c937 set_phys_range_identity(addr / PAGE_SIZE, ~0ul); in xen_memory_setup()
/arch/powerpc/platforms/pseries/
A Dpapr_scm.c26 #define BIND_ANY_ADDR (~0ul)
/arch/x86/kernel/apic/
A Dx2apic_uv_x.c71 return ~0ul; in uv_undefined()
/arch/mips/mm/
A Dtlbex.c2508 write_c0_entrylo0(~0ul); in check_pabits()

Completed in 69 milliseconds