Home
last modified time | relevance | path

Searched refs:u64 (Results 1 – 25 of 1619) sorted by relevance

12345678910>>...65

/arch/powerpc/include/asm/
A Dspu_csa.h101 u64 mfc_ea_W;
123 u64 mfc_sr1_RW;
125 u64 spu_idr_RW;
126 u64 mfc_vr_RO;
127 u64 spu_vr_RO;
138 u64 mfc_fir_R;
149 u64 tlb_vpn_RW;
150 u64 tlb_rpn_RW;
153 u64 smm_hid;
156 u64 mfc_dar_RW;
[all …]
A Dultravisor.h29 static inline int uv_register_pate(u64 lpid, u64 dw0, u64 dw1) in uv_register_pate()
34 static inline int uv_share_page(u64 pfn, u64 npages) in uv_share_page()
39 static inline int uv_unshare_page(u64 pfn, u64 npages) in uv_unshare_page()
49 static inline int uv_page_in(u64 lpid, u64 src_ra, u64 dst_gpa, u64 flags, in uv_page_in()
50 u64 page_shift) in uv_page_in()
56 static inline int uv_page_out(u64 lpid, u64 dst_ra, u64 src_gpa, u64 flags, in uv_page_out()
57 u64 page_shift) in uv_page_out()
63 static inline int uv_register_mem_slot(u64 lpid, u64 start_gpa, u64 size, in uv_register_mem_slot()
64 u64 flags, u64 slotid) in uv_register_mem_slot()
70 static inline int uv_unregister_mem_slot(u64 lpid, u64 slotid) in uv_unregister_mem_slot()
[all …]
A Dspu.h122 u64 class_0_pending;
123 u64 class_0_dar;
124 u64 class_1_dar;
125 u64 class_1_dsisr;
145 u64 spe_id;
206 u64 nr_ret;
207 u64 parm[6];
274 u64 all64;
278 u64 mfc_cq_data0_RW;
279 u64 mfc_cq_data1_RW;
[all …]
A Dkvm_fpu.h14 extern void fps_fres(u64 *fpscr, u32 *dst, u32 *src1);
15 extern void fps_frsqrte(u64 *fpscr, u32 *dst, u32 *src1);
16 extern void fps_fsqrts(u64 *fpscr, u32 *dst, u32 *src1);
18 extern void fps_fadds(u64 *fpscr, u32 *dst, u32 *src1, u32 *src2);
35 u64 *dst, u64 *src1);
37 u64 *dst, u64 *src1, u64 *src2);
39 u64 *dst, u64 *src1, u64 *src2, u64 *src3);
41 extern void fpd_fcmpu(u64 *fpscr, u32 *cr, u64 *src1, u64 *src2);
42 extern void fpd_fcmpo(u64 *fpscr, u32 *cr, u64 *src1, u64 *src2);
74 extern void kvm_cvt_fd(u32 *from, u64 *to);
[all …]
A Dkvm_host.h115 u64 ld;
116 u64 st;
168 u64 tv64;
192 u64 liobn;
278 u64 lpid;
392 u64 (*slbmfee)(struct kvm_vcpu *vcpu, u64 slb_nr);
393 u64 (*slbmfev)(struct kvm_vcpu *vcpu, u64 slb_nr);
409 u64 esid;
410 u64 vsid;
554 u64 acc;
[all …]
/arch/alpha/include/asm/
A Derr_ev7.h11 u64 whami;
13 u64 rbox_int;
14 u64 exc_addr;
24 u64 i_stat;
25 u64 dc_stat;
26 u64 c_addr;
29 u64 c_stat;
30 u64 c_sts;
33 u64 ier_cm;
34 u64 isum;
[all …]
/arch/s390/include/asm/
A Dnmi.h44 u64 : 1; /* 03 */
47 u64 : 1; /* 06 */
53 u64 : 2; /* 12-13 */
54 u64 b : 1; /* 14 backed up */
55 u64 : 1; /* 15 */
70 u64 : 1; /* 30 */
75 u64 : 1; /* 35 */
77 u64 : 5; /* 37-41 */
81 u64 : 1; /* 45 */
84 u64 : 16; /* 47-63 */
[all …]
A Dcss_chars.h8 u64 : 12;
10 u64 : 4;
12 u64 : 23;
14 u64 : 3;
17 u64 : 1;
19 u64 : 7;
21 u64 : 1;
23 u64 : 2;
25 u64 : 2;
27 u64 : 3;
[all …]
A Duv.h155 u64 dword[4];
174 u64 stor_len;
219 u64 gaddr;
226 u64 paddr;
245 u64 gaddr;
246 u64 tweak[2];
273 u64 handle;
281 u64 handle;
289 u64 paddr;
325 u64 gaddr;
[all …]
A Dkvm_host.h56 u64 exit_null;
63 u64 exit_pei;
82 u64 deliver_io;
85 u64 inject_ckc;
297 u64 type;
410 u64 handle;
498 u64 cpuid;
574 } u64; member
619 u64 expires;
624 u64 handle;
[all …]
A Dpci_insn.h118 u64 : 64;
119 u64 : 64;
124 u64 : 64;
126 u64 : 64;
127 u64 : 64;
128 u64 : 64;
134 u64 gait;
150 int zpci_refresh_trans(u64 fn, u64 addr, u64 range);
151 int __zpci_load(u64 *data, u64 req, u64 offset);
153 int __zpci_store(u64 data, u64 req, u64 offset);
[all …]
/arch/x86/crypto/
A Dcurve25519-x86_64.c20 static __always_inline u64 eq_mask(u64 a, u64 b) in eq_mask()
23 u64 minus_x = ~x + (u64)1U; in eq_mask()
29 static __always_inline u64 gte_mask(u64 a, u64 b) in gte_mask()
44 static inline u64 add_scalar(u64 *out, const u64 *f1, u64 f2) in add_scalar()
76 static inline void fadd(u64 *out, const u64 *f1, const u64 *f2) in fadd()
117 static inline void fsub(u64 *out, const u64 *f1, const u64 *f2) in fsub()
160 static inline void fmul(u64 *out, const u64 *f1, const u64 *f2, u64 *tmp) in fmul()
295 static inline void fmul2(u64 *out, const u64 *f1, const u64 *f2, u64 *tmp) in fmul2()
1029 static void point_double(u64 *nq, u64 *tmp1, u64 *tmp2) in point_double()
1124 static void finv(u64 *o, const u64 *i, u64 *tmp) in finv()
[all …]
/arch/x86/include/asm/
A Dtdx.h173 u64 tdh_mem_page_add(struct tdx_td *td, u64 gpa, struct page *page, struct page *source, u64 *ext_e…
174 u64 tdh_mem_sept_add(struct tdx_td *td, u64 gpa, int level, struct page *page, u64 *ext_err1, u64 *…
176 u64 tdh_mem_page_aug(struct tdx_td *td, u64 gpa, int level, struct page *page, u64 *ext_err1, u64 *…
177 u64 tdh_mem_range_block(struct tdx_td *td, u64 gpa, int level, u64 *ext_err1, u64 *ext_err2);
181 u64 tdh_mng_rd(struct tdx_td *td, u64 field, u64 *data);
182 u64 tdh_mr_extend(struct tdx_td *td, u64 gpa, u64 *ext_err1, u64 *ext_err2);
187 u64 tdh_mng_init(struct tdx_td *td, u64 td_params, u64 *extended_err);
189 u64 tdh_vp_rd(struct tdx_vp *vp, u64 field, u64 *data);
190 u64 tdh_vp_wr(struct tdx_vp *vp, u64 field, u64 data, u64 mask);
191 u64 tdh_phymem_page_reclaim(struct page *page, u64 *tdx_pt, u64 *tdx_owner, u64 *tdx_size);
[all …]
A Dsvm.h331 u64 cr4;
332 u64 cr3;
333 u64 cr0;
334 u64 dr7;
335 u64 dr6;
337 u64 rip;
339 u64 rsp;
438 u64 r8;
439 u64 r9;
497 u64 r8;
[all …]
A Dmshyperv.h51 u64 hv_tdx_hypercall(u64 control, u64 param1, u64 param2);
68 u64 hv_status; in hv_do_hypercall()
116 static inline u64 _hv_do_fast_hypercall8(u64 control, u64 input1) in _hv_do_fast_hypercall8()
157 u64 control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall8()
163 static inline u64 _hv_do_fast_hypercall16(u64 control, u64 input1, u64 input2) in _hv_do_fast_hypercall16()
206 static inline u64 hv_do_fast_hypercall16(u16 code, u64 input1, u64 input2) in hv_do_fast_hypercall16()
208 u64 control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall16()
233 u64 start_gfn, u64 end_gfn);
264 void hv_ivm_msr_write(u64 msr, u64 value);
265 void hv_ivm_msr_read(u64 msr, u64 *value);
[all …]
/arch/x86/platform/uv/
A Dbios_uv.c23 static s64 __uv_bios_call(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, in __uv_bios_call()
24 u64 a4, u64 a5) in __uv_bios_call()
40 static s64 uv_bios_call(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, u64 a4, in uv_bios_call()
55 u64 a4, u64 a5) in uv_bios_call_irqsave()
89 (u64)(&v0), (u64)(&v1), 0, 0); in uv_bios_get_sn_info()
144 uv_bios_reserved_page_pa(u64 buf, u64 *cookie, u64 *addr, u64 *len) in uv_bios_reserved_page_pa()
172 (u64)decode, (u64)domain, (u64)bus, 0, 0); in uv_bios_set_legacy_vga_target()
196 extern s64 uv_bios_obj_count(u64 nasid, u64 size, u64 *objcnt) in uv_bios_obj_count()
203 extern s64 uv_bios_enum_objs(u64 nasid, u64 size, u64 *objbuf) in uv_bios_enum_objs()
210 extern s64 uv_bios_enum_ports(u64 nasid, u64 obj_id, u64 size, u64 *portbuf) in uv_bios_enum_ports()
[all …]
/arch/powerpc/platforms/ps3/
A Dplatform.h82 u64 *value);
118 u64 *len);
121 enum ps3_reg_type *reg_type, u64 *bus_addr, u64 *len);
130 u64 bus_id;
131 u64 dev_id;
136 u64 bus_id, u64 dev_id);
144 enum ps3_reg_type reg_type, u64 *bus_addr, u64 *len);
164 unsigned int dev_index, u64 *port, u64 *blk_size,
185 u64 *highmem_base, u64 *highmem_size);
194 u64 highmem_base, u64 highmem_size);
[all …]
/arch/arm64/include/asm/
A Dcpu.h42 u64 reg_ctr;
43 u64 reg_cntfrq;
44 u64 reg_dczid;
45 u64 reg_midr;
46 u64 reg_revidr;
47 u64 reg_aidr;
48 u64 reg_gmid;
49 u64 reg_smidr;
50 u64 reg_mpamidr;
52 u64 reg_id_aa64dfr0;
[all …]
/arch/x86/include/asm/e820/
A Dapi.h13 extern bool e820__mapped_raw_any(u64 start, u64 end, enum e820_type type);
14 extern bool e820__mapped_any(u64 start, u64 end, enum e820_type type);
15 extern bool e820__mapped_all(u64 start, u64 end, enum e820_type type);
17 extern void e820__range_add (u64 start, u64 size, enum e820_type type);
18 extern u64 e820__range_update(u64 start, u64 size, enum e820_type old_type, enum e820_type new_typ…
19 extern u64 e820__range_remove(u64 start, u64 size, enum e820_type old_type, bool check_type);
20 extern u64 e820__range_update_table(struct e820_table *t, u64 start, u64 size, enum e820_type old_…
29 extern u64 e820__memblock_alloc_reserved(u64 size, u64 align);
37 extern void e820__memory_setup_extended(u64 phys_addr, u32 data_len);
44 extern int e820__get_entry_type(u64 start, u64 end);
[all …]
/arch/x86/include/asm/uv/
A Dbios.h60 u64 mmr_base;
163 u64 val;
179 extern s64 uv_bios_freq_base(u64, u64 *);
184 extern s64 uv_bios_reserved_page_pa(u64, u64 *, u64 *, u64 *);
188 extern s64 uv_bios_get_heapsize(u64 nasid, u64 sz, u64 *heap_sz);
189 extern s64 uv_bios_install_heap(u64 nasid, u64 sz, u64 *heap);
190 extern s64 uv_bios_obj_count(u64 nasid, u64 sz, u64 *objcnt);
191 extern s64 uv_bios_enum_objs(u64 nasid, u64 sz, u64 *objbuf);
192 extern s64 uv_bios_enum_ports(u64 nasid, u64 obj_id, u64 sz, u64 *portbuf);
193 extern s64 uv_bios_get_geoinfo(u64 nasid, u64 sz, u64 *geo);
[all …]
/arch/mips/include/asm/
A Dmips-r2-to-r6-emul.h14 u64 movs;
15 u64 hilo;
16 u64 muls;
17 u64 divs;
18 u64 dsps;
19 u64 bops;
20 u64 traps;
21 u64 fpus;
24 u64 llsc;
29 u64 jrs;
[all …]
/arch/powerpc/boot/
A Dswab.h19 static inline u64 swab64(u64 x) in swab64()
21 return (u64)((x & (u64)0x00000000000000ffULL) << 56) | in swab64()
22 (u64)((x & (u64)0x000000000000ff00ULL) << 40) | in swab64()
23 (u64)((x & (u64)0x0000000000ff0000ULL) << 24) | in swab64()
24 (u64)((x & (u64)0x00000000ff000000ULL) << 8) | in swab64()
25 (u64)((x & (u64)0x000000ff00000000ULL) >> 8) | in swab64()
26 (u64)((x & (u64)0x0000ff0000000000ULL) >> 24) | in swab64()
27 (u64)((x & (u64)0x00ff000000000000ULL) >> 40) | in swab64()
28 (u64)((x & (u64)0xff00000000000000ULL) >> 56); in swab64()
/arch/sparc/crypto/
A Daes_glue.c39 void (*ecb_encrypt)(const u64 *key, const u64 *input, u64 *output,
41 void (*ecb_decrypt)(const u64 *key, const u64 *input, u64 *output,
43 void (*cbc_encrypt)(const u64 *key, const u64 *input, u64 *output,
45 void (*cbc_decrypt)(const u64 *key, const u64 *input, u64 *output,
47 void (*ctr_crypt)(const u64 *key, const u64 *input, u64 *output,
53 u64 key[AES_MAX_KEYLENGTH / sizeof(u64)];
96 u64 *iv);
100 u64 *iv);
104 u64 *iv);
108 u64 *iv);
[all …]
/arch/x86/kvm/mmu/
A Dspte.h363 static inline u64 get_rsvd_bits(struct rsvd_bits_validate *rsvd_check, u64 pte, in get_rsvd_bits()
378 u64 pte) in __is_bad_mt_xwr()
517 static inline bool leaf_spte_change_needs_tlb_flush(u64 old_spte, u64 new_spte) in leaf_spte_change_needs_tlb_flush()
522 static inline u64 get_mmio_spte_generation(u64 spte) in get_mmio_spte_generation()
524 u64 gen; in get_mmio_spte_generation()
538 u64 make_small_spte(struct kvm *kvm, u64 huge_spte,
540 u64 make_huge_spte(struct kvm *kvm, u64 small_spte, int level);
541 u64 make_nonleaf_spte(u64 *child_pt, bool ad_disabled);
542 u64 make_mmio_spte(struct kvm_vcpu *vcpu, u64 gfn, unsigned int access);
543 u64 mark_spte_for_access_track(u64 spte);
[all …]
/arch/mips/include/asm/sgi/
A Dheart.h80 u64 mode; /* + 0x00000 */
90 u64 fc_mode; /* + 0x00040 */
96 u64 status; /* + 0x00080 */
113 u64 set_isr; /* + 0x10020 */
115 u64 isr; /* + 0x10030 */
116 u64 imsr; /* + 0x10038 */
117 u64 cause; /* + 0x10040 */
120 u64 count; /* + 0x20000 */
122 u64 compare; /* + 0x30000 */
127 u64 cpuid; /* + 0x50000 */
[all …]

Completed in 73 milliseconds

12345678910>>...65