| /linux/rust/kernel/ |
| H A D | bitmap.rs | 22 pub struct Bitmap { struct 26 impl Bitmap { impl 35 pub unsafe fn from_raw<'a>(ptr: *const usize, nbits: usize) -> &'a Bitmap { in from_raw() argument 49 unsafe { &*(data as *const Bitmap) } in from_raw() constant 60 pub unsafe fn from_raw_mut<'a>(ptr: *mut usize, nbits: usize) -> &'a mut Bitmap { in from_raw_mut() argument 72 unsafe { &mut *(data as *mut Bitmap) } in from_raw_mut() 77 core::ptr::from_ref::<Bitmap>(self).cast::<usize>() in as_ptr() 82 core::ptr::from_mut::<Bitmap>(self).cast::<usize>() in as_mut_ptr() 162 type Target = Bitmap; 164 fn deref(&self) -> &Bitmap { in deref() argument [all …]
|
| /linux/fs/qnx6/ |
| H A D | super_mmi.c | 32 memcpy(&qsb->Bitmap, &sb->Bitmap, sizeof(sb->Bitmap)); in qnx6_mmi_copy_sb()
|
| /linux/include/linux/ |
| H A D | qnx6_fs.h | 111 struct qnx6_root_node Bitmap; member 130 struct qnx6_root_node Bitmap; member
|
| /linux/Documentation/filesystems/ |
| H A D | qnx6.rst | 54 parts. (Inode, Bitmap and Longfilenames) 153 Bitmap section in Specification 167 Bitmap system area 183 Bitmap blocks, Inode blocks and indirect addressing blocks for those two
|
| /linux/Documentation/scsi/ |
| H A D | dc395x.rst | 56 Bitmap for device configuration 72 Bitmap for adapter configuration
|
| /linux/Documentation/driver-api/pldmfw/ |
| H A D | file-format.rst | 69 | Component Bitmap Length |
|
| /linux/drivers/video/fbdev/riva/ |
| H A D | riva_hw.h | 485 RivaBitmap __iomem *Bitmap; member
|
| H A D | riva_hw.c | 2229 chip->Bitmap = (RivaBitmap __iomem *)&(chip->FIFO[0x0000A000/4]); in RivaGetConfig()
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | snps,dwc-qos-ethernet.txt | 113 - snps,burst-map: Bitmap of allowed AXI burst lengths, with the LSB
|
| /linux/Documentation/core-api/ |
| H A D | cpu_hotplug.rst | 57 Bitmap of possible CPUs that can ever be available in the 65 Bitmap of all CPUs currently online. Its set in ``__cpu_up()`` 72 Bitmap of CPUs currently present in the system. Not all
|
| /linux/Documentation/hwmon/ |
| H A D | asc7621.rst | 220 Bitmap as described in sysctl-interface with the following
|
| /linux/Documentation/virt/kvm/devices/ |
| H A D | vm.rst | 116 __u64 feat[16]; # Bitmap (1 = feature available), MSB 0 bit numbering
|
| /linux/Documentation/driver-api/md/ |
| H A D | md-cluster.rst | 40 2.1 Bitmap lock resource (bm_lockres)
|
| /linux/tools/arch/x86/kcpuid/ |
| H A D | cpuid.csv | 464 0x14, 1, eax, 31:16, mtc_periods_bmp , Bitmap of supported MTC period encodings 465 0x14, 1, ebx, 15:0, cycle_thresholds_bmp , Bitmap of supported Cycle Threshold encodings 466 0x14, 1, ebx, 31:16, psb_periods_bmp , Bitmap of supported Configurable PSB frequency encodings
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | cx2341x-devel.rst | 1703 Bitmap: 2300 Bitmap: 2743 Bitmap: see Param[0] of API 0xBD
|