Whenever you see the term 'reference', when talking about pointers, replace it with the word 'address'.

You either pass the value of the pointer, or you pass the address in RAM where that value is located.