Home
last modified time | relevance | path

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

123

/arch/parisc/math-emu/
A Dfloat.h48 #define Sall(object) (object) argument
105 #define Dallp1(object) (object) argument
145 #define Dallp2(object) (object) argument
146 #define Dmantissap2(object) (object) argument
251 #define Extall(object) (object)
261 #define Sextallp1(object) (object)
262 #define Sextallp2(object) (object)
273 #define Dextallp1(object) (object)
274 #define Dextallp2(object) (object)
275 #define Dextallp3(object) (object)
[all …]
A 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))) | \
A 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
A 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
A 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/
A Dwrapper62 objbin=$object
136 object="$1"
260 platformo="$object/of.o $object/epapr.o"
264 platformo="$object/pseries-head.o $object/of.o $object/epapr.o"
273 platformo="$object/of.o $object/epapr.o"
277 platformo="$object/crt0.o $object/of.o $object/epapr.o"
322 platformo="$object/ps3-head.o $object/ps3-hvcall.o $object/ps3.o"
334 platformo="$object/fixed-head.o $object/$platform.o"
359 platformo="$object/fixed-head.o $object/$platform.o"
372 platformo="$object/pseries-head.o $object/epapr.o $object/epapr-wrapper.o"
[all …]
/arch/arm/mm/
A Dproc-v7m.S200 .type __v7m_cm55_proc_info, #object
210 .type __v7m_cm33_proc_info, #object
220 .type __v7m_cm7_proc_info, #object
230 .type __v7m_cm4_proc_info, #object
240 .type __v7m_cm3_proc_info, #object
250 .type __v7m_proc_info, #object
A Dproc-arm720.S135 .type arm710_cr1_clear, #object
136 .type arm710_cr1_set, #object
163 .type arm720_crval, #object
187 .type __\name\()_proc_info,#object
A Dproc-v7.S696 .type __v7_ca8_proc_info, #object
709 .type __v7_pj4b_proc_info, #object
720 .type __v7_cr7mp_proc_info, #object
730 .type __v7_cr8mp_proc_info, #object
740 .type __v7_ca7mp_proc_info, #object
750 .type __v7_ca12mp_proc_info, #object
770 .type __v7_b15mp_proc_info, #object
788 .type __v7_ca73_proc_info, #object
796 .type __v7_ca75_proc_info, #object
806 .type __krait_proc_info, #object
[all …]
A Dproc-fa526.S174 .type fa526_cr1_clear, #object
175 .type fa526_cr1_set, #object
196 .type __fa526_proc_info,#object
A Dproc-sa110.S189 .type sa110_crval, #object
208 .type __sa110_proc_info,#object
A Dproc-arm9tdmi.S84 .type __\name\()_proc_info, #object
A Dproc-arm7tdmi.S91 .type __\name\()_proc_info, #object
A Dproc-arm1020.S464 .type arm1020_crval, #object
478 .type cpu_arm1020_name, #object
505 .type __arm1020_proc_info,#object
A Dproc-sa1100.S227 .type sa1100_crval, #object
252 .type __\name\()_proc_info,#object
/arch/mips/
A DKbuild11 # mips object files
12 # The object files are linked as core-y files would be linked
/arch/arm/boot/bootp/
A Dinitrd.S2 .type initrd_start,#object
A Dinit.S75 .type data,#object
/arch/arm/common/
A Dmcpm_head.S216 .type first_man_locks, #object
221 .type mcpm_entry_vectors, #object
225 .type mcpm_entry_early_pokes, #object
229 .type mcpm_power_up_setup_phys, #object
/arch/x86/entry/vsyscall/
A Dvsyscall_emu_64.S17 .type __vsyscall_page, @object
/arch/arm64/kvm/
A DKconfig46 bool "Debug mode for non-VHE EL2 object"
49 Say Y here to enable the debug mode for the non-VHE KVM EL2 object.
/arch/arm/boot/compressed/
A Ddebug.S43 .type semi_writec_buf, %object
/arch/riscv/crypto/
A Dsm4-riscv64-zvksed-zvkb.S114 .type FAMILY_KEY, @object
/arch/xtensa/lib/
A Dmodsi3.S69 .type __nsau_data, @object
/arch/arm/kernel/
A Dsigreturn_codes.S72 .type sigreturn_codes, #object

Completed in 31 milliseconds

123