Home
last modified time | relevance | path

Searched refs:validated (Results 1 – 24 of 24) sorted by relevance

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_cs.c447 struct amdgpu_bo *validated) in amdgpu_cs_try_evict() argument
449 uint32_t domain = validated->allowed_domains; in amdgpu_cs_try_evict()
456 for (;&p->evictable->tv.head != &p->validated; in amdgpu_cs_try_evict()
466 if (candidate->robj == validated) in amdgpu_cs_try_evict()
498 list_move(&candidate->tv.head, &p->validated); in amdgpu_cs_try_evict()
524 struct list_head *validated) in amdgpu_cs_list_validate() argument
582 INIT_LIST_HEAD(&p->validated); in amdgpu_cs_parser_bos()
683 list_splice(&need_pages, &p->validated); in amdgpu_cs_parser_bos()
690 p->evictable = list_last_entry(&p->validated, in amdgpu_cs_parser_bos()
707 r = amdgpu_cs_list_validate(p, &p->validated); in amdgpu_cs_parser_bos()
[all …]
H A Damdgpu_bo_list.h56 struct list_head *validated);
H A Damdgpu_bo_list.c175 struct list_head *validated) in amdgpu_bo_list_get_list() argument
204 list_splice(&bucket[i], validated); in amdgpu_bo_list_get_list()
H A Damdgpu_vm.h278 struct list_head *validated,
H A Damdgpu_vm.c325 struct list_head *validated, in amdgpu_vm_get_pd_bo() argument
333 list_add(&entry->tv.head, validated); in amdgpu_vm_get_pd_bo()
H A Damdgpu.h1001 struct list_head validated; member
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_cs.c188 radeon_cs_buckets_get_list(&buckets, &p->validated); in radeon_cs_parser_relocs()
192 &p->validated); in radeon_cs_parser_relocs()
196 r = radeon_bo_list_validate(p->rdev, &p->ticket, &p->validated, p->ring); in radeon_cs_parser_relocs()
252 list_for_each_entry(reloc, &p->validated, tv.head) { in radeon_cs_sync_rings()
273 INIT_LIST_HEAD(&p->validated); in radeon_cs_parser_init()
425 list_sort(NULL, &parser->validated, cmp_size_smaller_first); in radeon_cs_parser_fini()
428 &parser->validated, in radeon_cs_parser_fini()
432 &parser->validated); in radeon_cs_parser_fini()
H A Dradeon.h1085 struct list_head validated; member
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgcc.c2844 unsigned char validated; member
3118 bool validated) in save_switch() argument
3132 switches[n_switches].validated = validated; in save_switch()
3200 bool validated = false; in driver_handle_option() local
3417 validated = true; in driver_handle_option()
3439 validated = true; in driver_handle_option()
3512 validated = true; in driver_handle_option()
3546 validated = true; in driver_handle_option()
5251 switches[i].validated = 1; in do_spec_1()
6544 if (! switches[i].validated) in main()
[all …]
H A Dreg-notes.def150 store of a register to an arbitrary (non-validated) memory address. */
H A Dtarget.def2599 the option is validated, it is assumed that DECL_FUNCTION_SPECIFIC will
2627 /* Function to parse arguments to be validated for #pragma option, and to
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgcc.c3290 bool validated; member
3569 bool validated, bool known) in save_switch() argument
3583 switches[n_switches].validated = validated; in save_switch()
3780 bool validated = false; in driver_handle_option() local
4015 validated = true; in driver_handle_option()
4037 validated = true; in driver_handle_option()
4055 validated = true; in driver_handle_option()
4110 validated = true; in driver_handle_option()
4154 validated = true; in driver_handle_option()
7900 if (! switches[i].validated) in handle_unrecognized_options()
[all …]
H A Dreg-notes.def156 store of a register to an arbitrary (non-validated) memory address. */
H A Dtarget.def1695 are being validated and unspecified defaults should be filled in.\n\
6214 the option is validated, the hook should also fill in
6266 /* Function to parse arguments to be validated for #pragma target, and to
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcp-tree.def552 EXPR_CONST_EXPR has the expression being validated. */
557 TYPE_CONST_TYPE has the type being validated */
/dragonfly/sys/netinet6/
H A Dicmp6.c1056 icmp6_mtudisc_update(struct ip6ctlparam *ip6cp, int validated) in icmp6_mtudisc_update() argument
1065 if (!validated) in icmp6_mtudisc_update()
/dragonfly/sys/vfs/hammer2/
H A DDESIGN270 If a client really wants a fully validated H2-encrypted space the easiest
520 validated sub-topology up via the update_tid field.
581 On mount, HAMMER2 will first locate the highest-sequenced check-code-validated
/dragonfly/sys/dev/disk/isp/
H A DDriverManual.txt494 and the identity of all loop members (and fabric members validated).
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-arm.texi444 The @code{IT} instruction may appear, and if it does it is validated
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dgimple.texi636 be validated according to what each tuple accepts in its operand
1172 operand is validated with @code{is_gimple_operand}).
H A Dmd.texi7122 be validated afterward, so make sure your constraints are general enough
/dragonfly/sys/contrib/dev/acpica/
H A Dchanges.txt2492 ASL and ASL+ compilers are now validated, as well as the disassembler
3559 target operands. The operand is resolved and validated that it is legal.
3594 -- For the following operators, the TermArg operands are now validated
4329 positives, until they can be fixed and fully validated (ACPICA BZ 1112):
5508 be resolved at runtime.) These types of references cannot be validated at
5768 object types and package lengths are validated, for both parent packages
8548 validated. For example, Return(1). ACPICA BZ 786.
8622 example, the type of this object is now validated to be of type Integer:
9876 validated against the ACPI specification. The purpose of this validation
11679 - Minimum Length of RSDT should be validated (BZ 379)
[all …]
/dragonfly/crypto/libressl/
H A DChangeLog274 - Subject alternative names and name constraints are now validated
/dragonfly/contrib/dialog/
H A DCHANGES945 should be validated. Just an assignment was not enough. Also, add