Home
last modified time | relevance | path

Searched refs:ble (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/san/memory/
H A Dkasan_dynamic_blacklist.c63 struct blacklist_entry *ble; // blacklist entry that this caller is an instance of member
110 blacklist_hash_add(uintptr_t addr, struct blacklist_entry *ble) in blacklist_hash_add() argument
119 blhe->ble = ble; in blacklist_hash_add()
383 if ((blhe->ble->type_mask & type) != type) { in kasan_is_blacklisted()
390 blhe->ble->count++; in kasan_is_blacklisted()
426 struct blacklist_entry *ble = &blacklist[j]; in kasan_is_blacklisted() local
429 if ((ble->type_mask & type) != type) { in kasan_is_blacklisted()
434 if (ble->kext_name && kextname && strncmp(kextname, ble->kext_name, KMOD_MAX_NAME) != 0) { in kasan_is_blacklisted()
439 if (ble->func_name && funcname && strncmp(funcname, ble->func_name, 128) != 0) { in kasan_is_blacklisted()
445 blhe = blacklist_hash_add(bt[i], ble); in kasan_is_blacklisted()
[all …]
/xnu-8019.80.24/osfmk/arm/
H A DWKdmCompress_new.s287 ble CHECKPOINT // if remaining = 0, break
318 ble L_budgetExhausted // o.w., return -1 to signal this page is not compressable
425 ble L_budgetExhausted // o.w., return -1 to signal this page is not compressable
439 ble L_budgetExhausted // o.w., return -1 to signal this page is not compressable
H A DWKdmDecompress_new.s239 ble 1f
304 ble L_done // if next_tag >= tag_area_end, we're done
H A Dasm.h316 ble SHIM_LABEL(__LINE__) ; \
H A Dlocore.s589 ble fleh_swi_unix // positive syscalls are unix (note reverse logic here)