Searched refs:ull (Results 1 – 17 of 17) sorted by relevance
/linux-4.19.296/drivers/clk/imx/ |
D | clk-pllv1.c | 56 unsigned long long ull; in clk_pllv1_recalc_rate() local 98 ull = (unsigned long long)rate * mfn_abs; in clk_pllv1_recalc_rate() 100 do_div(ull, mfd + 1); in clk_pllv1_recalc_rate() 103 ull = (rate * mfi) - ull; in clk_pllv1_recalc_rate() 105 ull = (rate * mfi) + ull; in clk_pllv1_recalc_rate() 107 return ull; in clk_pllv1_recalc_rate()
|
/linux-4.19.296/drivers/misc/cxl/ |
D | cxllib.c | 17 #define CXL_INVALID_DRA ~0ull 71 (~0ull << CXL_DUMMY_READ_ALIGN); in allocate_dummy_read_buf()
|
D | cxl.h | 203 #define CXL_PSL_SR_An_XLAT_hpt (0ull << (63-6))/* Hashed page table (HPT) mode */ 317 #define CXL_TLB_SLB_IQ_ALL (0ull) /* Inv qualifier */
|
/linux-4.19.296/fs/ocfs2/ |
D | ocfs2_trace.h | 305 TP_PROTO(unsigned long long ull, int value1, int value2, int value3), 306 TP_ARGS(ull, value1, value2, value3), 308 __field( unsigned long long, ull ) 314 __entry->ull = ull; 320 __entry->ull, __entry->value1, 326 TP_PROTO(unsigned long long ull, int value1, \ 328 TP_ARGS(ull, value1, value2, value3)) 331 TP_PROTO(unsigned long long ull, unsigned int value1, 333 TP_ARGS(ull, value1, value2, value3), 335 __field(unsigned long long, ull) [all …]
|
/linux-4.19.296/include/linux/ |
D | bitfield.h | 60 BUILD_BUG_ON_MSG((_mask) > (typeof(_reg))~0ull, \
|
D | debugfs.h | 46 __simple_attr_check_format(__fmt, 0ull); \
|
D | fs.h | 3359 __simple_attr_check_format(__fmt, 0ull); \
|
/linux-4.19.296/include/linux/ceph/ |
D | ceph_features.h | 10 #define CEPH_FEATURE_INCARNATION_1 (0ull)
|
/linux-4.19.296/lib/ |
D | kstrtox.c | 75 if (unlikely(res & (~0ull << 60))) { in _parse_integer_limit()
|
/linux-4.19.296/include/ras/ |
D | ras_event.h | 57 __entry->pa = ~0ull;
|
/linux-4.19.296/drivers/misc/genwqe/ |
D | card_ddcb.c | 1095 queue->ddcb_daddr = 0ull; in setup_ddcb_queue() 1118 queue->ddcb_daddr = 0ull; in free_ddcb_queue()
|
/linux-4.19.296/drivers/edac/ |
D | skx_edac.c | 416 if (size == ~0ull) in get_nvdimm_info() 433 return (size == 0 || size == ~0ull) ? 0 : 1; in get_nvdimm_info()
|
D | pnd2_edac.c | 691 contig_addr = contig_offset + ((sym_channels > 0) ? contig_base_adj : 0ull); in sys2pmi() 699 contig_addr = contig_offset + ((sym_channels > 0) ? contig_base_adj : 0ull); in sys2pmi()
|
/linux-4.19.296/drivers/misc/ocxl/ |
D | link.c | 23 #define SPA_CFG_XLAT_hpt (0ull << (63-6)) /* Hashed page table (HPT) mode */
|
/linux-4.19.296/drivers/ntb/hw/intel/ |
D | ntb_hw_gen1.c | 908 if (addr & (~0ull << 32)) in intel_ntb_mw_set_trans() 910 if ((addr + size) & (~0ull << 32)) in intel_ntb_mw_set_trans()
|
/linux-4.19.296/virt/kvm/ |
D | kvm_main.c | 4007 __simple_attr_check_format("%llu\n", 0ull); in vm_stat_get_per_vm_open() 4052 __simple_attr_check_format("%llu\n", 0ull); in vcpu_stat_get_per_vm_open()
|
/linux-4.19.296/fs/btrfs/ |
D | scrub.c | 3494 key.offset = 0ull; in scrub_enumerate_chunks()
|