Home
last modified time | relevance | path

Searched refs:object (Results 1 – 25 of 67) sorted by relevance

123

/arch/parisc/math-emu/
Dfloat.h48 #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 …]
Dfpbits.h40 #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))) | \
Dcnv_float.h20 #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
Dsgl_float.h19 #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
Ddbl_float.h18 #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/
Dwrapper59 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/
DKbuild17 # mips object files
18 # The object files are linked as core-y files would be linked
/arch/arm/mm/
Dproc-arm720.S126 .type arm710_cr1_clear, #object
127 .type arm710_cr1_set, #object
154 .type arm720_crval, #object
178 .type __\name\()_proc_info,#object
Dproc-v7m.S199 .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
Dproc-v7.S672 .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 …]
Dproc-fa526.S168 .type fa526_cr1_clear, #object
169 .type fa526_cr1_set, #object
190 .type __fa526_proc_info,#object
Dproc-arm9tdmi.S72 .type __\name\()_proc_info, #object
Dproc-sa110.S182 .type sa110_crval, #object
201 .type __sa110_proc_info,#object
Dproc-arm7tdmi.S79 .type __\name\()_proc_info, #object
Dproc-macros.S283 .type \name\()_processor_functions, #object
325 .type \name\()_cache_fns, #object
342 .type \name\()_tlb_fns, #object
Dproc-arm1020.S455 .type arm1020_crval, #object
469 .type cpu_arm1020_name, #object
496 .type __arm1020_proc_info,#object
Dproc-sa1100.S220 .type sa1100_crval, #object
245 .type __\name\()_proc_info,#object
Dproc-v7-3level.S146 .type v7_crval, #object
/arch/arm/boot/bootp/
Dinitrd.S2 .type initrd_start,#object
Dinit.S75 .type data,#object
/arch/x86/entry/vsyscall/
Dvsyscall_emu_64.S17 .type __vsyscall_page, @object
/arch/arm/common/
Dmcpm_head.S214 .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/
DKconfig49 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/
Ddebug.S43 .type semi_writec_buf, %object
/arch/arm/kernel/
Dsigreturn_codes.S72 .type sigreturn_codes, #object

123