Searched refs:ble (Results 1 – 2 of 2) sorted by relevance
63 struct blacklist_entry *ble; // blacklist entry that this caller is an instance of member110 blacklist_hash_add(uintptr_t addr, struct blacklist_entry *ble) in blacklist_hash_add() argument119 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() local429 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 …]
293 ble SHIM_LABEL(__LINE__) ; \