Searched refs:invalid (Results 1 - 25 of 144) sorted by last modified time

123456

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gpuvm.c195 if (WARN_ONCE(xcp_id < 0, "invalid XCP ID %d", xcp_id))
258 if (WARN_ONCE(xcp_id < 0, "invalid XCP ID %d", xcp_id))
938 "Handing invalid SG BO in ATTACH request");
952 WARN_ONCE(true, "Handling invalid ATTACH request");
1082 mem->invalid++;
2006 * don't map invalid userptr BOs, we rely on the next restore
2011 /* Lock notifier lock. If we find an invalid userptr BO, we can be
2017 is_invalid_userptr = !!mem->invalid;
2041 /* Userptr can be marked as "not invalid", but not actually be
2481 mem->invalid
2509 uint32_t invalid; local
[all...]
/linux-master/fs/nfs/
H A Dinode.c1482 unsigned long invalid = 0; local
1507 invalid |= NFS_INO_INVALID_CHANGE;
1511 invalid |= NFS_INO_INVALID_MTIME;
1515 invalid |= NFS_INO_INVALID_CTIME;
1521 invalid |= NFS_INO_INVALID_SIZE;
1527 invalid |= NFS_INO_INVALID_MODE;
1529 invalid |= NFS_INO_INVALID_OTHER;
1531 invalid |= NFS_INO_INVALID_OTHER;
1535 invalid |= NFS_INO_INVALID_NLINK;
1539 invalid |
1924 nfs_post_op_update_inode_locked(struct inode *inode, struct nfs_fattr *fattr, unsigned int invalid) argument
2064 unsigned long invalid = 0; local
[all...]
/linux-master/net/mac80211/
H A Drx.c2137 /* the hdr variable is invalid after the decrypt handlers */
3520 goto invalid;
3531 goto invalid;
3555 goto invalid;
3614 goto invalid;
3620 goto invalid;
3632 goto invalid;
3644 goto invalid;
3650 goto invalid;
3655 goto invalid;
[all...]
/linux-master/net/bluetooth/
H A Dhci_event.c5055 bt_dev_err(hdev, "Ignoring connect complete event for invalid link type");
6161 * bytes at the end causing an invalid length value.
6371 bt_dev_err(hdev, "Dropping invalid advertising data");
6395 goto invalid;
6415 invalid:
/linux-master/mm/
H A Dhugetlb.c4734 goto invalid;
4742 goto invalid;
4747 goto invalid;
4760 goto invalid;
4778 invalid:
7810 pr_warn("hugetlb_cma: invalid node %d specified\n", nid);
7826 /* Validate the CMA size again in case some invalid nodes specified. */
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c351 atomic_set(&prange->invalid, 0);
1029 WARN_ONCE(1, "invalid new range start or last\n");
1076 * 0 - OK, -ENOMEM - out of memory, -EINVAL - invalid start, last
1771 int invalid; local
1798 invalid = atomic_read(&prange->invalid);
1799 if (!invalid)
1804 invalid);
1821 if (atomic_cmpxchg(&prange->invalid, invalid,
[all...]
/linux-master/drivers/usb/gadget/function/
H A Df_ncm.c657 goto invalid;
664 goto invalid;
671 invalid:
698 goto invalid;
722 goto invalid;
733 goto invalid;
744 goto invalid;
759 goto invalid;
771 goto invalid;
782 goto invalid;
[all...]
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c2222 u64 invalid; local
2224 invalid = data & ~vmx_get_supported_debugctl(vcpu, msr_info->host_initiated);
2225 if (invalid & (DEBUGCTLMSR_BTF|DEBUGCTLMSR_LBR)) {
2228 invalid &= ~(DEBUGCTLMSR_BTF|DEBUGCTLMSR_LBR);
2231 if (invalid)
3193 /* No flush required if the current context is invalid. */
3591 * is setting it to 0 in the userland code. This causes invalid guest
6446 * invalid guest state should never happen as that means KVM knowingly
6447 * allowed a nested VM-Enter with an invalid vmcs12. More below.
6474 * Synthesize a triple fault if L2 state is invalid
[all...]
/linux-master/arch/x86/kvm/mmu/
H A Dtdp_mmu.c86 KVM_BUG_ON(!is_tdp_mmu_page(root) || !root->role.invalid, kvm);
100 * If @only_valid is true, invalid roots are skipped.
112 * role.invalid are protected by mmu_lock.
127 if ((!only_valid || !next_root->role.invalid) &&
178 ((_only_valid) && (_root)->role.invalid))) { \
849 * Zappings SPTEs in invalid roots doesn't require a TLB flush,
852 if (!root->role.invalid)
886 * Zap all roots, including invalid roots, as all SPTEs must be dropped
917 KVM_BUG_ON(!root->role.invalid, kvm);
942 * Mark each TDP MMU root as invalid t
[all...]
H A Dmmu.c2013 if (sp->role.invalid)
2586 if (!sp->role.invalid && sp_has_gptes(sp))
2596 * Already invalid pages (previously active roots) are not on
2600 if (sp->role.invalid)
2615 * treats invalid shadow pages as being obsolete.
2623 sp->role.invalid = 1;
2627 * invalid, otherwise other vCPUs may not see it as invalid.
2663 WARN_ON_ONCE(!sp->role.invalid || sp->root_count);
3345 * reach the common page fault handler if the SPTE has an invalid MMI
[all...]
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h317 * - invalid shadow pages are not accounted, so the bits are effectively 18
342 unsigned invalid:1; member in struct:kvm_mmu_page_role::__anon6
/linux-master/fs/fuse/
H A Ddir.c205 goto invalid;
215 goto invalid;
244 goto invalid;
255 goto invalid;
277 invalid:
/linux-master/kernel/
H A Dkprobes.c1442 * This returns encoded errors if it fails to look up symbol or invalid
1450 goto invalid;
1483 invalid:
/linux-master/fs/bcachefs/
H A Ddata_update.c250 int invalid = bch2_bkey_invalid(c, bkey_i_to_s_c(insert), __btree_node_type(0, m->btree_id), 0, &err); local
253 if (invalid) {
256 prt_str(&buf, "about to insert invalid key in data update path");
H A Dacl.c103 goto invalid;
106 goto invalid;
113 goto invalid;
127 goto invalid;
134 goto invalid;
182 invalid:
183 pr_err("invalid acl entry");
H A Derrcode.h183 x(EINVAL, invalid) \
/linux-master/drivers/nvme/target/
H A Dfc.c159 u8 invalid; member in struct:nvmet_fc_hostport
474 * become invalid.
500 if (!tgtport->ops->ls_req || assoc->hostport->invalid)
994 if (tgtport->ops->host_release && hostport->invalid)
1030 if (host->hosthandle == hosthandle && !host->invalid) {
1565 assoc->hostport->invalid = 1;
2573 /* bad SQE content or invalid ctrl state */
/linux-master/scripts/
H A DMakefile.extrawarn126 KBUILD_CFLAGS += -Wformat-extra-args -Wformat-invalid-specifier
/linux-master/drivers/scsi/
H A Dses.c472 int invalid = desc[0] & 0x80; local
479 if (invalid)
/linux-master/arch/mips/sibyte/common/
H A Dsb_tbprof.c35 #error invalid SiByte UART configuration
/linux-master/drivers/platform/x86/
H A Dthinkpad_acpi.c630 pr_err("acpi_evalf() called with invalid format character '%c'\n",
659 pr_err("acpi_evalf() called with invalid format character '%c'\n",
6836 * Returns 0 (no ACPI _BCL or _BCL invalid), or size of brightness map
11365 goto invalid;
11370 goto invalid;
11388 invalid:
/linux-master/drivers/perf/
H A Dxgene_pmu.c459 XGENE_PMU_EVENT_ATTR(pa-rd-wr-invalid-snoop, 0x25),
460 XGENE_PMU_EVENT_ATTR(pa-rd-wr-invalid-snoop-hit, 0x26),
/linux-master/drivers/mmc/host/
H A Dmmc_spi.c911 int invalid = 0; local
917 invalid = 1;
924 invalid = 1;
927 if (invalid) {
/linux-master/drivers/md/dm-vdo/indexer/
H A Dvolume.h41 bool invalid; member in struct:queued_read
H A Dvolume.c329 cache->read_queue[last].invalid = false;
387 if (entry->invalid && queued)
391 * If a synchronous read has taken this page, set invalid to true so it doesn't get
395 entry->invalid = true;
549 if (entry->invalid) {
550 vdo_log_debug("Requeuing requests for invalid page");
568 if (entry->invalid) {
1042 vdo_log_debug("setting pending read to invalid");
1043 cache->read_queue[queue_index].invalid = true;
1530 /* Initialize index values to invalid value
[all...]

Completed in 380 milliseconds

123456