Searched refs:BO (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/accel/ivpu/ |
H A D | ivpu_gem.c | 112 ivpu_err(vdev, "Failed to map BO in IOMMU: %d\n", ret); in ivpu_bo_map_pages_locked() 205 ivpu_err(vdev, "Failed to allocate pages for BO: %d", ret); in ivpu_bo_alloc_and_map_pages_locked() 211 ivpu_err(vdev, "Failed to map pages for BO: %d", ret); in ivpu_bo_alloc_and_map_pages_locked() 249 ivpu_err(vdev, "vpu_addr not set for BO ctx_id: %d handle: %d\n", in ivpu_bo_pin() 265 ivpu_err(vdev, "Failed to map BO in MMU: %d\n", ret); in ivpu_bo_pin() 310 ivpu_dbg(vdev, BO, "remove from ctx: ctx %d vpu_addr 0x%llx allocated %d mmu_mapped %d\n", in ivpu_bo_free_vpu_addr() 390 ivpu_err(vdev, "Failed to add BO to context: %d\n", ret); in ivpu_bo_alloc() 410 ivpu_dbg(vdev, BO, "free: ctx %d vpu_addr 0x%llx allocated %d mmu_mapped %d\n", in ivpu_bo_free() 413 ivpu_dbg(vdev, BO, "free: ctx (released) allocated %d mmu_mapped %d\n", in ivpu_bo_free() 440 ivpu_dbg(vdev, BO, "mma in ivpu_bo_mmap() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 176 This sets the y bit of the BO field appropriately. */ 188 This sets the y bit of the BO field appropriately. */ 220 /* The BO field in a B form instruction. Certain values are macro 222 #define BO BFA + 1 226 /* The BO field in a B form instruction when the + or - modifier is 227 used. This is like the BO field, but it must be even. */ 228 #define BOE BO + 1 1123 (ie. not Power4 compatible), we set the y bit of the BO field to 1 1130 in BO field, the "a" bit is 00010 for branch on CR(BI) and 01000 1273 /* Check for legal values of a BO fiel [all...] |
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 176 This sets the y bit of the BO field appropriately. */ 188 This sets the y bit of the BO field appropriately. */ 220 /* The BO field in a B form instruction. Certain values are macro 222 #define BO BFA + 1 226 /* The BO field in a B form instruction when the + or - modifier is 227 used. This is like the BO field, but it must be even. */ 228 #define BOE BO + 1 1123 (ie. not Power4 compatible), we set the y bit of the BO field to 1 1130 in BO field, the "a" bit is 00010 for branch on CR(BI) and 01000 1273 /* Check for legal values of a BO fiel [all...] |
Completed in 10 milliseconds