Searched refs:invalidate (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/drivers/bus/fslmc/qbman/ |
| H A D | qbman_portal.h | 178 #define invalidate(p) \ macro 182 #define invalidate(p) macro
|
| /f-stack/freebsd/vm/ |
| H A D | vm_object.c | 1170 boolean_t syncio, boolean_t invalidate) in vm_object_sync() argument 1209 if (syncio && !invalidate && offset == 0 && in vm_object_sync() 1220 flags = (syncio || invalidate) ? OBJPC_SYNC : 0; in vm_object_sync() 1221 flags |= invalidate ? (OBJPC_SYNC | OBJPC_INVAL) : 0; in vm_object_sync() 1237 object->type == OBJT_DEVICE) && invalidate) { in vm_object_sync()
|
| H A D | vm_map.c | 3719 boolean_t invalidate) in vm_map_sync() argument 3744 if (invalidate) { in vm_map_sync() 3767 if (invalidate) in vm_map_sync() 3798 if (!vm_object_sync(object, offset, size, syncio, invalidate)) in vm_map_sync()
|
| /f-stack/freebsd/amd64/include/ |
| H A D | pmap.h | 461 void pmap_demote_DMAP(vm_paddr_t base, vm_size_t len, boolean_t invalidate);
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | hash_lib.rst | 288 …use it to access the flow entry in the flow table to invalidate the information associated with th…
|
| H A D | cryptodev_lib.rst | 705 invalidate any operation stored in the device queue but not enqueued. This
|
| /f-stack/freebsd/i386/i386/ |
| H A D | pmap.c | 1323 cpuset_t invalidate; /* processors that invalidate their TLB */ member 1356 if (CPU_ISSET(PCPU_GET(cpuid), &act->invalidate)) in pmap_update_pde_teardown() 1385 act.invalidate = active; in pmap_update_pde()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 3243 cpuset_t invalidate; /* processors that invalidate their TLB */ member 3265 if (CPU_ISSET(PCPU_GET(cpuid), &act->invalidate)) in pmap_update_pde_teardown() 3295 act.invalidate = active; in pmap_update_pde() 9433 pmap_demote_DMAP(vm_paddr_t base, vm_size_t len, boolean_t invalidate) in pmap_demote_DMAP() argument 9467 if (changed && invalidate) in pmap_demote_DMAP()
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 12021 is modified (and recompiled) in such a way as to invalidate the original
|