Home
last modified time | relevance | path

Searched refs:tohex (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dprom_init.c664 static char *tohex(unsigned int x) in tohex() function
693 add_string(&p, tohex((u32)(unsigned long) value)); in prom_setprop()
694 add_string(&p, tohex(valuelen)); in prom_setprop()
695 add_string(&p, tohex(ADDR(pname))); in prom_setprop()
696 add_string(&p, tohex(prom_strlen(pname))); in prom_setprop()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dprom_init.c681 static char *__init tohex(unsigned int x) in tohex() function
710 add_string(&p, tohex((u32)(unsigned long) value)); in prom_setprop()
711 add_string(&p, tohex(valuelen)); in prom_setprop()
712 add_string(&p, tohex(ADDR(pname))); in prom_setprop()
713 add_string(&p, tohex(prom_strlen(pname))); in prom_setprop()
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexported-sql-viewer.py149 def tohex(ip): function
2968 byte_str = tohex(ip).rjust(16)
3039 data.append(tohex(query.value(8)).rjust(16) + " " + query.value(9) + offstr(query.value(10)) +
3041 tohex(query.value(12)) + " " + query.value(13) + offstr(query.value(14)) +
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dexported-sql-viewer.py150 def tohex(ip): function
2969 byte_str = tohex(ip).rjust(16)
3040 data.append(tohex(query.value(8)).rjust(16) + " " + query.value(9) + offstr(query.value(10)) +
3042 tohex(query.value(12)) + " " + query.value(13) + offstr(query.value(14)) +

Completed in 23 milliseconds