Searched defs:asid (Results 1 – 8 of 8) sorted by relevance
| /xnu-8019.80.24/osfmk/arm64/ |
| H A D | tlb.h | 144 uint64_t asid = val >> TLBI_ASID_SHIFT; in flush_mmu_tlb_entry_async() local 192 uint64_t asid = start >> TLBI_ASID_SHIFT; in flush_mmu_tlb_entries_async() local 257 uint64_t asid = val >> TLBI_ASID_SHIFT; in flush_mmu_tlb_asid_async() local 287 uint64_t asid = val >> TLBI_ASID_SHIFT; in flush_core_tlb_asid_async() local 321 generate_rtlbi_param(ppnum_t npages, uint32_t asid, vm_offset_t va, uint64_t pmap_page_shift) in generate_rtlbi_param()
|
| /xnu-8019.80.24/bsd/security/audit/ |
| H A D | audit_syscalls.c | 113 #define WARN_IF_BAD_ASID(asid, scall) do { \ argument 131 #define WARN_IF_BAD_ASID(asid, scall) do { \ argument
|
| H A D | audit_session.c | 117 #define HASH_ASID(asid) (audit_session_hash(asid) % HASH_TABLE_SIZE) argument 640 audit_session_hash(au_asid_t asid) in audit_session_hash() 658 audit_session_find(au_asid_t asid) in audit_session_find() 959 audit_session_lookup(au_asid_t asid, auditinfo_addr_t *ret_aia) in audit_session_lookup() 1590 audit_sdev_submit(__unused au_id_t auid, __unused au_asid_t asid, void *record, in audit_sdev_submit()
|
| /xnu-8019.80.24/osfmk/arm/ |
| H A D | thread.h | 94 unsigned int asid; member
|
| H A D | machine_routines.c | 1231 uintptr_t ttbr0, asid = 0; // kernel asid in arm_user_protect_begin() local
|
| H A D | pmap.c | 10028 uint32_t asid; local
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | kern_stackshot.c | 1540 uint32_t asid = PMAP_VASID(task->map->pmap); in kcdata_record_task_snapshot() local 1643 uint32_t asid = PMAP_VASID(task->map->pmap); in kcdata_record_task_delta_snapshot() local
|
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_gss.c | 1778 au_asid_t asid; in nfs_gss_clnt_get_upcall_port() local
|