Searched refs:safe (Results 1 – 3 of 3) sorted by relevance
5 # be safe. Global breakpoint commands affect each cpu as it is booted.
402 u8 safe[BTF_SHOW_OBJ_SAFE_SIZE]; member1162 return show->obj.safe + (data - show->obj.data); in __btf_show_obj_safe()1200 void *safe = NULL; in btf_show_obj_safe() local1241 safe = __btf_show_obj_safe(show, data, in btf_show_obj_safe()1251 if (!safe) { in btf_show_obj_safe()1255 show->state.status = copy_from_kernel_nofault(show->obj.safe, in btf_show_obj_safe()1259 safe = show->obj.safe; in btf_show_obj_safe()1263 return safe; in btf_show_obj_safe()
1046 However, it should be safe to use on e.g. unused portion of VRAM.