Searched refs:promoted (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/share/mk/
H A Dbsd.sys.mk102 CWARNFLAGS.clang+= -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter
/freebsd-current/sys/i386/i386/
H A Dpmap.c308 static int pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted,
1921 * If "promoted" is false, then the page table page "mpte" must be zero filled;
1924 * If "promoted" is true and "allpte_PG_A_set" is false, then "mpte" must
1928 * If "promoted" and "allpte_PG_A_set" are both true, then "mpte" must contain
1933 pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted, argument
1938 KASSERT(promoted || !allpte_PG_A_set,
1940 mpte->valid = promoted ? (allpte_PG_A_set ? VM_PAGE_BITS_ALL : 1) : 0;
2642 * removes one of the mappings that is being promoted.
2991 ("pmap_remove_pde: pte page not promoted"));
3470 * promoted
[all...]
/freebsd-current/sys/riscv/riscv/
H A Dpmap.c1195 * If "promoted" is false, then the page table page "mpte" must be zero filled;
1198 * If "promoted" is true and "all_l3e_PTE_A_set" is false, then "mpte" must
1202 * If "promoted" and "all_l3e_PTE_A_set" are both true, then "mpte" must contain
1207 pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted, argument
1212 KASSERT(promoted || !all_l3e_PTE_A_set,
1214 mpte->valid = promoted ? (all_l3e_PTE_A_set ? VM_PAGE_BITS_ALL : 1) : 0;
2268 ("pmap_remove_l2: l3 page not promoted"));
3952 ("pmap_remove_pages: pte page not promoted"));
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1829 /// are promoted to double.
1833 void setKNRPromoted(bool promoted) {
1834 ParmVarDeclBits.IsKNRPromoted = promoted;
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c481 static int pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted,
3752 ("pmap_remove_l2: l3 page not promoted"));
4518 * If "promoted" is false, then the page table page "mpte" must be zero filled;
4521 * If "promoted" is true and "all_l3e_AF_set" is false, then "mpte" must
4525 * If "promoted" and "all_l3e_AF_set" are both true, then "mpte" must contain
4530 pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted, argument
4535 KASSERT(promoted || !all_l3e_AF_set,
4537 mpte->valid = promoted ? (all_l3e_AF_set ? VM_PAGE_BITS_ALL : 1) : 0;
4664 * mappings that is being promoted.
6873 ("pmap_remove_pages: l3 page not promoted"));
[all...]
/freebsd-current/sys/amd64/amd64/
H A Dpmap.c1295 static int pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted,
4104 * If "promoted" is false, then the page table page "mpte" must be zero filled;
4107 * If "promoted" is true and "allpte_PG_A_set" is false, then "mpte" must
4111 * If "promoted" and "allpte_PG_A_set" are both true, then "mpte" must contain
4116 pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted, argument
4121 KASSERT(promoted || !allpte_PG_A_set,
4123 mpte->valid = promoted ? (allpte_PG_A_set ? VM_PAGE_BITS_ALL : 1) : 0;
5864 * mappings that is being promoted.
6254 ("pmap_remove_pde: pte page not promoted"));
7640 * Map the superpage. (This is not a promoted mappin
[all...]

Completed in 201 milliseconds