Home
last modified time | relevance | path

Searched refs:acc_type (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/parisc/mm/
H A Dfault.c266 unsigned long acc_type; in do_page_fault() local
282 acc_type = parisc_acctyp(code, regs->iir); in do_page_fault()
283 if (acc_type & VM_WRITE) in do_page_fault()
298 if ((vma->vm_flags & acc_type) != acc_type) in do_page_fault()
366 if ((vma->vm_flags & acc_type) != acc_type) { in do_page_fault()
444 unsigned long acc_type; in handle_nadtlb_fault() local
483 acc_type = (insn & 0x40) ? VM_WRITE : VM_READ; in handle_nadtlb_fault()
486 && (vma->vm_flags & acc_type) in handle_nadtlb_fault()
[all...]
/kernel/linux/linux-6.6/arch/parisc/mm/
H A Dfault.c273 unsigned long acc_type; in do_page_fault() local
289 acc_type = parisc_acctyp(code, regs->iir); in do_page_fault()
290 if (acc_type & VM_WRITE) in do_page_fault()
309 if ((vma->vm_flags & acc_type) != acc_type) in do_page_fault()
380 if ((vma->vm_flags & acc_type) != acc_type) { in do_page_fault()
461 unsigned long acc_type; in handle_nadtlb_fault() local
500 acc_type = (insn & 0x40) ? VM_WRITE : VM_READ; in handle_nadtlb_fault()
502 && (vma->vm_flags & acc_type) in handle_nadtlb_fault()
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_extension_spv_khr_integer_dot_product.cpp42 std::string acc_type; // can be empty member
62 out << "'" << c.acc_type << "' "; in operator <<()
150 if (!c.acc_type.empty()) { in AssemblyForCase()
151 ss << c.acc_type << "_0 "; in AssemblyForCase()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_extension_spv_khr_integer_dot_product.cpp42 std::string acc_type; // can be empty member
62 out << "'" << c.acc_type << "' "; in operator <<()
150 if (!c.acc_type.empty()) { in AssemblyForCase()
151 ss << c.acc_type << "_0 "; in AssemblyForCase()
/third_party/spirv-tools/test/val/
H A Dval_extension_spv_khr_integer_dot_product_test.cpp39 std::string acc_type; // can be empty member
59 out << "'" << c.acc_type << "' "; in operator <<()
147 if (!c.acc_type.empty()) { in AssemblyForCase()
148 ss << c.acc_type << "_0 "; in AssemblyForCase()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H A Ddebugfs.c753 u64 *val, enum debugfs_access_type acc_type, bool *found) in hl_access_dev_mem_by_region()
755 size_t acc_size = (acc_type == DEBUGFS_READ64 || acc_type == DEBUGFS_WRITE64) ? in hl_access_dev_mem_by_region()
767 return hdev->asic_funcs->access_dev_mem(hdev, i, addr, val, acc_type); in hl_access_dev_mem_by_region()
774 enum debugfs_access_type acc_type) in hl_access_host_mem()
779 switch (acc_type) { in hl_access_host_mem()
793 dev_err(hdev->dev, "hostmem access-type %d id not supported\n", acc_type); in hl_access_host_mem()
799 enum debugfs_access_type acc_type) in hl_access_mem()
801 size_t acc_size = (acc_type == DEBUGFS_READ64 || acc_type in hl_access_mem()
752 hl_access_dev_mem_by_region(struct hl_device *hdev, u64 addr, u64 *val, enum debugfs_access_type acc_type, bool *found) hl_access_dev_mem_by_region() argument
773 hl_access_host_mem(struct hl_device *hdev, u64 addr, u64 *val, enum debugfs_access_type acc_type) hl_access_host_mem() argument
798 hl_access_mem(struct hl_device *hdev, u64 addr, u64 *val, enum debugfs_access_type acc_type) hl_access_mem() argument
[all...]
H A Ddevice.c68 enum debugfs_access_type acc_type, enum pci_region region_type, bool set_dram_bar) in hl_access_sram_dram_region()
83 switch (acc_type) { in hl_access_sram_dram_region()
226 * @acc_type: the type of access (read/write 64/32)
229 enum debugfs_access_type acc_type) in hl_access_cfg_region()
239 switch (acc_type) { in hl_access_cfg_region()
257 dev_err(hdev->dev, "access type %d is not supported\n", acc_type); in hl_access_cfg_region()
271 * @acc_type: the type of access (r/w, 32/64)
274 u64 addr, u64 *val, enum debugfs_access_type acc_type) in hl_access_dev_mem()
278 return hl_access_cfg_region(hdev, addr, val, acc_type); in hl_access_dev_mem()
281 return hl_access_sram_dram_region(hdev, addr, val, acc_type, in hl_access_dev_mem()
67 hl_access_sram_dram_region(struct hl_device *hdev, u64 addr, u64 *val, enum debugfs_access_type acc_type, enum pci_region region_type, bool set_dram_bar) hl_access_sram_dram_region() argument
228 hl_access_cfg_region(struct hl_device *hdev, u64 addr, u64 *val, enum debugfs_access_type acc_type) hl_access_cfg_region() argument
273 hl_access_dev_mem(struct hl_device *hdev, enum pci_region region_type, u64 addr, u64 *val, enum debugfs_access_type acc_type) hl_access_dev_mem() argument
[all...]
H A Dhabanalabs.h1704 u64 addr, u64 *val, enum debugfs_access_type acc_type);
3620 enum debugfs_access_type acc_type, enum pci_region region_type, bool set_dram_bar);
3622 enum debugfs_access_type acc_type);
3624 u64 addr, u64 *val, enum debugfs_access_type acc_type);

Completed in 17 milliseconds