/arch/parisc/math-emu/ |
D | float.h | 48 #define Sall(object) (object) argument 49 #define Ssign(object) Bitfield_extract( 0, 1,object) argument 50 #define Ssignedsign(object) Bitfield_signed_extract( 0, 1,object) argument 51 #define Sexponent(object) Bitfield_extract( 1, 8,object) argument 52 #define Smantissa(object) Bitfield_mask( 9, 23,object) argument 53 #define Ssignaling(object) Bitfield_extract( 9, 1,object) argument 54 #define Ssignalingnan(object) Bitfield_extract( 1, 9,object) argument 55 #define Shigh2mantissa(object) Bitfield_extract( 9, 2,object) argument 56 #define Sexponentmantissa(object) Bitfield_mask( 1, 31,object) argument 57 #define Ssignexponent(object) Bitfield_extract( 0, 9,object) argument [all …]
|
D | fpbits.h | 40 #define Bitfield_extract(start, length, object) \ argument 41 ((object) >> (HOSTWDSZ - (start) - (length)) & \ 44 #define Bitfield_signed_extract(start, length, object) \ argument 45 ((int)((object) << start) >> (HOSTWDSZ - (length))) 47 #define Bitfield_mask(start, len, object) \ argument 48 ((object) & (((unsigned)-1 >> (HOSTWDSZ-len)) << (HOSTWDSZ-start-len))) 50 #define Bitfield_deposit(value,start,len,object) object = \ argument 51 ((object) & ~(((unsigned)-1 >> (HOSTWDSZ-len)) << (HOSTWDSZ-start-len))) | \
|
D | cnv_float.h | 20 #define Dintp1(object) (object) argument 21 #define Dintp2(object) (object) argument 23 #define Duintp1(object) (object) argument 24 #define Duintp2(object) (object) argument 26 #define Qintp0(object) (object) argument 27 #define Qintp1(object) (object) argument 28 #define Qintp2(object) (object) argument 29 #define Qintp3(object) (object) argument
|
D | sgl_float.h | 19 #define Sgl_sign(object) Ssign(object) argument 20 #define Sgl_exponent(object) Sexponent(object) argument 21 #define Sgl_signexponent(object) Ssignexponent(object) argument 22 #define Sgl_mantissa(object) Smantissa(object) argument 23 #define Sgl_exponentmantissa(object) Sexponentmantissa(object) argument 24 #define Sgl_all(object) Sall(object) argument
|
D | dbl_float.h | 18 #define Dbl_sign(object) Dsign(object) argument 19 #define Dbl_exponent(object) Dexponent(object) argument 20 #define Dbl_signexponent(object) Dsignexponent(object) argument 21 #define Dbl_mantissap1(object) Dmantissap1(object) argument 22 #define Dbl_mantissap2(object) Dmantissap2(object) argument 23 #define Dbl_exponentmantissap1(object) Dexponentmantissap1(object) argument 24 #define Dbl_allp1(object) Dallp1(object) argument 25 #define Dbl_allp2(object) Dallp2(object) argument
|
/arch/powerpc/boot/ |
D | wrapper | 59 object=arch/powerpc/boot 60 objbin=$object 134 object="$1" 181 if [ ! -r "$dts" -a -r "$object/dts/$dts" ]; then 182 dts="$object/dts/$dts" 224 platformo=$object/"$platform".o 225 lds=$object/zImage.lds 243 platformo="$object/of.o $object/epapr.o" 247 platformo="$object/pseries-head.o $object/of.o $object/epapr.o" 256 platformo="$object/of.o $object/epapr.o" [all …]
|
/arch/mips/ |
D | Kbuild | 17 # mips object files 18 # The object files are linked as core-y files would be linked
|
/arch/arm/mm/ |
D | proc-arm720.S | 126 .type arm710_cr1_clear, #object 127 .type arm710_cr1_set, #object 154 .type arm720_crval, #object 178 .type __\name\()_proc_info,#object
|
D | proc-v7m.S | 199 .type __v7m_cm7_proc_info, #object 209 .type __v7m_cm4_proc_info, #object 219 .type __v7m_cm3_proc_info, #object 229 .type __v7m_proc_info, #object
|
D | proc-v7.S | 672 .type __v7_ca5mp_proc_info, #object 682 .type __v7_ca9mp_proc_info, #object 692 .type __v7_ca8_proc_info, #object 705 .type __v7_pj4b_proc_info, #object 716 .type __v7_cr7mp_proc_info, #object 726 .type __v7_cr8mp_proc_info, #object 736 .type __v7_ca7mp_proc_info, #object 746 .type __v7_ca12mp_proc_info, #object 756 .type __v7_ca15mp_proc_info, #object 766 .type __v7_b15mp_proc_info, #object [all …]
|
D | proc-fa526.S | 168 .type fa526_cr1_clear, #object 169 .type fa526_cr1_set, #object 190 .type __fa526_proc_info,#object
|
D | proc-arm9tdmi.S | 72 .type __\name\()_proc_info, #object
|
D | proc-sa110.S | 182 .type sa110_crval, #object 201 .type __sa110_proc_info,#object
|
D | proc-arm7tdmi.S | 79 .type __\name\()_proc_info, #object
|
D | proc-macros.S | 283 .type \name\()_processor_functions, #object 325 .type \name\()_cache_fns, #object 342 .type \name\()_tlb_fns, #object
|
D | proc-arm1020.S | 455 .type arm1020_crval, #object 469 .type cpu_arm1020_name, #object 496 .type __arm1020_proc_info,#object
|
D | proc-sa1100.S | 220 .type sa1100_crval, #object 245 .type __\name\()_proc_info,#object
|
D | proc-v7-3level.S | 146 .type v7_crval, #object
|
/arch/arm/boot/bootp/ |
D | initrd.S | 2 .type initrd_start,#object
|
D | init.S | 75 .type data,#object
|
/arch/x86/entry/vsyscall/ |
D | vsyscall_emu_64.S | 17 .type __vsyscall_page, @object
|
/arch/arm/common/ |
D | mcpm_head.S | 214 .type first_man_locks, #object 219 .type mcpm_entry_vectors, #object 223 .type mcpm_entry_early_pokes, #object 227 .type mcpm_power_up_setup_phys, #object
|
/arch/arm64/kvm/ |
D | Kconfig | 49 bool "Debug mode for non-VHE EL2 object" 52 Say Y here to enable the debug mode for the non-VHE KVM EL2 object.
|
/arch/arm/boot/compressed/ |
D | debug.S | 43 .type semi_writec_buf, %object
|
/arch/arm/kernel/ |
D | sigreturn_codes.S | 72 .type sigreturn_codes, #object
|