Searched full:u64 (Results 1 – 25 of 114) sorted by relevance
12345
| /Documentation/virt/kvm/x86/ |
| D | nested-vmx.rst | 85 typedef u64 natural_width; 95 u64 io_bitmap_a; 96 u64 io_bitmap_b; 97 u64 msr_bitmap; 98 u64 vm_exit_msr_store_addr; 99 u64 vm_exit_msr_load_addr; 100 u64 vm_entry_msr_load_addr; 101 u64 tsc_offset; 102 u64 virtual_apic_page_addr; 103 u64 apic_access_addr; [all …]
|
| /Documentation/netlink/specs/ |
| D | rt_link.yaml | 205 type: u64 208 type: u64 211 type: u64 214 type: u64 217 type: u64 220 type: u64 223 type: u64 226 type: u64 229 type: u64 232 type: u64 [all …]
|
| D | ovs_vport.yaml | 32 type: u64 35 type: u64 38 type: u64 41 type: u64 44 type: u64 47 type: u64 50 type: u64 53 type: u64 74 type: u64 78 type: u64
|
| D | ovs_datapath.yaml | 44 type: u64 47 type: u64 50 type: u64 53 type: u64 61 type: u64 70 type: u64 73 type: u64
|
| D | tc.yaml | 60 type: u64 865 type: u64 868 type: u64 872 type: u64 876 type: u64 879 type: u64 882 type: u64 885 type: u64 903 type: u64 907 type: u64 [all …]
|
| D | nlctrl.yaml | 32 - u64 130 type: u64 133 type: u64 151 type: u64
|
| D | nftables.yaml | 264 type: u64 280 type: u64 332 type: u64 336 type: u64 373 type: u64 376 type: u64 390 type: u64 405 type: u64 509 type: u64 529 type: u64 [all …]
|
| D | devlink.yaml | 309 type: u64 332 type: u64 343 type: u64 446 type: u64 449 type: u64 452 type: u64 458 type: u64 461 type: u64 464 type: u64 471 type: u64 [all …]
|
| D | dpll.yaml | 230 type: u64 273 type: u64 293 type: u64 301 type: u64 304 type: u64 350 type: u64
|
| /Documentation/translations/zh_TW/arch/loongarch/ |
| D | booting.rst | 41 u64 kernel_entry /* 內核入口點 */ 42 u64 _end - _text /* 內核鏡像有效大小 */ 43 u64 load_offset /* 加載內核鏡像相對內存起始地址的偏移量 */ 44 u64 res1 = 0 /* 保留 */ 45 u64 res2 = 0 /* 保留 */ 46 u64 res3 = 0 /* 保留 */
|
| /Documentation/translations/zh_CN/arch/loongarch/ |
| D | booting.rst | 41 u64 kernel_entry /* 内核入口点 */ 42 u64 _end - _text /* 内核镜像有效大小 */ 43 u64 load_offset /* 加载内核镜像相对内存起始地址的偏移量 */ 44 u64 res1 = 0 /* 保留 */ 45 u64 res2 = 0 /* 保留 */ 46 u64 res3 = 0 /* 保留 */
|
| /Documentation/security/ |
| D | siphash.rst | 35 u64 siphash(const void *data, size_t len, const siphash_key_t *key); 39 u64 siphash_1u64(u64, const siphash_key_t *key); 40 u64 siphash_2u64(u64, u64, const siphash_key_t *key); 41 u64 siphash_3u64(u64, u64, u64, const siphash_key_t *key); 42 u64 siphash_4u64(u64, u64, u64, u64, const siphash_key_t *key); 43 u64 siphash_1u32(u32, const siphash_key_t *key); 44 u64 siphash_2u32(u32, u32, const siphash_key_t *key); 45 u64 siphash_3u32(u32, u32, u32, const siphash_key_t *key); 46 u64 siphash_4u32(u32, u32, u32, u32, const siphash_key_t *key); 101 u64 h = siphash(&combined, offsetofend(typeof(combined), dport), &secret);
|
| /Documentation/core-api/ |
| D | timekeeping.rst | 65 .. c:function:: u64 ktime_get_ns( void ) 66 u64 ktime_get_boottime_ns( void ) 67 u64 ktime_get_real_ns( void ) 68 u64 ktime_get_clocktai_ns( void ) 69 u64 ktime_get_raw_ns( void ) 71 Same as the plain ktime_get functions, but returning a u64 number 107 .. c:function:: u64 ktime_get_coarse_ns( void ) 108 u64 ktime_get_coarse_boottime_ns( void ) 109 u64 ktime_get_coarse_real_ns( void ) 110 u64 ktime_get_coarse_clocktai_ns( void ) [all …]
|
| /Documentation/arch/loongarch/ |
| D | booting.rst | 35 u64 kernel_entry /* Kernel entry point */ 36 u64 _end - _text /* Kernel image effective size */ 37 u64 load_offset /* Kernel image load offset from start of RAM */ 38 u64 res1 = 0 /* Reserved */ 39 u64 res2 = 0 /* Reserved */ 40 u64 res3 = 0 /* Reserved */
|
| /Documentation/networking/net_cachelines/ |
| D | tcp_sock.rst | 14 u64 bytes_received - read_write tcp_r… 23 u64 bytes_sent read_write - __tcp… 24 u64 bytes_acked - read_write tcp_s… 71 u64 tcp_wstamp_ns read_write - tcp_p… 72 u64 tcp_clock_cache read_write read_write tcp_m… 73 u64 tcp_mstamp read_write read_write tcp_m… 104 u64 first_tx_mstamp read_write - tcp_r… 105 u64 delivered_mstamp read_write - tcp_r… 130 u64 bytes_retrans
|
| D | inet_connection_sock.rst | 50 u64[104/sizeof(u64)] icsk_ca_priv - -
|
| /Documentation/translations/zh_CN/arch/riscv/ |
| D | boot-image-header.rst | 27 u64 text_offset; /* Image load offset, little endian */ 28 u64 image_size; /* Effective Image size, little endian */ 29 u64 flags; /* kernel flags, little endian */ 32 u64 res2 = 0; /* Reserved */ 33 u64 magic = 0x5643534952; /* Magic number, little endian, "RISCV" */
|
| /Documentation/arch/riscv/ |
| D | boot-image-header.rst | 14 u64 text_offset; /* Image load offset, little endian */ 15 u64 image_size; /* Effective Image size, little endian */ 16 u64 flags; /* kernel flags, little endian */ 19 u64 res2 = 0; /* Reserved */ 20 u64 magic = 0x5643534952; /* Magic number, little endian, "RISCV" */
|
| /Documentation/bpf/ |
| D | classic_vs_extended.rst | 80 u64 f1() { return (*_f2)(1); } 81 u64 f2(u64 a) { return f3(a + 1, a); } 82 u64 f3(u64 a, u64 b) { return a - b; } 179 u64 bpf_filter(u64 ctx) 184 In-kernel functions foo() and bar() with prototype: u64 (*)(u64 arg1, u64 185 arg2, u64 arg3, u64 arg4, u64 arg5); will receive arguments in proper
|
| D | llvm_reloc.rst | 458 1: *(u64 *)(r2 + 0x0) = r3 481 5: *(u64 *)(r2 + 0x0) = r1 484 7: *(u64 *)(r2 + 0x0) = r1 487 9: *(u64 *)(r2 + 0x0) = r1 490 11: *(u64 *)(r2 + 0x0) = r1 493 13: *(u64 *)(r2 + 0x0) = r1 496 15: *(u64 *)(r2 + 0x0) = r1 515 18: *(u64 *)(r2 + 0x0) = r1 518 20: *(u64 *)(r2 + 0x0) = r1 521 22: *(u64 *)(r2 + 0x0) = r1 [all …]
|
| /Documentation/translations/zh_CN/arch/arm64/ |
| D | booting.txt | 95 u64 text_offset; /* 映像装载偏移,小端模式 */ 96 u64 image_size; /* 映像实际大小, 小端模式 */ 97 u64 flags; /* 内核旗标, 小端模式 * 98 u64 res2 = 0; /* 保留 */ 99 u64 res3 = 0; /* 保留 */ 100 u64 res4 = 0; /* 保留 */
|
| /Documentation/translations/zh_TW/arch/arm64/ |
| D | booting.txt | 99 u64 text_offset; /* 映像裝載偏移,小端模式 */ 100 u64 image_size; /* 映像實際大小, 小端模式 */ 101 u64 flags; /* 內核旗標, 小端模式 * 102 u64 res2 = 0; /* 保留 */ 103 u64 res3 = 0; /* 保留 */ 104 u64 res4 = 0; /* 保留 */
|
| /Documentation/filesystems/ |
| D | fiemap.rst | 190 int (*fiemap)(struct inode *, struct fiemap_extent_info *, u64 start, 191 u64 len); 212 u64 start, u64 *len, u32 supported_flags); 226 int fiemap_fill_next_extent(struct fiemap_extent_info *info, u64 logical, 227 u64 phys, u64 len, u32 flags, u32 dev);
|
| /Documentation/trace/ |
| D | histogram-design.rst | 312 type: u64 318 VAL: normal u64 value 326 VAL: normal u64 value 757 type: u64 766 type: u64 814 type: u64 823 type: u64 846 type: u64 894 # echo 'wakeup_latency u64 lat; pid_t pid' >> synthetic_events 1102 # echo 'wakeup_latency u64 lat; pid_t pid; char comm[16]' >> synthetic_events [all …]
|
| D | events.rst | 630 { .type = "u64", .name = "ts_ns" }, 631 { .type = "u64", .name = "ts_ms" }, 688 "u64", "ts_ns"); 747 trace array)), along with an variable number of u64 args, one for each 755 (u64)"clackers", /* next_comm_field */ 759 (u64)"Thneed", /* my_string_field */ 762 All vals should be cast to u64, and string vals are just pointers to 763 strings, cast to u64. Strings will be copied into space reserved in 771 trace array)), along with an array of u64, one for each synthetic 777 u64 vals[7]; [all …]
|
12345